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