]> git.saurik.com Git - wxWidgets.git/blame - demos/Makefile.in
Content-Type parsing should be case insensitive
[wxWidgets.git] / demos / Makefile.in
CommitLineData
7fcb2c61
VS
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# =========================================================================
70f7a477 6
70f7a477 7
7fcb2c61 8@MAKE_SET@
70f7a477 9
7fcb2c61
VS
10prefix = @prefix@
11exec_prefix = @exec_prefix@
12INSTALL = @INSTALL@
13
14### Variables: ###
15
16
17### Conditionally set variables: ###
18
19
20### Targets: ###
21
22all: bombs dbbrowse forty fractal life poem
23
24bombs:
25 (cd bombs && $(MAKE) all)
26
27clean:
78e1a4f6 28 rm -rf ./.deps ./.pch
7fcb2c61
VS
29 rm -f ./*.o
30 (cd bombs && $(MAKE) clean)
31 (cd dbbrowse && $(MAKE) clean)
32 (cd forty && $(MAKE) clean)
33 (cd fractal && $(MAKE) clean)
34 (cd life && $(MAKE) clean)
35 (cd poem && $(MAKE) clean)
36
37dbbrowse:
38 (cd dbbrowse && $(MAKE) all)
39
40distclean: clean
78e1a4f6 41 rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
7fcb2c61
VS
42
43forty:
44 (cd forty && $(MAKE) all)
45
46fractal:
47 (cd fractal && $(MAKE) all)
48
49install: all
7fcb2c61
VS
50
51install-strip: install
7fcb2c61
VS
52
53life:
54 (cd life && $(MAKE) all)
55
56poem:
57 (cd poem && $(MAKE) all)
58
59uninstall:
60
61
62# Include dependency info, if present:
63@IF_GNU_MAKE@-include .deps/*.d
64
65.PHONY: all bombs clean dbbrowse distclean forty fractal install life poem uninstall