From: hachti Date: Sun, 1 Jan 2006 18:11:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://gitweb.hachti.de/?a=commitdiff_plain;h=3d1137731a5829b177165e74f92ba063328a1156;p=h316.git *** empty log message *** --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3b41a62 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +# 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 + + +default: + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir);) + +%: + @echo $@ + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) + + +.PHONY: default./build/Makefile +