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