]>
Commit | Line | Data |
---|---|---|
7fcb2c61 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
8879d792 | 3 | # Bakefile 0.2.2 (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 | ||
8879d792 | 23 | all: bombs forty fractal life poem |
7fcb2c61 | 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) | |
7fcb2c61 VS |
35 | (cd forty && $(MAKE) clean) |
36 | (cd fractal && $(MAKE) clean) | |
37 | (cd life && $(MAKE) clean) | |
38 | (cd poem && $(MAKE) clean) | |
39 | ||
7fcb2c61 | 40 | distclean: clean |
d3d0b8db | 41 | rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile |
69199aad | 42 | (cd bombs && $(MAKE) distclean) |
69199aad VZ |
43 | (cd forty && $(MAKE) distclean) |
44 | (cd fractal && $(MAKE) distclean) | |
45 | (cd life && $(MAKE) distclean) | |
46 | (cd poem && $(MAKE) distclean) | |
7fcb2c61 | 47 | |
b17c1746 DE |
48 | bombs: |
49 | (cd bombs && $(MAKE) all) | |
50 | ||
7fcb2c61 VS |
51 | forty: |
52 | (cd forty && $(MAKE) all) | |
53 | ||
54 | fractal: | |
55 | (cd fractal && $(MAKE) all) | |
56 | ||
7fcb2c61 VS |
57 | life: |
58 | (cd life && $(MAKE) all) | |
59 | ||
60 | poem: | |
61 | (cd poem && $(MAKE) all) | |
62 | ||
7fcb2c61 VS |
63 | |
64 | # Include dependency info, if present: | |
65 | @IF_GNU_MAKE@-include .deps/*.d | |
66 | ||
8879d792 | 67 | .PHONY: all install uninstall clean distclean bombs forty fractal life poem |