]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.2.2 (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 | DESTDIR = | |
17 | ||
18 | ### Conditionally set variables: ### | |
19 | ||
20 | ||
21 | ### Targets: ### | |
22 | ||
23 | all: bombs forty fractal life poem | |
24 | ||
25 | install: all | |
26 | ||
27 | uninstall: | |
28 | ||
29 | install-strip: install | |
30 | ||
31 | clean: | |
32 | rm -rf ./.deps ./.pch | |
33 | rm -f ./*.o | |
34 | (cd bombs && $(MAKE) clean) | |
35 | (cd forty && $(MAKE) clean) | |
36 | (cd fractal && $(MAKE) clean) | |
37 | (cd life && $(MAKE) clean) | |
38 | (cd poem && $(MAKE) clean) | |
39 | ||
40 | distclean: clean | |
41 | rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile | |
42 | (cd bombs && $(MAKE) distclean) | |
43 | (cd forty && $(MAKE) distclean) | |
44 | (cd fractal && $(MAKE) distclean) | |
45 | (cd life && $(MAKE) distclean) | |
46 | (cd poem && $(MAKE) distclean) | |
47 | ||
48 | bombs: | |
49 | (cd bombs && $(MAKE) all) | |
50 | ||
51 | forty: | |
52 | (cd forty && $(MAKE) all) | |
53 | ||
54 | fractal: | |
55 | (cd fractal && $(MAKE) all) | |
56 | ||
57 | life: | |
58 | (cd life && $(MAKE) all) | |
59 | ||
60 | poem: | |
61 | (cd poem && $(MAKE) all) | |
62 | ||
63 | ||
64 | # Include dependency info, if present: | |
65 | @IF_GNU_MAKE@-include .deps/*.d | |
66 | ||
67 | .PHONY: all install uninstall clean distclean bombs forty fractal life poem |