]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.gcc
moved XML classes to the core
[wxWidgets.git] / samples / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 include ../build/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15
16 ### Conditionally set variables: ###
17
18 ifeq ($(USE_GUI),0)
19 __console___depname = console
20 endif
21
22
23 ### Targets: ###
24
25 all: artprov $(__console___depname) dialogs image minimal
26
27 artprov:
28 (cd artprov && $(MAKE) all)
29
30 clean:
31 -if exist .\*.o del .\*.o
32
33 ifeq ($(USE_GUI),0)
34 console:
35 (cd console && $(MAKE) all)
36 endif
37
38 dialogs:
39 (cd dialogs && $(MAKE) all)
40
41 image:
42 (cd image && $(MAKE) all)
43
44 minimal:
45 (cd minimal && $(MAKE) all)
46
47 .PHONY: all artprov clean console dialogs image minimal