X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=ae181fca35d167bf10c371963e391da5c672ed14;hb=4e1d6c7f0835829d41c2dff7c15baec4d15f8318;hp=3b41a62a6e4a99acbb88456f845c58a70c6a254d;hpb=3d1137731a5829b177165e74f92ba063328a1156;p=h316.git diff --git a/Makefile b/Makefile index 3b41a62..ae181fc 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,20 @@ # Toplevel Makefile for Hachti's H316 stuff collection -SUBDIRS=lib/iolib lib/fortran docs/manual lib/fortran lib/fortran/vpunch-help\ -lib/iolib pc-tools/ldc pc-tools/src-filters programs/mandelbrot\ -programs/punchomat +SUBDIRS=pc-tools/ldc pc-tools/src-filters pc-tools/gnt pc-tools/boot-maker lib/iolib lib/fortran \ + lib/fortran lib/fortran/vpunch-help lib/iolib programs/mandelbrot\ + programs/punchomat programs/tools systems +# If you want to build the docs, too: Uncomment next line: +#SUBDIRS+=docs/manual default: - $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir);) + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true %: @echo $@ $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) -.PHONY: default./build/Makefile +.PHONY: default +