1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8@MAKE_SET@
9
10prefix = @prefix@
11exec_prefix = @exec_prefix@
12datarootdir = @datarootdir@
13INSTALL = @INSTALL@
14
15### Variables: ###
16
17DESTDIR = 
18
19### Conditionally set variables: ###
20
21
22### Targets: ###
23
24all: bombs dbbrowse forty fractal life poem
25
26install: 
27
28uninstall: 
29
30install-strip: install
31
32clean: 
33	rm -rf ./.deps ./.pch
34	rm -f ./*.o
35	-(cd bombs && $(MAKE) clean)
36	-(cd dbbrowse && $(MAKE) clean)
37	-(cd forty && $(MAKE) clean)
38	-(cd fractal && $(MAKE) clean)
39	-(cd life && $(MAKE) clean)
40	-(cd poem && $(MAKE) clean)
41
42distclean: clean
43	rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
44	-(cd bombs && $(MAKE) distclean)
45	-(cd dbbrowse && $(MAKE) distclean)
46	-(cd forty && $(MAKE) distclean)
47	-(cd fractal && $(MAKE) distclean)
48	-(cd life && $(MAKE) distclean)
49	-(cd poem && $(MAKE) distclean)
50
51bombs: 
52	(cd bombs && $(MAKE) all)
53
54dbbrowse: 
55	(cd dbbrowse && $(MAKE) all)
56
57forty: 
58	(cd forty && $(MAKE) all)
59
60fractal: 
61	(cd fractal && $(MAKE) all)
62
63life: 
64	(cd life && $(MAKE) all)
65
66poem: 
67	(cd poem && $(MAKE) all)
68
69
70# Include dependency info, if present:
71@IF_GNU_MAKE@-include ./.deps/*.d
72
73.PHONY: all install uninstall clean distclean bombs dbbrowse forty fractal life poem
74