*** 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/iolib programs/mandelbrot\
5 programs/punchomat programs/tools systems
6
7 #lib/fortran/vpunch-help
8
9 # If you want to build the docs, too: Uncomment next line:
10 #SUBDIRS+=docs/manual
11
12 default:
13 $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true
14
15 %:
16 @echo $@
17 $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;)
18
19
20 .PHONY: default
21
22