]> git.saurik.com Git - wxWidgets.git/blame - utils/hhp2cached/makefile.wat
Actually make use of new cool file conversion
[wxWidgets.git] / utils / hhp2cached / makefile.wat
CommitLineData
ec08d395
JS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
ec08d395
JS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6158481f 6
ec08d395 7!include ../../build/msw/config.wat
6158481f 8
ec08d395
JS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
6158481f 12
ec08d395
JS
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
6158481f 24
ec08d395
JS
25# We need these variables in some bakefile-made rules:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
6158481f 27
ec08d395
JS
28### Conditionally set variables: ###
29
ec08d395
JS
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
ec08d395
JS
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
162a956b
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
ec08d395
JS
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
ec08d395
JS
106__OPTIMIZEFLAG_2 =
107!ifeq BUILD debug
108__OPTIMIZEFLAG_2 = -od
109!endif
110!ifeq BUILD release
111__OPTIMIZEFLAG_2 = -ot -ox
112!endif
8c9f8f91
JS
113__THREADSFLAG_5 =
114!ifeq USE_THREADS 0
115__THREADSFLAG_5 =
116!endif
117!ifeq USE_THREADS 1
118__THREADSFLAG_5 = -bm
119!endif
120__RUNTIME_LIBS_6 =
ec08d395 121!ifeq RUNTIME_LIBS dynamic
8c9f8f91 122__RUNTIME_LIBS_6 = -br
ec08d395
JS
123!endif
124!ifeq RUNTIME_LIBS static
8c9f8f91 125__RUNTIME_LIBS_6 =
ec08d395 126!endif
8c9f8f91
JS
127__RTTIFLAG_7 =
128!ifeq USE_RTTI 0
129__RTTIFLAG_7 =
162a956b 130!endif
8c9f8f91
JS
131!ifeq USE_RTTI 1
132__RTTIFLAG_7 = -xr
162a956b 133!endif
8c9f8f91 134__EXCEPTIONSFLAG_8 =
b17c1746 135!ifeq USE_EXCEPTIONS 0
8c9f8f91 136__EXCEPTIONSFLAG_8 =
ec08d395 137!endif
b17c1746 138!ifeq USE_EXCEPTIONS 1
8c9f8f91 139__EXCEPTIONSFLAG_8 = -xs
b17c1746
DE
140!endif
141__WXLIB_HTML_p =
ec08d395 142!ifeq MONOLITHIC 0
b17c1746 143__WXLIB_HTML_p = &
c33fae85 144 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
ec08d395
JS
145!endif
146__WXLIB_CORE_p =
147!ifeq MONOLITHIC 0
148__WXLIB_CORE_p = &
c33fae85 149 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
ec08d395 150!endif
b17c1746 151__WXLIB_BASE_p =
ec08d395 152!ifeq MONOLITHIC 0
c33fae85
RN
153__WXLIB_BASE_p = &
154 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
ec08d395
JS
155!endif
156__WXLIB_MONO_p =
157!ifeq MONOLITHIC 1
158__WXLIB_MONO_p = &
c33fae85 159 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
ec08d395 160!endif
b17c1746
DE
161__LIB_TIFF_p =
162!ifeq USE_GUI 1
9c2d002b 163__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
164!endif
165__LIB_JPEG_p =
166!ifeq USE_GUI 1
9c2d002b 167__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
168!endif
169__LIB_PNG_p =
170!ifeq USE_GUI 1
9c2d002b 171__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746 172!endif
ec08d395
JS
173__WXUNIV_DEFINE_p =
174!ifeq WXUNIV 1
175__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
176!endif
b17c1746
DE
177__DEBUG_DEFINE_p =
178!ifeq BUILD debug
179!ifeq DEBUG_FLAG default
180__DEBUG_DEFINE_p = -d__WXDEBUG__
181!endif
182!endif
183!ifeq DEBUG_FLAG 1
184__DEBUG_DEFINE_p = -d__WXDEBUG__
185!endif
8c9f8f91
JS
186__EXCEPTIONS_DEFINE_p =
187!ifeq USE_EXCEPTIONS 0
188__EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS
189!endif
190__RTTI_DEFINE_p =
191!ifeq USE_RTTI 0
192__RTTI_DEFINE_p = -dwxNO_RTTI
193!endif
194__THREAD_DEFINE_p =
195!ifeq USE_THREADS 0
196__THREAD_DEFINE_p = -dwxNO_THREADS
197!endif
b17c1746
DE
198__UNICODE_DEFINE_p =
199!ifeq UNICODE 1
200__UNICODE_DEFINE_p = -d_UNICODE
201!endif
202__DLLFLAG_p =
203!ifeq SHARED 1
204__DLLFLAG_p = -dWXUSINGDLL
205!endif
ec08d395
JS
206
207### Variables: ###
208
c33fae85 209WX_RELEASE_NODOT = 25
b17c1746
DE
210OBJS = &
211 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
162a956b 212LIBDIRNAME = .\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
213SETUPHDIR = &
214 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
215HHP2CACHED_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_5) &
216 $(__RUNTIME_LIBS_6) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
217 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) &
162a956b
JS
218 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -wx -wcd=549 &
219 -wcd=656 -wcd=657 -wcd=667 -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH &
8c9f8f91 220 $(__RTTIFLAG_7) $(__EXCEPTIONSFLAG_8) $(CPPFLAGS) $(CXXFLAGS)
ec08d395
JS
221HHP2CACHED_OBJECTS = &
222 $(OBJS)\hhp2cached_hhp2cached.obj
ec08d395
JS
223
224
225all : $(OBJS)
226$(OBJS) :
227 -if not exist $(OBJS) mkdir $(OBJS)
228
229### Targets: ###
230
231all : .SYMBOLIC $(OBJS)\hhp2cached.exe
232
ec08d395
JS
233clean : .SYMBOLIC
234 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
235 -if exist $(OBJS)\*.res del $(OBJS)\*.res
236 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
237 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
162a956b 238 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
ec08d395
JS
239 -if exist $(OBJS)\hhp2cached.exe del $(OBJS)\hhp2cached.exe
240
241$(OBJS)\hhp2cached.exe : $(HHP2CACHED_OBJECTS) $(OBJS)\hhp2cached_hhp2cached.res
242 @%create $(OBJS)\hhp2cached.lbc
243 @%append $(OBJS)\hhp2cached.lbc option quiet
244 @%append $(OBJS)\hhp2cached.lbc name $^@
245 @%append $(OBJS)\hhp2cached.lbc option caseexact
246 @%append $(OBJS)\hhp2cached.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
247 @for %i in ($(HHP2CACHED_OBJECTS)) do @%append $(OBJS)\hhp2cached.lbc file %i
dd65d8c8 248 @for %i in ( $(__WXLIB_HTML_p) $(__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)\hhp2cached.lbc library %i
ec08d395
JS
249 @%append $(OBJS)\hhp2cached.lbc option resource=$(OBJS)\hhp2cached_hhp2cached.res
250 wlink @$(OBJS)\hhp2cached.lbc
b17c1746
DE
251
252$(OBJS)\hhp2cached_hhp2cached.obj : .AUTODEPEND .\hhp2cached.cpp
253 $(CXX) -zq -fo=$^@ $(HHP2CACHED_CXXFLAGS) $<
254
255$(OBJS)\hhp2cached_hhp2cached.res : .AUTODEPEND .\hhp2cached.rc
8c9f8f91 256 wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $<
162a956b 257