]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.gcc
make string at least empty (instead of containing garbage) if malloc() failed
[wxWidgets.git] / samples / makefile.gcc
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]
16 GCC_VERSION = 3
17 # Build GUI libraries? [0,1]
18 USE_GUI = 1
19
20 # -------------------------------------------------------------------------
21 # Do not modify the rest of this file!
22 # -------------------------------------------------------------------------
23
24 ### Variables: ###
25
26
27 ### Conditionally set variables: ###
28
29 ifeq ($(USE_GUI),0)
30 __console___depname = console
31 endif
32
33
34 ### Targets: ###
35
36 all: artprov $(__console___depname) dialogs image minimal
37
38 artprov:
39 (cd artprov && $(MAKE) all)
40
41 clean:
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
49 ifeq ($(USE_GUI),0)
50 console:
51 (cd console && $(MAKE) all)
52 endif
53
54 dialogs:
55 (cd dialogs && $(MAKE) all)
56
57 image:
58 (cd image && $(MAKE) all)
59
60 install: 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
67 minimal:
68 (cd minimal && $(MAKE) all)
69
70 uninstall:
71
72 .PHONY: all artprov console dialogs image minimal