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