]> git.saurik.com Git - wxWidgets.git/blame_incremental - demos/Makefile.in
added wxDFB to distribution scripts
[wxWidgets.git] / demos / Makefile.in
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.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
25install: all
26
27uninstall:
28
29install-strip: install
30
31clean:
32 rm -rf ./.deps ./.pch
33 rm -f ./*.o
34 (cd bombs && $(MAKE) clean)
35 (cd dbbrowse && $(MAKE) clean)
36 (cd forty && $(MAKE) clean)
37 (cd fractal && $(MAKE) clean)
38 (cd life && $(MAKE) clean)
39 (cd poem && $(MAKE) clean)
40
41distclean: clean
42 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
43 (cd bombs && $(MAKE) distclean)
44 (cd dbbrowse && $(MAKE) distclean)
45 (cd forty && $(MAKE) distclean)
46 (cd fractal && $(MAKE) distclean)
47 (cd life && $(MAKE) distclean)
48 (cd poem && $(MAKE) distclean)
49
50bombs:
51 (cd bombs && $(MAKE) all)
52
53dbbrowse:
54 (cd dbbrowse && $(MAKE) all)
55
56forty:
57 (cd forty && $(MAKE) all)
58
59fractal:
60 (cd fractal && $(MAKE) all)
61
62life:
63 (cd life && $(MAKE) all)
64
65poem:
66 (cd poem && $(MAKE) all)
67
68
69# Include dependency info, if present:
70@IF_GNU_MAKE@-include .deps/*.d
71
72.PHONY: all install uninstall clean distclean bombs dbbrowse forty fractal life poem