]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/makefile.gcc
Clear -> ClearBackground
[wxWidgets.git] / samples / ipc / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (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
d179e30b 15CLIENT_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) \
076f10e0
VS
16 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
17 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(LIBDIRNAME) -I.\..\..\src\tiff \
18 -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib -I.\..\..\src\regex \
4e209a20 19 -I.\..\..\src\expat\lib -I. $(__DLLFLAG_p) -I..\..\samples $(CXXFLAGS)
d179e30b
VS
20CLIENT_OBJECTS = \
21 $(OBJS)\client_sample_rc.o \
22 $(OBJS)\client_client.o
076f10e0
VS
23LIBDIRNAME = \
24 .\..\..\lib\gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25OBJS = \
26 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
d179e30b
VS
27SERVER_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(GCCFLAGS) \
28 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
29 $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(LIBDIRNAME) -I.\..\..\src\tiff \
30 -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib -I.\..\..\src\regex \
4e209a20 31 -I.\..\..\src\expat\lib -I. $(__DLLFLAG_p) -I..\..\samples $(CXXFLAGS)
d179e30b
VS
32SERVER_OBJECTS = \
33 $(OBJS)\server_sample_rc.o \
34 $(OBJS)\server_server.o
3b20263d
VS
35
36### Conditionally set variables: ###
37
250700e4
RD
38ifeq ($(GCC_VERSION),2.95)
39GCCFLAGS = -fvtable-thunks
40endif
3b20263d
VS
41ifeq ($(USE_GUI),0)
42PORTNAME = base
43endif
44ifeq ($(USE_GUI),1)
45PORTNAME = msw
46endif
47ifeq ($(BUILD),debug)
076f10e0
VS
48ifeq ($(DEBUG_FLAG),default)
49WXDEBUGFLAG = d
50endif
51endif
52ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
53WXDEBUGFLAG = d
54endif
55ifeq ($(SHARED),1)
56WXDLLFLAG = dll
57endif
58ifeq ($(UNICODE),1)
59WXUNICODEFLAG = u
60endif
61ifeq ($(WXUNIV),1)
62WXUNIVNAME = univ
63endif
64ifeq ($(BUILD),debug)
076f10e0
VS
65ifeq ($(DEBUG_INFO),default)
66__DEBUGINFO = -g
67endif
250700e4
RD
68endif
69ifeq ($(BUILD),release)
076f10e0
VS
70ifeq ($(DEBUG_INFO),default)
71__DEBUGINFO =
72endif
73endif
74ifeq ($(DEBUG_INFO),0)
75__DEBUGINFO =
76endif
77ifeq ($(DEBUG_INFO),1)
78__DEBUGINFO = -g
250700e4
RD
79endif
80ifeq ($(BUILD),debug)
076f10e0
VS
81ifeq ($(DEBUG_FLAG),default)
82__DEBUG_DEFINE_p = -D__WXDEBUG__
83endif
84endif
85ifeq ($(DEBUG_FLAG),1)
3b20263d
VS
86__DEBUG_DEFINE_p = -D__WXDEBUG__
87endif
88ifeq ($(BUILD),debug)
076f10e0 89ifeq ($(DEBUG_FLAG),default)
d179e30b 90__DEBUG_DEFINE_p_0 = --define __WXDEBUG__
076f10e0
VS
91endif
92endif
93ifeq ($(DEBUG_FLAG),1)
d179e30b 94__DEBUG_DEFINE_p_0 = --define __WXDEBUG__
3b20263d
VS
95endif
96ifeq ($(SHARED),1)
97__DLLFLAG_p = -DWXUSINGDLL
98endif
99ifeq ($(SHARED),1)
d179e30b 100__DLLFLAG_p_0 = --define WXUSINGDLL
3b20263d 101endif
076f10e0
VS
102ifeq ($(USE_GUI),1)
103__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
104endif
105ifeq ($(USE_GUI),1)
106__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
107endif
108ifeq ($(USE_GUI),1)
109__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
110endif
250700e4 111ifeq ($(BUILD),debug)
d179e30b 112__OPTIMIZEFLAG = -O0
250700e4
RD
113endif
114ifeq ($(BUILD),release)
d179e30b 115__OPTIMIZEFLAG = -O2
250700e4 116endif
3b20263d
VS
117ifeq ($(UNICODE),1)
118__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
119endif
120ifeq ($(UNICODE),1)
d179e30b 121__UNICODE_DEFINE_p_0 = --define wxUSE_UNICODE=1
3b20263d 122endif
4e209a20
VS
123ifeq ($(MSLU),1)
124__UNICOWS_LIB_p = -lunicows
125endif
3b20263d
VS
126ifeq ($(MONOLITHIC),0)
127__WXLIB_BASE_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
128endif
129ifeq ($(MONOLITHIC),0)
076f10e0
VS
130__WXLIB_CORE_p = \
131 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core
3b20263d
VS
132endif
133ifeq ($(MONOLITHIC),1)
076f10e0
VS
134__WXLIB_MONO_p = \
135 -lwx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)
3b20263d 136endif
d179e30b
VS
137ifeq ($(MONOLITHIC),0)
138__WXLIB_NET_p = -lwxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_net
139endif
3b20263d
VS
140ifeq ($(WXUNIV),1)
141__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
142endif
143ifeq ($(WXUNIV),1)
d179e30b 144__WXUNIV_DEFINE_p_0 = --define __WXUNIVERSAL__
3b20263d
VS
145endif
146
147
148all: $(OBJS)
149$(OBJS):
150 -if not exist $(OBJS) mkdir $(OBJS)
151
152### Targets: ###
153
d179e30b
VS
154all: $(OBJS)\client.exe $(OBJS)\server.exe
155
156$(OBJS)\client_client.o: .\client.cpp
157 $(CXX) -c -o $@ $(CLIENT_CXXFLAGS) $<
3b20263d 158
d179e30b 159$(OBJS)\client_sample_rc.o: .\..\..\samples\sample.rc
4e209a20 160 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) --include-dir ./../../include --include-dir $(LIBDIRNAME) --include-dir ./../../src/tiff --include-dir ./../../src/jpeg --include-dir ./../../src/png --include-dir ./../../src/zlib --include-dir ./../../src/regex --include-dir ./../../src/expat/lib --include-dir . $(__DLLFLAG_p_0) --include-dir ../../samples
3b20263d 161
d179e30b 162$(OBJS)\server_sample_rc.o: .\..\..\samples\sample.rc
4e209a20 163 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_0) $(__DEBUG_DEFINE_p_0) $(__UNICODE_DEFINE_p_0) --include-dir ./../../include --include-dir $(LIBDIRNAME) --include-dir ./../../src/tiff --include-dir ./../../src/jpeg --include-dir ./../../src/png --include-dir ./../../src/zlib --include-dir ./../../src/regex --include-dir ./../../src/expat/lib --include-dir . $(__DLLFLAG_p_0) --include-dir ../../samples
d179e30b
VS
164
165$(OBJS)\server_server.o: .\server.cpp
166 $(CXX) -c -o $@ $(SERVER_CXXFLAGS) $<
3b20263d
VS
167
168clean:
169 -if exist $(OBJS)\*.o del $(OBJS)\*.o
d179e30b
VS
170 -if exist $(OBJS)\client.exe del $(OBJS)\client.exe
171 -if exist $(OBJS)\server.exe del $(OBJS)\server.exe
172
173$(OBJS)\client.exe: $(CLIENT_OBJECTS) $(OBJS)\client_sample_rc.o
4e209a20 174 $(CXX) -o $@ $(CLIENT_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -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$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
3b20263d 175
d179e30b 176$(OBJS)\server.exe: $(SERVER_OBJECTS) $(OBJS)\server_sample_rc.o
4e209a20 177 $(CXX) -o $@ $(SERVER_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -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$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(__UNICOWS_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lodbc32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32
3b20263d 178
250700e4 179.PHONY: all clean