]> git.saurik.com Git - wxWidgets.git/blob - utils/makefile.wat
support for GTK3
[wxWidgets.git] / utils / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include ../build/msw/config.wat
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 # Speed up compilation a bit:
14 !ifdef __LOADDLL__
15 ! loaddll wcc wccd
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
18 ! loaddll wpp wppdi86
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! if $(__VERSION__) >= 1280
22 ! loaddll wlink wlinkd
23 ! else
24 ! loaddll wlink wlink
25 ! endif
26 ! loaddll wlib wlibd
27 !endif
28
29 # We need these variables in some bakefile-made rules:
30 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
31
32 ### Conditionally set variables: ###
33
34
35 ### Variables: ###
36
37 MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
38 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" &
39 WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" &
40 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" &
41 MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" &
42 USE_WEBVIEW="$(USE_WEBVIEW)" USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" &
43 USE_AUI="$(USE_AUI)" USE_RIBBON="$(USE_RIBBON)" &
44 USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" &
45 USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &
46 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" &
47 USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" &
48 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" &
49 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &
50 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &
51 RUNTIME_LIBS="$(RUNTIME_LIBS)"
52
53
54 ### Targets: ###
55
56 all : .SYMBOLIC emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
57
58 clean : .SYMBOLIC
59 -if exist .\*.obj del .\*.obj
60 -if exist .\*.res del .\*.res
61 -if exist .\*.lbc del .\*.lbc
62 -if exist .\*.ilk del .\*.ilk
63 -if exist .\*.pch del .\*.pch
64 cd emulator\src
65 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
66 cd $(WATCOM_CWD)
67 cd execmon
68 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
69 cd $(WATCOM_CWD)
70 cd helpview\src
71 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
72 cd $(WATCOM_CWD)
73 cd hhp2cached
74 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
75 cd $(WATCOM_CWD)
76 cd ifacecheck\src
77 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
78 cd $(WATCOM_CWD)
79 cd screenshotgen\src
80 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
81 cd $(WATCOM_CWD)
82 cd wxrc
83 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
84 cd $(WATCOM_CWD)
85
86 emulator : .SYMBOLIC
87 cd emulator\src
88 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
89 cd $(WATCOM_CWD)
90
91 execmon : .SYMBOLIC
92 cd execmon
93 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
94 cd $(WATCOM_CWD)
95
96 helpview : .SYMBOLIC
97 cd helpview\src
98 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
99 cd $(WATCOM_CWD)
100
101 hhp2cached : .SYMBOLIC
102 cd hhp2cached
103 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
104 cd $(WATCOM_CWD)
105
106 ifacecheck : .SYMBOLIC
107 cd ifacecheck\src
108 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
109 cd $(WATCOM_CWD)
110
111 screenshotgen : .SYMBOLIC
112 cd screenshotgen\src
113 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
114 cd $(WATCOM_CWD)
115
116 wxrc : .SYMBOLIC
117 cd wxrc
118 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
119 cd $(WATCOM_CWD)
120