diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 37 |
1 files changed, 1 insertions, 36 deletions
@@ -84,41 +84,6 @@ deb: fakeroot debian/rules binary ####################################################################### -# Tools directory -####################################################################### - -TOOLS := tools/convbdf$(EXEEXT) tools/md5table$(EXEEXT) - -tools: $(TOOLS) - -tools/convbdf$(EXEEXT): $(srcdir)/tools/convbdf.c - $(MKDIR) tools/$(DEPDIR) - $(CC) -Wall -o $@ $< - -tools/md5table$(EXEEXT): $(srcdir)/tools/md5table.c - $(MKDIR) tools/$(DEPDIR) - $(CC) -Wall -o $@ $< - -#simon/simon-md5.h: $(srcdir)/tools/simon-md5.txt -# tools/md5table$(EXEEXT) --c++ < $< > $@ - -#scumm/scumm-md5.h: $(srcdir)/tools/scumm-md5.txt -# tools/md5table$(EXEEXT) --c++ < $< > $@ - -credits: - $(srcdir)/tools/credits.pl --text > AUTHORS - $(srcdir)/tools/credits.pl --html > ../web/credits.inc - $(srcdir)/tools/credits.pl --cpp > gui/credits.h - $(srcdir)/tools/credits.pl --xml > ../docs/docbook/credits.xml - -md5scumm: tools/md5table$(EXEEXT) - tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > scumm/scumm-md5.h - tools/md5table$(EXEEXT) --php < $(srcdir)/tools/scumm-md5.txt > ../web/docs/md5.inc - -md5simon: tools/md5table$(EXEEXT) - tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/simon-md5.txt > simon/simon-md5.h - -####################################################################### # Unit/regression tests # # In order to use 'make test' you have to install cxxtest inside the # # test/cxxtest dir. Get it from http://cxxtest.sourceforge.net. # @@ -187,4 +152,4 @@ win32dist: scummvm$(EXEEXT) u2d $(WIN32PATH)/*.txt -.PHONY: deb bundle test osxsnap win32dist dist install uninstall credits tools +.PHONY: deb bundle test osxsnap win32dist dist install uninstall |