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