]> git.saurik.com Git - wxWidgets.git/blame - samples/makefile.gcc
Unicode compilation fixes
[wxWidgets.git] / samples / makefile.gcc
CommitLineData
3b20263d
VS
1
2# =========================================================================
3# This makefile was generated by
4# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
5# Do not modify, all changes will be overwritten!
6# =========================================================================
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
13# Set the version of your Mingw installation here.
14# "3" ...... this is for Mingw 2.0 or newer that cames with gcc3
15# "2.95" ... for Mingw 1.1 or any of the older versions [3,2.95]
16GCC_VERSION = 3
17# Build GUI libraries? [0,1]
18USE_GUI = 1
19
20# -------------------------------------------------------------------------
21# Do not modify the rest of this file!
22# -------------------------------------------------------------------------
23
24### Variables: ###
25
26
27### Conditionally set variables: ###
28
29ifeq ($(USE_GUI),0)
30__console___depname = console
31endif
32
33
34### Targets: ###
35
36all: artprov $(__console___depname) dialogs image minimal
37
38artprov:
39 (cd artprov && $(MAKE) all)
40
41clean:
42 -if exist .\*.o del .\*.o
43 (cd artprov && $(MAKE) clean)
44 (cd console && $(MAKE) clean)
45 (cd dialogs && $(MAKE) clean)
46 (cd image && $(MAKE) clean)
47 (cd minimal && $(MAKE) clean)
48
49ifeq ($(USE_GUI),0)
50console:
51 (cd console && $(MAKE) all)
52endif
53
54dialogs:
55 (cd dialogs && $(MAKE) all)
56
57image:
58 (cd image && $(MAKE) all)
59
60install: all
61 (cd artprov && $(MAKE) install)
62 (cd console && $(MAKE) install)
63 (cd dialogs && $(MAKE) install)
64 (cd image && $(MAKE) install)
65 (cd minimal && $(MAKE) install)
66
67minimal:
68 (cd minimal && $(MAKE) all)
69
70uninstall:
71
72.PHONY: all artprov console dialogs image minimal