]>
Commit | Line | Data |
---|---|---|
7fcb2c61 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
3fd9c298 | 3 | # Bakefile 0.1.4 (http://bakefile.sourceforge.net) |
7fcb2c61 VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
70f7a477 | 6 | |
70f7a477 | 7 | |
7fcb2c61 | 8 | @MAKE_SET@ |
70f7a477 | 9 | |
7fcb2c61 VS |
10 | prefix = @prefix@ |
11 | exec_prefix = @exec_prefix@ | |
12 | INSTALL = @INSTALL@ | |
13 | ||
14 | ### Variables: ### | |
15 | ||
a4ad36cd | 16 | DESTDIR = |
7fcb2c61 VS |
17 | |
18 | ### Conditionally set variables: ### | |
19 | ||
20 | ||
21 | ### Targets: ### | |
22 | ||
23 | all: bombs dbbrowse forty fractal life poem | |
24 | ||
b17c1746 DE |
25 | install: all |
26 | ||
27 | uninstall: | |
28 | ||
29 | install-strip: install | |
7fcb2c61 VS |
30 | |
31 | clean: | |
78e1a4f6 | 32 | rm -rf ./.deps ./.pch |
7fcb2c61 VS |
33 | rm -f ./*.o |
34 | (cd bombs && $(MAKE) clean) | |
35 | (cd dbbrowse && $(MAKE) clean) | |
36 | (cd forty && $(MAKE) clean) | |
37 | (cd fractal && $(MAKE) clean) | |
38 | (cd life && $(MAKE) clean) | |
39 | (cd poem && $(MAKE) clean) | |
40 | ||
7fcb2c61 | 41 | distclean: clean |
78e1a4f6 | 42 | rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile |
7fcb2c61 | 43 | |
b17c1746 DE |
44 | bombs: |
45 | (cd bombs && $(MAKE) all) | |
46 | ||
47 | dbbrowse: | |
48 | (cd dbbrowse && $(MAKE) all) | |
49 | ||
7fcb2c61 VS |
50 | forty: |
51 | (cd forty && $(MAKE) all) | |
52 | ||
53 | fractal: | |
54 | (cd fractal && $(MAKE) all) | |
55 | ||
7fcb2c61 VS |
56 | life: |
57 | (cd life && $(MAKE) all) | |
58 | ||
59 | poem: | |
60 | (cd poem && $(MAKE) all) | |
61 | ||
7fcb2c61 VS |
62 | |
63 | # Include dependency info, if present: | |
64 | @IF_GNU_MAKE@-include .deps/*.d | |
65 | ||
b17c1746 | 66 | .PHONY: all install uninstall clean distclean bombs dbbrowse forty fractal life poem |