]> git.saurik.com Git - wxWidgets.git/blame_incremental - demos/Makefile.in
implement column reordering support in wxMSW wxHeaderCtrl; use it in wxDataViewCtrl...
[wxWidgets.git] / demos / Makefile.in
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.5 (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 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 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 forty && $(MAKE) distclean)
45 -(cd fractal && $(MAKE) distclean)
46 -(cd life && $(MAKE) distclean)
47 -(cd poem && $(MAKE) distclean)
48
49bombs:
50 (cd bombs && $(MAKE) all)
51
52forty:
53 (cd forty && $(MAKE) all)
54
55fractal:
56 (cd fractal && $(MAKE) all)
57
58life:
59 (cd life && $(MAKE) all)
60
61poem:
62 (cd poem && $(MAKE) all)
63
64
65# Include dependency info, if present:
66@IF_GNU_MAKE@-include ./.deps/*.d
67
68.PHONY: all install uninstall clean distclean bombs forty fractal life poem