David Reiss | ac54955 | 2008-06-10 22:56:59 +0000 | [diff] [blame] | 1 | MODULES = \ |
2 | src | ||||
3 | |||||
4 | all clean docs: | ||||
5 | for dir in $(MODULES); do \ | ||||
6 | (cd $$dir; ${MAKE} $@); \ | ||||
7 | done | ||||
David Reiss | ddb6747 | 2008-06-11 01:12:58 +0000 | [diff] [blame] | 8 | |
9 | install: all | ||||
10 | echo 'No install target, sorry.' | ||||
David Reiss | cc0c9e9 | 2008-06-11 01:16:29 +0000 | [diff] [blame] | 11 | |
12 | check: all | ||||
13 | |||||
14 | distclean: clean | ||||
15 | |||||
16 | # Hack to make "make dist" work. | ||||
17 | # This should not work, but it appears to. | ||||
18 | distdir: |