stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus ./Makefile tools/Module.make


From: address@hidden
Subject: [Stratagus-CVS] stratagus ./Makefile tools/Module.make
Date: 15 Jan 2004 09:23:16 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/15 09:23:15

Modified files:
        .              : Makefile 
        tools          : Module.make 

Log message:
        Remove wartool and build entries

Patches:
Index: stratagus/Makefile
diff -u stratagus/Makefile:1.184 stratagus/Makefile:1.185
--- stratagus/Makefile:1.184    Fri Jan  2 08:23:59 2004
+++ stratagus/Makefile  Thu Jan 15 09:23:14 2004
@@ -21,7 +21,7 @@
 ##     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ##     GNU General Public License for more details.
 ##
-##     $Id: Makefile,v 1.184 2004/01/01 21:23:59 jsalmon3 Exp $
+##     $Id: Makefile,v 1.185 2004/01/14 22:23:14 wizzard Exp $
 ##
 
 TOPDIR=        .
@@ -91,8 +91,6 @@
        @-echo "make tags                       create ctags"
        @-echo "make depend                     create dependencies"
        @-echo "make dist                       create distribution"
-       @-echo "make buildit                    create data files from original 
data"
-       @-echo "make buildclean                 cleanup build data files"
        @-echo "make win32new                   (CROSS-COMPILER ONLY) start new 
win32"
        @-echo "make win32                      (CROSS-COMPILER ONLY) build the 
win32 version"
        @-echo "make win32distclean             (CROSS-COMPILER ONLY) clean all 
files of win32"
@@ -192,15 +190,12 @@
 #      TOOLS
 ##############################################################################
 
-tools: tools/aledoc$(EXE) tools/wartool$(EXE) tools/war1tool$(EXE) \
+tools: tools/aledoc$(EXE) tools/war1tool$(EXE) \
        tools/startool$(EXE)
 
 tools/aledoc$(EXE): tools/aledoc.c
        $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
 
-tools/wartool$(EXE): tools/wartool.c
-       $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
-
 tools/war1tool$(EXE): tools/war1tool.c
        $(CC) $(CFLAGS) -o $@ $< $(TOOLLIBS)
 
@@ -304,15 +299,12 @@
        echo $(CCLS) >>$(DISTLIST)
        echo $(DOCS) >>$(DISTLIST)
        echo stratagus$(EXE) >>$(DISTLIST)
-       echo tools/wartool$(EXE) >>$(DISTLIST)
        rm -rf $(distdir)
        mkdir $(distdir)
        chmod 777 $(distdir)
        for i in `cat $(DISTLIST)`; do echo $$i; done | cpio -pdml --quiet 
$(distdir)
-       cp tools/build.sh $(distdir)
        chmod -R a+rX $(distdir)
        strip -s -R .comment $(distdir)/stratagus$(EXE)
-       strip -s -R .comment $(distdir)/tools/wartool$(EXE)
        tar czhf stratagus-$(mydate)-linux.tar.gz $(distdir)
        $(RM) $(DISTLIST)
        $(RM) -r $(distdir)
@@ -328,15 +320,12 @@
        @echo $(DOCS) >>$(DISTLIST)
        @echo doc/README-SDL.txt >>$(DISTLIST)
        @echo stratagus$(EXE) >>$(DISTLIST)
-       @echo tools/wartool$(EXE) >>$(DISTLIST)
        @rm -rf $(distdir)
        @mkdir $(distdir)
        @chmod 777 $(distdir)
        @for i in `cat $(DISTLIST)`; do echo $$i; done | cpio -pdml --quiet 
$(distdir)
-       @cp tools/build.bat $(distdir)
        @chmod -R a+rX $(distdir)
        @strip -s -R .comment $(distdir)/stratagus$(EXE)
-       @strip -s -R .comment $(distdir)/tools/wartool$(EXE)
        @echo "(c) 2003 by the Stratagus Project http://Stratagus.Org"; | \
        zip -zq9r stratagus-$(mydate)-win32bin.zip $(distdir)
        @$(RM) $(DISTLIST)
@@ -360,15 +349,6 @@
        echo $(DOCS) >>$(DISTLIST)
        rcsdiff -u `cat $(DISTLIST)` > $(difffile)
 
-buildit:       tools
-       . tools/build.sh
-
-buildclean:
-       rm -rf data/*.rgb data/*.gimp data/puds data/sound data/graphic \
-       data/interface data/campaigns data/text data/health.png data/mana.png \
-       data/default.pud.gz data/stratagus.png
-       rm -rf data/graphics data/sounds data/texts data/music data/videos
-
 release:
        $(MAKE) distclean
        $(MAKE) depend
@@ -423,8 +403,6 @@
 install-tools: all
        @echo installing stratagus tools
        mkdir -p $(PREFIX)/lib/games/stratagus/tools
-       install -m 755 tools/wartool  $(PREFIX)/lib/games/stratagus/tools
-       install -m 755 tools/build.sh $(PREFIX)/lib/games/stratagus/tools
        @echo installation of stratagus tools complete
 
 uninstall:
Index: stratagus/tools/Module.make
diff -u stratagus/tools/Module.make:1.4 stratagus/tools/Module.make:1.5
--- stratagus/tools/Module.make:1.4     Thu Oct 30 10:01:42 2003
+++ stratagus/tools/Module.make Thu Jan 15 09:23:15 2004
@@ -1,2 +1,2 @@
-SRC_TOOLS += tools/aledoc.c tools/startool.c tools/war1tool.c tools/wartool.c
+SRC_TOOLS += tools/aledoc.c tools/startool.c tools/war1tool.c
 MISC += tools/build.bat tools/build.sh




reply via email to

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