]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/db/makefile.wat
Add a set for wxMac too
[wxWidgets.git] / samples / db / makefile.wat
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.3 (http://bakefile.sourceforge.net)
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
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
58__dbtest___depname =
59!ifeq USE_ODBC 1
60__dbtest___depname = $(OBJS)\dbtest.exe
61!endif
62__DEBUGINFO_0 =
63!ifeq BUILD debug
64!ifeq DEBUG_INFO default
65__DEBUGINFO_0 = -d2
66!endif
67!endif
68!ifeq BUILD release
69!ifeq DEBUG_INFO default
70__DEBUGINFO_0 = -d0
71!endif
72!endif
73!ifeq DEBUG_INFO 0
74__DEBUGINFO_0 = -d0
75!endif
76!ifeq DEBUG_INFO 1
77__DEBUGINFO_0 = -d2
78!endif
79__DEBUGINFO_1 =
80!ifeq BUILD debug
81!ifeq DEBUG_INFO default
82__DEBUGINFO_1 = debug all
83!endif
84!endif
85!ifeq BUILD release
86!ifeq DEBUG_INFO default
87__DEBUGINFO_1 =
88!endif
89!endif
90!ifeq DEBUG_INFO 0
91__DEBUGINFO_1 =
92!endif
93!ifeq DEBUG_INFO 1
94__DEBUGINFO_1 = debug all
95!endif
96__OPTIMIZEFLAG_2 =
97!ifeq BUILD debug
98__OPTIMIZEFLAG_2 = -od
99!endif
100!ifeq BUILD release
101__OPTIMIZEFLAG_2 = -ot -ox
102!endif
103__RUNTIME_LIBS_5 =
104!ifeq RUNTIME_LIBS dynamic
105__RUNTIME_LIBS_5 = -br
106!endif
107!ifeq RUNTIME_LIBS static
108__RUNTIME_LIBS_5 =
109!endif
110__EXCEPTIONSFLAG_7 =
111!ifeq USE_EXCEPTIONS 0
112__EXCEPTIONSFLAG_7 =
113!endif
114!ifeq USE_EXCEPTIONS 1
115__EXCEPTIONSFLAG_7 = -xs
116!endif
117__WXLIB_ODBC_p =
118!ifeq MONOLITHIC 0
119!ifeq USE_ODBC 1
120__WXLIB_ODBC_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_odbc.lib
121!endif
122!endif
123__WXLIB_CORE_p =
124!ifeq MONOLITHIC 0
125__WXLIB_CORE_p = &
126 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
127!endif
128__WXLIB_BASE_p =
129!ifeq MONOLITHIC 0
130__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
131!endif
132__WXLIB_MONO_p =
133!ifeq MONOLITHIC 1
134__WXLIB_MONO_p = &
135 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
136!endif
137__LIB_TIFF_p =
138!ifeq USE_GUI 1
139__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
140!endif
141__LIB_JPEG_p =
142!ifeq USE_GUI 1
143__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
144!endif
145__LIB_PNG_p =
146!ifeq USE_GUI 1
147__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
148!endif
149LIBDIRNAME =
150!ifeq SHARED 0
151LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
152!endif
153!ifeq SHARED 1
154LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
155!endif
156__WXUNIV_DEFINE_p =
157!ifeq WXUNIV 1
158__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
159!endif
160__DEBUG_DEFINE_p =
161!ifeq BUILD debug
162!ifeq DEBUG_FLAG default
163__DEBUG_DEFINE_p = -d__WXDEBUG__
164!endif
165!endif
166!ifeq DEBUG_FLAG 1
167__DEBUG_DEFINE_p = -d__WXDEBUG__
168!endif
169__UNICODE_DEFINE_p =
170!ifeq UNICODE 1
171__UNICODE_DEFINE_p = -d_UNICODE
172!endif
173__DLLFLAG_p =
174!ifeq SHARED 1
175__DLLFLAG_p = -dWXUSINGDLL
176!endif
177
178### Variables: ###
179
180OBJS = &
181 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
182SETUPHDIR = &
183 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
184DBTEST_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
185 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
186 -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\samples &
187 $(__EXCEPTIONSFLAG_7) $(CPPFLAGS) $(CXXFLAGS)
188DBTEST_OBJECTS = &
189 $(OBJS)\dbtest_dbtest.obj &
190 $(OBJS)\dbtest_listdb.obj
191
192
193all : $(OBJS)
194$(OBJS) :
195 -if not exist $(OBJS) mkdir $(OBJS)
196
197### Targets: ###
198
199all : .SYMBOLIC $(__dbtest___depname)
200
201clean : .SYMBOLIC
202 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
203 -if exist $(OBJS)\*.res del $(OBJS)\*.res
204 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
205 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
206 -if exist $(OBJS)\dbtest.exe del $(OBJS)\dbtest.exe
207
208!ifeq USE_ODBC 1
209$(OBJS)\dbtest.exe : $(DBTEST_OBJECTS) $(OBJS)\dbtest_dbtest.res
210 @%create $(OBJS)\dbtest.lbc
211 @%append $(OBJS)\dbtest.lbc option quiet
212 @%append $(OBJS)\dbtest.lbc name $^@
213 @%append $(OBJS)\dbtest.lbc option caseexact
214 @%append $(OBJS)\dbtest.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
215 @for %i in ($(DBTEST_OBJECTS)) do @%append $(OBJS)\dbtest.lbc file %i
216 @for %i in ( $(__WXLIB_ODBC_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 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)\dbtest.lbc library %i
217 @%append $(OBJS)\dbtest.lbc option resource=$(OBJS)\dbtest_dbtest.res
218 wlink @$(OBJS)\dbtest.lbc
219!endif
220
221$(OBJS)\dbtest_dbtest.obj : .AUTODEPEND .\dbtest.cpp
222 $(CXX) -zq -fo=$^@ $(DBTEST_CXXFLAGS) $<
223
224$(OBJS)\dbtest_listdb.obj : .AUTODEPEND .\listdb.cpp
225 $(CXX) -zq -fo=$^@ $(DBTEST_CXXFLAGS) $<
226
227$(OBJS)\dbtest_dbtest.res : .AUTODEPEND .\dbtest.rc
228 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 $<