]> git.saurik.com Git - wxWidgets.git/blame_incremental - demos/life/makefile.gcc
Removed all outdated makefile.dos and their *.msc include.
[wxWidgets.git] / demos / life / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.0 (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 = 27
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) -I$(SETUPHDIR) -I.\..\..\include -W \
26 -Wall -I. $(__DLLFLAG_p) -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
27 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
28LIFE_OBJECTS = \
29 $(OBJS)\life_life.o \
30 $(OBJS)\life_dialogs.o \
31 $(OBJS)\life_game.o \
32 $(OBJS)\life_reader.o \
33 $(OBJS)\life_life_rc.o
34
35### Conditionally set variables: ###
36
37ifeq ($(GCC_VERSION),2.95)
38GCCFLAGS = -fvtable-thunks
39endif
40ifeq ($(USE_GUI),0)
41PORTNAME = base
42endif
43ifeq ($(USE_GUI),1)
44PORTNAME = msw
45endif
46ifeq ($(BUILD),debug)
47ifeq ($(DEBUG_FLAG),default)
48WXDEBUGFLAG = d
49endif
50endif
51ifeq ($(DEBUG_FLAG),1)
52WXDEBUGFLAG = d
53endif
54ifeq ($(UNICODE),1)
55WXUNICODEFLAG = u
56endif
57ifeq ($(WXUNIV),1)
58WXUNIVNAME = univ
59endif
60ifeq ($(SHARED),1)
61WXDLLFLAG = dll
62endif
63ifeq ($(SHARED),0)
64LIBTYPE_SUFFIX = lib
65endif
66ifeq ($(SHARED),1)
67LIBTYPE_SUFFIX = dll
68endif
69ifeq ($(MONOLITHIC),0)
70EXTRALIBS_FOR_BASE =
71endif
72ifeq ($(MONOLITHIC),1)
73EXTRALIBS_FOR_BASE =
74endif
75ifeq ($(BUILD),debug)
76__OPTIMIZEFLAG_2 = -O0
77endif
78ifeq ($(BUILD),release)
79__OPTIMIZEFLAG_2 = -O2
80endif
81ifeq ($(USE_RTTI),0)
82__RTTIFLAG_5 = -fno-rtti
83endif
84ifeq ($(USE_RTTI),1)
85__RTTIFLAG_5 =
86endif
87ifeq ($(USE_EXCEPTIONS),0)
88__EXCEPTIONSFLAG_6 = -fno-exceptions
89endif
90ifeq ($(USE_EXCEPTIONS),1)
91__EXCEPTIONSFLAG_6 =
92endif
93ifeq ($(WXUNIV),1)
94__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
95endif
96ifeq ($(WXUNIV),1)
97__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
98endif
99ifeq ($(BUILD),debug)
100ifeq ($(DEBUG_FLAG),default)
101__DEBUG_DEFINE_p = -D__WXDEBUG__
102endif
103endif
104ifeq ($(DEBUG_FLAG),1)
105__DEBUG_DEFINE_p = -D__WXDEBUG__
106endif
107ifeq ($(BUILD),debug)
108ifeq ($(DEBUG_FLAG),default)
109__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
110endif
111endif
112ifeq ($(DEBUG_FLAG),1)
113__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
114endif
115ifeq ($(USE_EXCEPTIONS),0)
116__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
117endif
118ifeq ($(USE_EXCEPTIONS),0)
119__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
120endif
121ifeq ($(USE_RTTI),0)
122__RTTI_DEFINE_p = -DwxNO_RTTI
123endif
124ifeq ($(USE_RTTI),0)
125__RTTI_DEFINE_p_1 = --define wxNO_RTTI
126endif
127ifeq ($(USE_THREADS),0)
128__THREAD_DEFINE_p = -DwxNO_THREADS
129endif
130ifeq ($(USE_THREADS),0)
131__THREAD_DEFINE_p_1 = --define wxNO_THREADS
132endif
133ifeq ($(UNICODE),1)
134__UNICODE_DEFINE_p = -D_UNICODE
135endif
136ifeq ($(UNICODE),1)
137__UNICODE_DEFINE_p_1 = --define _UNICODE
138endif
139ifeq ($(MSLU),1)
140__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
141endif
142ifeq ($(MSLU),1)
143__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
144endif
145ifeq ($(SHARED),1)
146__DLLFLAG_p = -DWXUSINGDLL
147endif
148ifeq ($(SHARED),1)
149__DLLFLAG_p_1 = --define WXUSINGDLL
150endif
151ifeq ($(MONOLITHIC),0)
152__WXLIB_CORE_p = \
153 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
154endif
155ifeq ($(MONOLITHIC),0)
156__WXLIB_BASE_p = \
157 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
158endif
159ifeq ($(MONOLITHIC),1)
160__WXLIB_MONO_p = \
161 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
162endif
163ifeq ($(USE_GUI),1)
164__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
165endif
166ifeq ($(USE_GUI),1)
167__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
168endif
169ifeq ($(USE_GUI),1)
170__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
171endif
172ifeq ($(MSLU),1)
173__UNICOWS_LIB_p = -lunicows
174endif
175ifeq ($(BUILD),debug)
176ifeq ($(DEBUG_INFO),default)
177__DEBUGINFO = -g
178endif
179endif
180ifeq ($(BUILD),release)
181ifeq ($(DEBUG_INFO),default)
182__DEBUGINFO =
183endif
184endif
185ifeq ($(DEBUG_INFO),0)
186__DEBUGINFO =
187endif
188ifeq ($(DEBUG_INFO),1)
189__DEBUGINFO = -g
190endif
191ifeq ($(USE_THREADS),0)
192__THREADSFLAG =
193endif
194ifeq ($(USE_THREADS),1)
195__THREADSFLAG = -mthreads
196endif
197
198
199all: $(OBJS)
200$(OBJS):
201 -if not exist $(OBJS) mkdir $(OBJS)
202
203### Targets: ###
204
205all: $(OBJS)\life.exe data
206
207clean:
208 -if exist $(OBJS)\*.o del $(OBJS)\*.o
209 -if exist $(OBJS)\*.d del $(OBJS)\*.d
210 -if exist $(OBJS)\life.exe del $(OBJS)\life.exe
211
212$(OBJS)\life.exe: $(LIFE_OBJECTS) $(OBJS)\life_life_rc.o
213 $(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) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
214
215data:
216 if not exist $(OBJS) mkdir $(OBJS)
217 for %%f in (breeder.lif) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
218
219$(OBJS)\life_life.o: ./life.cpp
220 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
221
222$(OBJS)\life_dialogs.o: ./dialogs.cpp
223 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
224
225$(OBJS)\life_game.o: ./game.cpp
226 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
227
228$(OBJS)\life_reader.o: ./reader.cpp
229 $(CXX) -c -o $@ $(LIFE_CXXFLAGS) $(CPPDEPS) $<
230
231$(OBJS)\life_life_rc.o: ./life.rc
232 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) --include-dir $(SETUPHDIR) --include-dir ./../../include --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
233
234.PHONY: all clean data
235
236
237# Dependencies tracking:
238-include $(OBJS)/*.d