*** empty log message ***
[h316.git] / Makefile
1 # Toplevel Makefile for Hachti's H316 stuff collection
2
3 SUBDIRS=pc-tools/ldc pc-tools/src-filters pc-tools/boot-maker lib/iolib lib/fortran \
4 lib/fortran lib/fortran/vpunch-help lib/iolib programs/mandelbrot\
5 programs/punchomat programs/tools systems
6
7
8 default:
9 $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true
10
11 %:
12 @echo $@
13 $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;)
14
15
16 .PHONY: default
17
18