--- trunk/Makefile.skel 2007/10/08 16:21:34 36 +++ trunk/Makefile.skel 2007/10/08 16:21:53 38 @@ -1,5 +1,5 @@ # -# $Id: Makefile.skel,v 1.47 2007/03/16 14:13:59 debug Exp $ +# $Id: Makefile.skel,v 1.49 2007/04/10 16:33:44 debug Exp $ # # Makefile for GXemul # @@ -12,7 +12,7 @@ build: cd src; $(MAKE); cd .. - $(CC) $(COPTIM) src/*.o src/cpus/*.o src/debugger/*.o src/devices/*.o src/disk/*.o src/machines/*.o src/native/*.o src/net/*.o src/promemul/*.o $(LIBS) -o $(BIN) + $(CC) $(COPTIM) src/*.o src/cpus/*.o src/debugger/*.o src/devices/*.o src/disk/*.o src/file/*.o src/machines/*.o src/native/*.o src/net/*.o src/promemul/*.o $(LIBS) -o $(BIN) install: build @echo @@ -24,7 +24,7 @@ @echo clean: - rm -f $(BIN) *core core.* *.gmon _* *.exe + rm -f $(BIN) *core core.* *.gmon _* *.exe ktrace.out cd src; $(MAKE) clean; cd .. # experiments and demos are not cleaned on a normal clean, only on a clean_all. @@ -34,6 +34,7 @@ cd demos; $(MAKE) clean; cd .. rm -f config.h Makefile src/Makefile src/cpus/Makefile rm -f src/debugger/Makefile src/devices/Makefile - rm -f src/devices/fonts/Makefile src/disk/Makefile src/machines/Makefile + rm -f src/devices/fonts/Makefile src/disk/Makefile + rm -f src/file/Makefile src/machines/Makefile rm -f src/native/Makefile src/net/Makefile rm -f src/promemul/Makefile src/include/Makefile