]>
Commit | Line | Data |
---|---|---|
7fcb2c61 VS |
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 | # ========================================================================= | |
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 | ||
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: | |
78e1a4f6 | 28 | rm -rf ./.deps ./.pch |
7fcb2c61 VS |
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 | |
78e1a4f6 | 41 | rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile |
7fcb2c61 VS |
42 | |
43 | forty: | |
44 | (cd forty && $(MAKE) all) | |
45 | ||
46 | fractal: | |
47 | (cd fractal && $(MAKE) all) | |
48 | ||
49 | install: all | |
7fcb2c61 VS |
50 | |
51 | install-strip: install | |
7fcb2c61 VS |
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 |