]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/styles/makefile.wat
Regenerated makefiles
[wxWidgets.git] / samples / mobile / styles / makefile.wat
CommitLineData
d179e30b
VS
1# =========================================================================
2# This makefile was generated by
b14abf14 3# Bakefile 0.1.6 (http://bakefile.sourceforge.net)
d179e30b
VS
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! loaddll wlink wlink
22! loaddll wlib wlibd
23!endif
24
25# We need these variables in some bakefile-made rules:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28### Conditionally set variables: ###
29
30PORTNAME =
31!ifeq USE_GUI 0
32PORTNAME = base
33!endif
34!ifeq USE_GUI 1
35PORTNAME = msw
36!endif
37WXDEBUGFLAG =
38!ifeq BUILD debug
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
44WXDEBUGFLAG = d
45!endif
d179e30b
VS
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
b17c1746
DE
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
b14abf14
JS
58LIBTYPE_SUFFIX =
59!ifeq SHARED 0
60LIBTYPE_SUFFIX = lib
61!endif
62!ifeq SHARED 1
63LIBTYPE_SUFFIX = dll
64!endif
dd65d8c8
RN
65EXTRALIBS_FOR_BASE =
66!ifeq MONOLITHIC 0
67EXTRALIBS_FOR_BASE =
68!endif
69!ifeq MONOLITHIC 1
70EXTRALIBS_FOR_BASE =
71!endif
d179e30b
VS
72__DEBUGINFO_0 =
73!ifeq BUILD debug
74!ifeq DEBUG_INFO default
75__DEBUGINFO_0 = -d2
76!endif
77!endif
78!ifeq BUILD release
79!ifeq DEBUG_INFO default
80__DEBUGINFO_0 = -d0
81!endif
82!endif
83!ifeq DEBUG_INFO 0
84__DEBUGINFO_0 = -d0
85!endif
86!ifeq DEBUG_INFO 1
87__DEBUGINFO_0 = -d2
88!endif
89__DEBUGINFO_1 =
90!ifeq BUILD debug
91!ifeq DEBUG_INFO default
92__DEBUGINFO_1 = debug all
93!endif
94!endif
95!ifeq BUILD release
96!ifeq DEBUG_INFO default
97__DEBUGINFO_1 =
98!endif
99!endif
100!ifeq DEBUG_INFO 0
101__DEBUGINFO_1 =
102!endif
103!ifeq DEBUG_INFO 1
104__DEBUGINFO_1 = debug all
105!endif
d179e30b
VS
106__OPTIMIZEFLAG_2 =
107!ifeq BUILD debug
108__OPTIMIZEFLAG_2 = -od
109!endif
110!ifeq BUILD release
111__OPTIMIZEFLAG_2 = -ot -ox
112!endif
113__RUNTIME_LIBS_5 =
114!ifeq RUNTIME_LIBS dynamic
115__RUNTIME_LIBS_5 = -br
116!endif
117!ifeq RUNTIME_LIBS static
118__RUNTIME_LIBS_5 =
119!endif
b14abf14
JS
120__EXCEPTIONSFLAG_6 =
121!ifeq USE_EXCEPTIONS 0
122__EXCEPTIONSFLAG_6 =
123!endif
124!ifeq USE_EXCEPTIONS 1
125__EXCEPTIONSFLAG_6 = -xr
126!endif
b17c1746
DE
127__EXCEPTIONSFLAG_7 =
128!ifeq USE_EXCEPTIONS 0
129__EXCEPTIONSFLAG_7 =
d179e30b 130!endif
b17c1746
DE
131!ifeq USE_EXCEPTIONS 1
132__EXCEPTIONSFLAG_7 = -xs
d179e30b
VS
133!endif
134__WXLIB_CORE_p =
135!ifeq MONOLITHIC 0
136__WXLIB_CORE_p = &
c33fae85 137 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
d179e30b 138!endif
b17c1746
DE
139__WXLIB_BASE_p =
140!ifeq MONOLITHIC 0
c33fae85
RN
141__WXLIB_BASE_p = &
142 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 143!endif
d179e30b
VS
144__WXLIB_MONO_p =
145!ifeq MONOLITHIC 1
146__WXLIB_MONO_p = &
c33fae85 147 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
d179e30b 148!endif
b17c1746
DE
149__LIB_TIFF_p =
150!ifeq USE_GUI 1
9c2d002b 151__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
152!endif
153__LIB_JPEG_p =
154!ifeq USE_GUI 1
9c2d002b 155__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
156!endif
157__LIB_PNG_p =
158!ifeq USE_GUI 1
9c2d002b 159__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 160!endif
d179e30b
VS
161__WXUNIV_DEFINE_p =
162!ifeq WXUNIV 1
163__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
164!endif
b17c1746
DE
165__DEBUG_DEFINE_p =
166!ifeq BUILD debug
167!ifeq DEBUG_FLAG default
168__DEBUG_DEFINE_p = -d__WXDEBUG__
169!endif
170!endif
171!ifeq DEBUG_FLAG 1
172__DEBUG_DEFINE_p = -d__WXDEBUG__
173!endif
174__UNICODE_DEFINE_p =
175!ifeq UNICODE 1
176__UNICODE_DEFINE_p = -d_UNICODE
177!endif
178__DLLFLAG_p =
179!ifeq SHARED 1
180__DLLFLAG_p = -dWXUSINGDLL
181!endif
d179e30b
VS
182
183### Variables: ###
184
c33fae85 185WX_RELEASE_NODOT = 25
d179e30b
VS
186OBJS = &
187 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 188LIBDIRNAME = .\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
75a0a7b7
VS
189SETUPHDIR = &
190 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
191STYLES_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
192 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
b14abf14
JS
193 -i=.\..\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 &
194 -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_6) &
195 $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) $(CXXFLAGS)
d179e30b
VS
196STYLES_OBJECTS = &
197 $(OBJS)\styles_styles.obj
198
d179e30b
VS
199
200all : $(OBJS)
201$(OBJS) :
202 -if not exist $(OBJS) mkdir $(OBJS)
203
204### Targets: ###
205
206all : .SYMBOLIC $(OBJS)\styles.exe data
207
d179e30b
VS
208clean : .SYMBOLIC
209 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
210 -if exist $(OBJS)\*.res del $(OBJS)\*.res
211 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
212 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
b14abf14 213 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
d179e30b
VS
214 -if exist $(OBJS)\styles.exe del $(OBJS)\styles.exe
215
d179e30b
VS
216$(OBJS)\styles.exe : $(STYLES_OBJECTS) $(OBJS)\styles_sample.res
217 @%create $(OBJS)\styles.lbc
218 @%append $(OBJS)\styles.lbc option quiet
219 @%append $(OBJS)\styles.lbc name $^@
75a0a7b7 220 @%append $(OBJS)\styles.lbc option caseexact
d179e30b
VS
221 @%append $(OBJS)\styles.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
222 @for %i in ($(STYLES_OBJECTS)) do @%append $(OBJS)\styles.lbc file %i
dd65d8c8 223 @for %i in ( $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\styles.lbc library %i
d179e30b
VS
224 @%append $(OBJS)\styles.lbc option resource=$(OBJS)\styles_sample.res
225 wlink @$(OBJS)\styles.lbc
b17c1746
DE
226
227data : .SYMBOLIC
228 if not exist $(OBJS) mkdir $(OBJS)
229 for %f in (marble.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
230
231$(OBJS)\styles_sample.res : .AUTODEPEND .\..\..\..\samples\sample.rc
b14abf14 232 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples $<
b17c1746
DE
233
234$(OBJS)\styles_styles.obj : .AUTODEPEND .\styles.cpp
235 $(CXX) -zq -fo=$^@ $(STYLES_CXXFLAGS) $<
b14abf14 236