]> git.saurik.com Git - wxWidgets.git/blob - samples/makefile.vc
added Mingw makefiles
[wxWidgets.git] / samples / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7
8 # -------------------------------------------------------------------------
9 # These are configurable options:
10 # -------------------------------------------------------------------------
11
12 # Build GUI libraries? [0,1]
13 USE_GUI = 1
14
15 # -------------------------------------------------------------------------
16 # Do not modify the rest of this file!
17 # -------------------------------------------------------------------------
18
19 ### Variables: ###
20
21
22 ### Conditionally set variables: ###
23
24 !if "$(USE_GUI)" == "0"
25 __console___depname = console
26 !endif
27
28
29 ### Targets: ###
30
31 all: artprov $(__console___depname) dialogs image minimal
32
33 artprov:
34 cd artprov
35 $(MAKE) /$(MAKEFLAGS) all
36 cd $(MAKEDIR)
37
38 clean:
39 -if exist .\*.obj del .\*.obj
40 -if exist .\*.res del .\*.res
41 cd artprov
42 $(MAKE) /$(MAKEFLAGS) clean
43 cd $(MAKEDIR)
44 cd console
45 $(MAKE) /$(MAKEFLAGS) clean
46 cd $(MAKEDIR)
47 cd dialogs
48 $(MAKE) /$(MAKEFLAGS) clean
49 cd $(MAKEDIR)
50 cd image
51 $(MAKE) /$(MAKEFLAGS) clean
52 cd $(MAKEDIR)
53 cd minimal
54 $(MAKE) /$(MAKEFLAGS) clean
55 cd $(MAKEDIR)
56
57 !if "$(USE_GUI)" == "0"
58 console:
59 cd console
60 $(MAKE) /$(MAKEFLAGS) all
61 cd $(MAKEDIR)
62 !endif
63
64 dialogs:
65 cd dialogs
66 $(MAKE) /$(MAKEFLAGS) all
67 cd $(MAKEDIR)
68
69 image:
70 cd image
71 $(MAKE) /$(MAKEFLAGS) all
72 cd $(MAKEDIR)
73
74 install: all
75 cd artprov
76 $(MAKE) /$(MAKEFLAGS) install
77 cd $(MAKEDIR)
78 cd console
79 $(MAKE) /$(MAKEFLAGS) install
80 cd $(MAKEDIR)
81 cd dialogs
82 $(MAKE) /$(MAKEFLAGS) install
83 cd $(MAKEDIR)
84 cd image
85 $(MAKE) /$(MAKEFLAGS) install
86 cd $(MAKEDIR)
87 cd minimal
88 $(MAKE) /$(MAKEFLAGS) install
89 cd $(MAKEDIR)
90
91 minimal:
92 cd minimal
93 $(MAKE) /$(MAKEFLAGS) all
94 cd $(MAKEDIR)
95
96 uninstall: