]> git.saurik.com Git - wxWidgets.git/blame - samples/event/makefile.wat
Regenerated makefiles
[wxWidgets.git] / samples / event / makefile.wat
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7!include ../../build/msw/config.wat
250700e4
RD
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
25a73439
VS
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
250700e4
RD
44WXDEBUGFLAG = d
45!endif
250700e4
RD
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
dd65d8c8
RN
58EXTRALIBS_FOR_BASE =
59!ifeq MONOLITHIC 0
60EXTRALIBS_FOR_BASE =
61!endif
62!ifeq MONOLITHIC 1
63EXTRALIBS_FOR_BASE =
64!endif
25a73439 65__DEBUGINFO_0 =
250700e4 66!ifeq BUILD debug
25a73439
VS
67!ifeq DEBUG_INFO default
68__DEBUGINFO_0 = -d2
69!endif
250700e4
RD
70!endif
71!ifeq BUILD release
25a73439
VS
72!ifeq DEBUG_INFO default
73__DEBUGINFO_0 = -d0
74!endif
250700e4 75!endif
25a73439
VS
76!ifeq DEBUG_INFO 0
77__DEBUGINFO_0 = -d0
78!endif
79!ifeq DEBUG_INFO 1
80__DEBUGINFO_0 = -d2
81!endif
82__DEBUGINFO_1 =
250700e4 83!ifeq BUILD debug
25a73439
VS
84!ifeq DEBUG_INFO default
85__DEBUGINFO_1 = debug all
86!endif
250700e4
RD
87!endif
88!ifeq BUILD release
25a73439
VS
89!ifeq DEBUG_INFO default
90__DEBUGINFO_1 =
91!endif
92!endif
93!ifeq DEBUG_INFO 0
94__DEBUGINFO_1 =
95!endif
96!ifeq DEBUG_INFO 1
97__DEBUGINFO_1 = debug all
250700e4 98!endif
250700e4
RD
99__OPTIMIZEFLAG_2 =
100!ifeq BUILD debug
101__OPTIMIZEFLAG_2 = -od
102!endif
103!ifeq BUILD release
104__OPTIMIZEFLAG_2 = -ot -ox
105!endif
106__RUNTIME_LIBS_5 =
107!ifeq RUNTIME_LIBS dynamic
108__RUNTIME_LIBS_5 = -br
109!endif
110!ifeq RUNTIME_LIBS static
111__RUNTIME_LIBS_5 =
112!endif
b17c1746
DE
113__EXCEPTIONSFLAG_7 =
114!ifeq USE_EXCEPTIONS 0
115__EXCEPTIONSFLAG_7 =
250700e4 116!endif
b17c1746
DE
117!ifeq USE_EXCEPTIONS 1
118__EXCEPTIONSFLAG_7 = -xs
250700e4
RD
119!endif
120__WXLIB_CORE_p =
121!ifeq MONOLITHIC 0
25a73439 122__WXLIB_CORE_p = &
c33fae85 123 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
250700e4 124!endif
b17c1746
DE
125__WXLIB_BASE_p =
126!ifeq MONOLITHIC 0
c33fae85
RN
127__WXLIB_BASE_p = &
128 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
b17c1746 129!endif
250700e4
RD
130__WXLIB_MONO_p =
131!ifeq MONOLITHIC 1
25a73439 132__WXLIB_MONO_p = &
c33fae85 133 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
250700e4 134!endif
b17c1746
DE
135__LIB_TIFF_p =
136!ifeq USE_GUI 1
9c2d002b 137__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
b17c1746
DE
138!endif
139__LIB_JPEG_p =
140!ifeq USE_GUI 1
9c2d002b 141__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
142!endif
143__LIB_PNG_p =
144!ifeq USE_GUI 1
9c2d002b 145__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
146!endif
147LIBDIRNAME =
148!ifeq SHARED 0
149LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
150!endif
151!ifeq SHARED 1
152LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
153!endif
250700e4
RD
154__WXUNIV_DEFINE_p =
155!ifeq WXUNIV 1
156__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
157!endif
b17c1746
DE
158__DEBUG_DEFINE_p =
159!ifeq BUILD debug
160!ifeq DEBUG_FLAG default
161__DEBUG_DEFINE_p = -d__WXDEBUG__
162!endif
163!endif
164!ifeq DEBUG_FLAG 1
165__DEBUG_DEFINE_p = -d__WXDEBUG__
166!endif
167__UNICODE_DEFINE_p =
168!ifeq UNICODE 1
169__UNICODE_DEFINE_p = -d_UNICODE
170!endif
171__DLLFLAG_p =
172!ifeq SHARED 1
173__DLLFLAG_p = -dWXUSINGDLL
174!endif
250700e4
RD
175
176### Variables: ###
177
c33fae85 178WX_RELEASE_NODOT = 25
b17c1746
DE
179OBJS = &
180 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
181SETUPHDIR = &
182 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
183EVENT_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
184 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
dd65d8c8
RN
185 -i=.\..\..\include -i=$(SETUPHDIR) -wcd=549 -wcd=656 -wcd=657 -i=. &
186 $(__DLLFLAG_p) -i=.\..\..\samples -dNOPCH $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) &
187 $(CXXFLAGS)
25a73439
VS
188EVENT_OBJECTS = &
189 $(OBJS)\event_event.obj
250700e4 190
250700e4
RD
191
192all : $(OBJS)
193$(OBJS) :
194 -if not exist $(OBJS) mkdir $(OBJS)
195
196### Targets: ###
197
198all : .SYMBOLIC $(OBJS)\event.exe
199
250700e4
RD
200clean : .SYMBOLIC
201 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
202 -if exist $(OBJS)\*.res del $(OBJS)\*.res
203 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
204 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
205 -if exist $(OBJS)\event.exe del $(OBJS)\event.exe
206
25a73439 207$(OBJS)\event.exe : $(EVENT_OBJECTS) $(OBJS)\event_event.res
250700e4
RD
208 @%create $(OBJS)\event.lbc
209 @%append $(OBJS)\event.lbc option quiet
210 @%append $(OBJS)\event.lbc name $^@
75a0a7b7 211 @%append $(OBJS)\event.lbc option caseexact
25a73439
VS
212 @%append $(OBJS)\event.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
213 @for %i in ($(EVENT_OBJECTS)) do @%append $(OBJS)\event.lbc file %i
dd65d8c8 214 @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)\event.lbc library %i
250700e4
RD
215 @%append $(OBJS)\event.lbc option resource=$(OBJS)\event_event.res
216 wlink @$(OBJS)\event.lbc
b17c1746
DE
217
218$(OBJS)\event_event.obj : .AUTODEPEND .\event.cpp
219 $(CXX) -zq -fo=$^@ $(EVENT_CXXFLAGS) $<
220
221$(OBJS)\event_event.res : .AUTODEPEND .\event.rc
c33fae85 222 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 -dNOPCH $<