]> git.saurik.com Git - wxWidgets.git/blame_incremental - demos/life/makefile.gcc
fix wxStringOutputStream to deal with NUL bytes correctly (incidentally fixes bug...
[wxWidgets.git] / demos / life / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../build/msw/config.gcc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15CPPDEPS = -MT$@ -MF$@.d -MD
16WX_RELEASE_NODOT = 29
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19LIBDIRNAME = .\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22LIFE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
23 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
24 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
25 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
26 -I$(SETUPHDIR) -I.\..\..\include -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples \
27 -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy \
28 $(CPPFLAGS) $(CXXFLAGS)
29LIFE_OBJECTS = \
30 $(OBJS)\life_life.o \
31 $(OBJS)\life_dialogs.o \
32 $(OBJS)\life_game.o \
33 $(OBJS)\life_reader.o \
34 $(OBJS)\life_life_rc.o
35
36### Conditionally set variables: ###
37
38ifeq ($(GCC_VERSION),2.95)
39GCCFLAGS = -fvtable-thunks
40endif
41ifeq ($(USE_GUI),0)
42PORTNAME = base
43endif
44ifeq ($(USE_GUI),1)
45PORTNAME = msw
46endif
47ifeq ($(BUILD),debug)
48ifeq ($(DEBUG_FLAG),default)
49WXDEBUGFLAG = d
50endif
51endif
52ifeq ($(DEBUG_FLAG),1)
53WXDEBUGFLAG = d
54endif
55ifeq ($(UNICODE),1)
56WXUNICODEFLAG = u
57endif
58ifeq ($(WXUNIV),1)
59WXUNIVNAME = univ
60endif
61ifeq ($(SHARED),1)
62WXDLLFLAG = dll
63endif
64ifeq ($(SHARED),0)
65LIBTYPE_SUFFIX = lib
66endif
67ifeq ($(SHARED),1)
68LIBTYPE_SUFFIX = dll
69endif
70ifeq ($(MONOLITHIC),0)
71EXTRALIBS_FOR_BASE =
72endif
73ifeq ($(MONOLITHIC),1)
74EXTRALIBS_FOR_BASE =
75endif
76ifeq ($(BUILD),debug)
77__OPTIMIZEFLAG_2 = -O0
78endif
79ifeq ($(BUILD),release)
80__OPTIMIZEFLAG_2 = -O2
81endif
82ifeq ($(USE_RTTI),0)
83__RTTIFLAG_5 = -fno-rtti
84endif
85ifeq ($(USE_RTTI),1)
86__RTTIFLAG_5 =
87endif
88ifeq ($(USE_EXCEPTIONS),0)
89__EXCEPTIONSFLAG_6 = -fno-exceptions
90endif
91ifeq ($(USE_EXCEPTIONS),1)
92__EXCEPTIONSFLAG_6 =
93endif
94ifeq ($(WXUNIV),1)
95__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
96endif
97ifeq ($(WXUNIV),1)
98__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
99endif
100ifeq ($(BUILD),debug)
101ifeq ($(DEBUG_FLAG),default)
102__DEBUG_DEFINE_p = -D__WXDEBUG__
103endif
104endif
105ifeq ($(DEBUG_FLAG),1)
106__DEBUG_DEFINE_p = -D__WXDEBUG__
107endif
108ifeq ($(BUILD),debug)
109ifeq ($(DEBUG_FLAG),default)
110__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
111endif
112endif
113ifeq ($(DEBUG_FLAG),1)
114__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
115endif
116ifeq ($(USE_EXCEPTIONS),0)
117__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
118endif
119ifeq ($(USE_EXCEPTIONS),0)
120__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
121endif
122ifeq ($(USE_RTTI),0)
123__RTTI_DEFINE_p = -DwxNO_RTTI
124endif
125ifeq ($(USE_RTTI),0)
126__RTTI_DEFINE_p_1 = --define wxNO_RTTI
127endif
128ifeq ($(USE_THREADS),0)
129__THREAD_DEFINE_p = -DwxNO_THREADS
130endif
131ifeq ($(USE_THREADS),0)
132__THREAD_DEFINE_p_1 = --define wxNO_THREADS
133endif
134ifeq ($(UNICODE),1)
135__UNICODE_DEFINE_p = -D_UNICODE
136endif
137ifeq ($(UNICODE),1)
138__UNICODE_DEFINE_p_1 = --define _UNICODE
139endif
140ifeq ($(MSLU),1)
141__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
142endif
143ifeq ($(MSLU),1)
144__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
145endif
146ifeq ($(USE_GDIPLUS),1)
147__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
148endif
149ifeq ($(USE_GDIPLUS),1)
150__GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
151endif
152ifeq ($(SHARED),1)
153__DLLFLAG_p = -DWXUSINGDLL
154endif
155ifeq ($(SHARED),1)
156__DLLFLAG_p_1 = --define WXUSINGDLL
157endif
158ifeq ($(MONOLITHIC),0)
159__WXLIB_CORE_p = \
160 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
161endif
162ifeq ($(MONOLITHIC),0)
163__WXLIB_BASE_p = \
164 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
165endif
166ifeq ($(MONOLITHIC),1)
167__WXLIB_MONO_p = \
168 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
169endif
170ifeq ($(USE_GUI),1)
171__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
172endif
173ifeq ($(USE_GUI),1)
174__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
175endif
176ifeq ($(USE_GUI),1)
177__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
178endif
179ifeq ($(MSLU),1)
180__UNICOWS_LIB_p = -lunicows
181endif
182ifeq ($(USE_GDIPLUS),1)
183__GDIPLUS_LIB_p = -lgdiplus
184endif
185ifeq ($(BUILD),debug)
186ifeq ($(DEBUG_INFO),default)
187__DEBUGINFO = -g
188endif
189endif
190ifeq ($(BUILD),release)
191ifeq ($(DEBUG_INFO),default)
192__DEBUGINFO =
193endif
194endif
195ifeq ($(DEBUG_INFO),0)
196__DEBUGINFO =
197endif
198ifeq ($(DEBUG_INFO),1)
199__DEBUGINFO = -g
200endif
201ifeq ($(USE_THREADS),0)
202__THREADSFLAG =
203endif
204ifeq ($(USE_THREADS),1)
205__THREADSFLAG = -mthreads
206endif
207
208
209all: $(OBJS)
210$(OBJS):
211 -if not exist $(OBJS) mkdir $(OBJS)
212
213### Targets: ###
214
215all: $(OBJS)\life.exe data
216
217clean:
218 -if exist $(OBJS)\*.o del $(OBJS)\*.o
219 -if exist $(OBJS)\*.d del $(OBJS)\*.d
220 -if exist $(OBJS)\life.exe del $(OBJS)\life.exe
221
222$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life_rc.o
223 $(CXX) -o $@ $(LIFE_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(__WXLIB_CORE_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 -lodbc32
224
225data:
226 if not exist $(OBJS) mkdir $(OBJS)
227 for %%f in (breeder.lif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
228
229$(OBJS)\life_life.o: ./life.cpp
230 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
231
232$(OBJS)\life_dialogs.o: ./dialogs.cpp
233 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
234
235$(OBJS)\life_game.o: ./game.cpp
236 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
237
238$(OBJS)\life_reader.o: ./reader.cpp
239 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
240
241$(OBJS)\life_life_rc.o: ./life.rc
242 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) --include-dir $(SETUPHDIR) --include-dir ./../../include --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
243
244.PHONY: all clean data
245
246
247# Dependencies tracking:
248-include $(OBJS)/*.d