stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus Makefile


From: address@hidden
Subject: [Stratagus-CVS] stratagus Makefile
Date: 24 Dec 2003 04:31:15 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       03/12/24 04:31:15

Modified files:
        .              : Makefile 

Log message:
        add files to make distclean

Patches:
Index: stratagus/Makefile
diff -u stratagus/Makefile:1.182 stratagus/Makefile:1.183
--- stratagus/Makefile:1.182    Sat Dec 20 18:54:24 2003
+++ stratagus/Makefile  Wed Dec 24 04:31:14 2003
@@ -21,7 +21,7 @@
 ##     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ##     GNU General Public License for more details.
 ##
-##     $Id: Makefile,v 1.182 2003/12/20 07:54:24 wizzard Exp $
+##     $Id: Makefile,v 1.183 2003/12/23 17:31:14 nehalmistry Exp $
 ##
 
 TOPDIR=        .
@@ -153,8 +153,9 @@
        for i in $(MODULES_ALL); do \
        [ $(OBJDIR) == "." ] || $(RM) -rf $$i/$(OBJDIR); \
        $(RM) $$i/.#* $$i/*~; done
-       $(RM) stratagus$(EXE) gmon.sum .depend .#* *~ stderr.txt stdout.txt
-       $(RM) -r srcdoc/*
+       $(RM) stratagus$(EXE) gmon.sum .depend .#* *~ stderr.txt stdout.txt \
+       srcdoc/* .depend Rules.make config.log config.status configure \
+       autom4te.cache/
        @echo
 
 lockver:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]