]> git.saurik.com Git - wxWidgets.git/blame - samples/sockets/makefile.gcc
different CoreText font caches for Robin's tests
[wxWidgets.git] / samples / sockets / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
444833b3 3# Bakefile 0.2.2 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
0d90d6ea 15CPPDEPS = -MT$@ -MF$@.d -MD
ae4ccf12 16WX_RELEASE_NODOT = 29
444833b3 17COMPILER_PREFIX = gcc
b17c1746 18OBJS = \
444833b3
CE
19 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
20LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
21SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
23CLIENT_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) $(GCCFLAGS) \
24 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
25 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
3abcf424
RD
26 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
27 -I$(SETUPHDIR) -I.\..\..\include -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
28 -DNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
29 $(CXXFLAGS)
e9877ed3
VS
30CLIENT_OBJECTS = \
31 $(OBJS)\client_client.o \
32 $(OBJS)\client_client_rc.o
8c9f8f91
JS
33SERVER_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) $(GCCFLAGS) \
34 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
35 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
3abcf424
RD
36 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
37 -I$(SETUPHDIR) -I.\..\..\include -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
38 -DNOPCH $(__RTTIFLAG) $(__EXCEPTIONSFLAG) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
39 $(CXXFLAGS)
e9877ed3
VS
40SERVER_OBJECTS = \
41 $(OBJS)\server_server.o \
42 $(OBJS)\server_server_rc.o
3b20263d
VS
43
44### Conditionally set variables: ###
45
250700e4
RD
46ifeq ($(GCC_VERSION),2.95)
47GCCFLAGS = -fvtable-thunks
48endif
3b20263d
VS
49ifeq ($(USE_GUI),0)
50PORTNAME = base
51endif
52ifeq ($(USE_GUI),1)
53PORTNAME = msw
54endif
55ifeq ($(BUILD),debug)
25a73439
VS
56ifeq ($(DEBUG_FLAG),default)
57WXDEBUGFLAG = d
58endif
59endif
60ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
61WXDEBUGFLAG = d
62endif
3b20263d
VS
63ifeq ($(UNICODE),1)
64WXUNICODEFLAG = u
65endif
66ifeq ($(WXUNIV),1)
67WXUNIVNAME = univ
68endif
b17c1746
DE
69ifeq ($(SHARED),1)
70WXDLLFLAG = dll
25a73439 71endif
b14abf14
JS
72ifeq ($(SHARED),0)
73LIBTYPE_SUFFIX = lib
74endif
75ifeq ($(SHARED),1)
76LIBTYPE_SUFFIX = dll
77endif
dd65d8c8
RN
78ifeq ($(MONOLITHIC),0)
79EXTRALIBS_FOR_BASE =
80endif
81ifeq ($(MONOLITHIC),1)
82EXTRALIBS_FOR_BASE =
83endif
b17c1746
DE
84ifeq ($(BUILD),debug)
85__OPTIMIZEFLAG = -O0
250700e4
RD
86endif
87ifeq ($(BUILD),release)
b17c1746 88__OPTIMIZEFLAG = -O2
25a73439 89endif
8c9f8f91
JS
90ifeq ($(USE_RTTI),0)
91__RTTIFLAG = -fno-rtti
25a73439 92endif
8c9f8f91
JS
93ifeq ($(USE_RTTI),1)
94__RTTIFLAG =
25a73439 95endif
b17c1746 96ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 97__EXCEPTIONSFLAG = -fno-exceptions
b17c1746
DE
98endif
99ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 100__EXCEPTIONSFLAG =
b17c1746
DE
101endif
102ifeq ($(WXUNIV),1)
103__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
104endif
105ifeq ($(WXUNIV),1)
106__WXUNIV_DEFINE_p_0 = --define __WXUNIVERSAL__
250700e4
RD
107endif
108ifeq ($(BUILD),debug)
25a73439
VS
109ifeq ($(DEBUG_FLAG),default)
110__DEBUG_DEFINE_p = -D__WXDEBUG__
111endif
112endif
113ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
114__DEBUG_DEFINE_p = -D__WXDEBUG__
115endif
116ifeq ($(BUILD),debug)
25a73439
VS
117ifeq ($(DEBUG_FLAG),default)
118__DEBUG_DEFINE_p_0 = --define __WXDEBUG__
119endif
120endif
121ifeq ($(DEBUG_FLAG),1)
250700e4 122__DEBUG_DEFINE_p_0 = --define __WXDEBUG__
3b20263d 123endif
8c9f8f91
JS
124ifeq ($(USE_EXCEPTIONS),0)
125__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
126endif
127ifeq ($(USE_EXCEPTIONS),0)
128__EXCEPTIONS_DEFINE_p_0 = --define wxNO_EXCEPTIONS
129endif
130ifeq ($(USE_RTTI),0)
131__RTTI_DEFINE_p = -DwxNO_RTTI
132endif
133ifeq ($(USE_RTTI),0)
134__RTTI_DEFINE_p_0 = --define wxNO_RTTI
135endif
136ifeq ($(USE_THREADS),0)
137__THREAD_DEFINE_p = -DwxNO_THREADS
138endif
139ifeq ($(USE_THREADS),0)
140__THREAD_DEFINE_p_0 = --define wxNO_THREADS
141endif
7379e476
VZ
142ifeq ($(UNICODE),0)
143__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
144endif
b17c1746
DE
145ifeq ($(UNICODE),1)
146__UNICODE_DEFINE_p = -D_UNICODE
147endif
7379e476
VZ
148ifeq ($(UNICODE),0)
149__UNICODE_DEFINE_p_0 = --define wxUSE_UNICODE=0
150endif
b17c1746
DE
151ifeq ($(UNICODE),1)
152__UNICODE_DEFINE_p_0 = --define _UNICODE
153endif
2113bc77
MW
154ifeq ($(MSLU),1)
155__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
156endif
157ifeq ($(MSLU),1)
158__MSLU_DEFINE_p_0 = --define wxUSE_UNICODE_MSLU=1
159endif
3abcf424
RD
160ifeq ($(USE_GDIPLUS),1)
161__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
162endif
163ifeq ($(USE_GDIPLUS),1)
164__GFXCTX_DEFINE_p_0 = --define wxUSE_GRAPHICS_CONTEXT=1
165endif
3b20263d
VS
166ifeq ($(SHARED),1)
167__DLLFLAG_p = -DWXUSINGDLL
168endif
169ifeq ($(SHARED),1)
250700e4
RD
170__DLLFLAG_p_0 = --define WXUSINGDLL
171endif
b17c1746
DE
172ifeq ($(MONOLITHIC),0)
173__WXLIB_CORE_p = \
c33fae85 174 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 175endif
b17c1746 176ifeq ($(MONOLITHIC),0)
c33fae85
RN
177__WXLIB_NET_p = \
178 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net
b71531ad 179endif
b17c1746 180ifeq ($(MONOLITHIC),0)
c33fae85
RN
181__WXLIB_BASE_p = \
182 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 183endif
b17c1746
DE
184ifeq ($(MONOLITHIC),1)
185__WXLIB_MONO_p = \
c33fae85 186 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 187endif
e9877ed3 188ifeq ($(USE_GUI),1)
9c2d002b 189__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
e9877ed3
VS
190endif
191ifeq ($(USE_GUI),1)
9c2d002b 192__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
e9877ed3
VS
193endif
194ifeq ($(USE_GUI),1)
9c2d002b 195__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
3b20263d 196endif
4e209a20
VS
197ifeq ($(MSLU),1)
198__UNICOWS_LIB_p = -lunicows
199endif
3abcf424
RD
200ifeq ($(USE_GDIPLUS),1)
201__GDIPLUS_LIB_p = -lgdiplus
202endif
b17c1746
DE
203ifeq ($(BUILD),debug)
204ifeq ($(DEBUG_INFO),default)
205__DEBUGINFO = -g
3b20263d 206endif
3b20263d 207endif
b17c1746
DE
208ifeq ($(BUILD),release)
209ifeq ($(DEBUG_INFO),default)
210__DEBUGINFO =
e9877ed3 211endif
3b20263d 212endif
b17c1746
DE
213ifeq ($(DEBUG_INFO),0)
214__DEBUGINFO =
3b20263d 215endif
b17c1746
DE
216ifeq ($(DEBUG_INFO),1)
217__DEBUGINFO = -g
3b20263d 218endif
8c9f8f91
JS
219ifeq ($(USE_THREADS),0)
220__THREADSFLAG =
221endif
222ifeq ($(USE_THREADS),1)
223__THREADSFLAG = -mthreads
224endif
3b20263d
VS
225
226
227all: $(OBJS)
228$(OBJS):
229 -if not exist $(OBJS) mkdir $(OBJS)
230
231### Targets: ###
232
250700e4 233all: $(OBJS)\client.exe $(OBJS)\server.exe
3b20263d 234
b17c1746
DE
235clean:
236 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 237 -if exist $(OBJS)\*.d del $(OBJS)\*.d
b17c1746
DE
238 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
239 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
240
241$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_client_rc.o
7379e476 242 $(CXX) -o $@ $(CLIENT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
b17c1746
DE
243
244$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_server_rc.o
7379e476 245 $(CXX) -o $@ $(SERVER_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_CORE_p) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
b17c1746 246
1c3a6972 247$(OBJS)\client_client.o: ./client.cpp
0d90d6ea 248 $(CXX) -c -o $@ $(CLIENT_CXXFLAGS) $(CPPDEPS) $<
3b20263d 249
1c3a6972 250$(OBJS)\client_client_rc.o: ./client.rc
444833b3 251 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__EXCEPTIONS_DEFINE_p_0) $(__RTTI_DEFINE_p_0) $(__THREAD_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) $(__MSLU_DEFINE_p_0) $(__GFXCTX_DEFINE_p_0) --include-dir $(SETUPHDIR) --include-dir ./../../include --include-dir . $(__DLLFLAG_p_0) --include-dir ./../../samples --define NOPCH
250700e4 252
1c3a6972 253$(OBJS)\server_server.o: ./server.cpp
0d90d6ea 254 $(CXX) -c -o $@ $(SERVER_CXXFLAGS) $(CPPDEPS) $<
250700e4 255
1c3a6972 256$(OBJS)\server_server_rc.o: ./server.rc
444833b3 257 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__EXCEPTIONS_DEFINE_p_0) $(__RTTI_DEFINE_p_0) $(__THREAD_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) $(__MSLU_DEFINE_p_0) $(__GFXCTX_DEFINE_p_0) --include-dir $(SETUPHDIR) --include-dir ./../../include --include-dir . $(__DLLFLAG_p_0) --include-dir ./../../samples --define NOPCH
3b20263d 258
250700e4 259.PHONY: all clean
b14abf14 260
8c9f8f91 261
0d90d6ea
JS
262# Dependencies tracking:
263-include $(OBJS)/*.d