]> git.saurik.com Git - wxWidgets.git/blob - samples/ipc/makefile.wat
change MSW libs directories so that libraries are shared by builds
[wxWidgets.git] / samples / ipc / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (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:
26 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28 ### Conditionally set variables: ###
29
30 LIBDIRNAME =
31 !ifeq SHARED 0
32 LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
33 !endif
34 !ifeq SHARED 1
35 LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
36 !endif
37 PORTNAME =
38 !ifeq USE_GUI 0
39 PORTNAME = base
40 !endif
41 !ifeq USE_GUI 1
42 PORTNAME = msw
43 !endif
44 WXDEBUGFLAG =
45 !ifeq BUILD debug
46 !ifeq DEBUG_FLAG default
47 WXDEBUGFLAG = d
48 !endif
49 !endif
50 !ifeq DEBUG_FLAG 1
51 WXDEBUGFLAG = d
52 !endif
53 WXDLLFLAG =
54 !ifeq SHARED 1
55 WXDLLFLAG = dll
56 !endif
57 WXUNICODEFLAG =
58 !ifeq UNICODE 1
59 WXUNICODEFLAG = u
60 !endif
61 WXUNIVNAME =
62 !ifeq WXUNIV 1
63 WXUNIVNAME = univ
64 !endif
65 __DEBUGINFO =
66 !ifeq BUILD debug
67 !ifeq DEBUG_INFO default
68 __DEBUGINFO = debug all
69 !endif
70 !endif
71 !ifeq BUILD release
72 !ifeq DEBUG_INFO default
73 __DEBUGINFO =
74 !endif
75 !endif
76 !ifeq DEBUG_INFO 0
77 __DEBUGINFO =
78 !endif
79 !ifeq DEBUG_INFO 1
80 __DEBUGINFO = debug all
81 !endif
82 __DEBUGINFO_2 =
83 !ifeq BUILD debug
84 !ifeq DEBUG_INFO default
85 __DEBUGINFO_2 = -d2
86 !endif
87 !endif
88 !ifeq BUILD release
89 !ifeq DEBUG_INFO default
90 __DEBUGINFO_2 = -d0
91 !endif
92 !endif
93 !ifeq DEBUG_INFO 0
94 __DEBUGINFO_2 = -d0
95 !endif
96 !ifeq DEBUG_INFO 1
97 __DEBUGINFO_2 = -d2
98 !endif
99 __DEBUG_DEFINE_p =
100 !ifeq BUILD debug
101 !ifeq DEBUG_FLAG default
102 __DEBUG_DEFINE_p = -d__WXDEBUG__
103 !endif
104 !endif
105 !ifeq DEBUG_FLAG 1
106 __DEBUG_DEFINE_p = -d__WXDEBUG__
107 !endif
108 __DLLFLAG_p =
109 !ifeq SHARED 1
110 __DLLFLAG_p = -dWXUSINGDLL
111 !endif
112 __LIB_JPEG_p =
113 !ifeq USE_GUI 1
114 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
115 !endif
116 __LIB_PNG_p =
117 !ifeq USE_GUI 1
118 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
119 !endif
120 __LIB_TIFF_p =
121 !ifeq USE_GUI 1
122 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
123 !endif
124 __OPTIMIZEFLAG =
125 !ifeq BUILD debug
126 __OPTIMIZEFLAG = -od
127 !endif
128 !ifeq BUILD release
129 __OPTIMIZEFLAG = -ot -ox
130 !endif
131 __RUNTIME_LIBS =
132 !ifeq RUNTIME_LIBS dynamic
133 __RUNTIME_LIBS = -br
134 !endif
135 !ifeq RUNTIME_LIBS static
136 __RUNTIME_LIBS =
137 !endif
138 __UNICODE_DEFINE_p =
139 !ifeq UNICODE 1
140 __UNICODE_DEFINE_p = -dwxUSE_UNICODE=1
141 !endif
142 __WXLIB_BASE_p =
143 !ifeq MONOLITHIC 0
144 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
145 !endif
146 __WXLIB_CORE_p =
147 !ifeq MONOLITHIC 0
148 __WXLIB_CORE_p = &
149 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
150 !endif
151 __WXLIB_MONO_p =
152 !ifeq MONOLITHIC 1
153 __WXLIB_MONO_p = &
154 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
155 !endif
156 __WXLIB_NET_p =
157 !ifeq MONOLITHIC 0
158 __WXLIB_NET_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net.lib
159 !endif
160 __WXUNIV_DEFINE_p =
161 !ifeq WXUNIV 1
162 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
163 !endif
164
165 ### Variables: ###
166
167 CLIENT_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO_2) $(__OPTIMIZEFLAG) -bm &
168 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
169 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) &
170 -i=.\..\..\samples $(CXXFLAGS)
171 CLIENT_OBJECTS = &
172 $(OBJS)\client_client.obj
173 OBJS = &
174 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
175 SERVER_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO_2) $(__OPTIMIZEFLAG) -bm &
176 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
177 $(__UNICODE_DEFINE_p) -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) &
178 -i=.\..\..\samples $(CXXFLAGS)
179 SERVER_OBJECTS = &
180 $(OBJS)\server_server.obj
181 SETUPHDIR = &
182 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
183
184
185 all : $(OBJS)
186 $(OBJS) :
187 -if not exist $(OBJS) mkdir $(OBJS)
188
189 ### Targets: ###
190
191 all : .SYMBOLIC $(OBJS)\client.exe $(OBJS)\server.exe
192
193 $(OBJS)\client_client.obj : .AUTODEPEND .\client.cpp
194 $(CXX) -zq -fo=$^@ $(CLIENT_CXXFLAGS) $<
195
196 $(OBJS)\client_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
197 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 $<
198
199 $(OBJS)\server_sample.res : .AUTODEPEND .\..\..\samples\sample.rc
200 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 $<
201
202 $(OBJS)\server_server.obj : .AUTODEPEND .\server.cpp
203 $(CXX) -zq -fo=$^@ $(SERVER_CXXFLAGS) $<
204
205 clean : .SYMBOLIC
206 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
207 -if exist $(OBJS)\*.res del $(OBJS)\*.res
208 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
209 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
210 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
211 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
212
213 $(OBJS)\client.exe : $(CLIENT_OBJECTS) $(OBJS)\client_sample.res
214 @%create $(OBJS)\client.lbc
215 @%append $(OBJS)\client.lbc option quiet
216 @%append $(OBJS)\client.lbc name $^@
217 @%append $(OBJS)\client.lbc option caseexact
218 @%append $(OBJS)\client.lbc $(LDFLAGS) $(__DEBUGINFO) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
219 @for %i in ($(CLIENT_OBJECTS)) do @%append $(OBJS)\client.lbc file %i
220 @for %i in ( $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib ) do @%append $(OBJS)\client.lbc library %i
221 @%append $(OBJS)\client.lbc option resource=$(OBJS)\client_sample.res
222 wlink @$(OBJS)\client.lbc
223
224 $(OBJS)\server.exe : $(SERVER_OBJECTS) $(OBJS)\server_sample.res
225 @%create $(OBJS)\server.lbc
226 @%append $(OBJS)\server.lbc option quiet
227 @%append $(OBJS)\server.lbc name $^@
228 @%append $(OBJS)\server.lbc option caseexact
229 @%append $(OBJS)\server.lbc $(LDFLAGS) $(__DEBUGINFO) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
230 @for %i in ($(SERVER_OBJECTS)) do @%append $(OBJS)\server.lbc file %i
231 @for %i in ( $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib ) do @%append $(OBJS)\server.lbc library %i
232 @%append $(OBJS)\server.lbc option resource=$(OBJS)\server_sample.res
233 wlink @$(OBJS)\server.lbc