*** empty log message ***
authorhachti <hachti>
Sun, 1 Jan 2006 18:11:46 +0000 (18:11 +0000)
committerhachti <hachti>
Sun, 1 Jan 2006 18:11:46 +0000 (18:11 +0000)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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
+