--- trunk/Makefile.skel 2007/10/08 16:18:31 11 +++ trunk/Makefile.skel 2007/10/08 16:18:38 12 @@ -1,5 +1,5 @@ # -# $Id: Makefile.skel,v 1.30 2005/05/25 06:41:19 debug Exp $ +# $Id: Makefile.skel,v 1.32 2005/08/08 06:02:58 debug Exp $ # # Makefile for GXemul # @@ -14,9 +14,6 @@ cd src; $(MAKE); cd .. $(CC) $(COPTIM) src/*.o src/devices/*.o $(LIBS) -o $(BIN) -regtest: build - cd tests; $(MAKE) run_tests; cd .. - install: build @echo @echo "There is no automatic 'make install'. You need to manually copy the gxemul" @@ -30,10 +27,9 @@ rm -f $(BIN) *core core.* *.gmon _* cd src; $(MAKE) clean; cd .. -# Tests and experiments are not cleaned on a normal clean, only on a clean_all. +# experiments are not cleaned on a normal clean, only on a clean_all. clean_all: clean - cd tests; $(MAKE) clean_all; cd .. cd experiments; $(MAKE) clean_all; cd .. - rm -f config.h Makefile src/Makefile src/devices/Makefile src/devices/fonts/Makefile tests/Makefile + rm -f config.h Makefile src/Makefile src/devices/Makefile src/devices/fonts/Makefile