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