]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/penguin/makefile.gcc
WinCE build fix.
[wxWidgets.git] / samples / opengl / penguin / 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)
22PENGUIN_CFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
23 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
24 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
25 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
26 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -W -Wall -I. \
27 $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CFLAGS)
28PENGUIN_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \
29 $(GCCFLAGS) -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
30 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
31 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
32 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include -W -Wall -I. \
33 $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(__RTTIFLAG_5) \
34 $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
35PENGUIN_OBJECTS = \
36 $(OBJS)\penguin_penguin.o \
37 $(OBJS)\penguin_dxfrenderer.o \
38 $(OBJS)\penguin_trackball.o \
39 $(OBJS)\penguin_penguin_rc.o
40
41### Conditionally set variables: ###
42
43ifeq ($(GCC_VERSION),2.95)
44GCCFLAGS = -fvtable-thunks
45endif
46ifeq ($(USE_GUI),0)
47PORTNAME = base
48endif
49ifeq ($(USE_GUI),1)
50PORTNAME = msw
51endif
52ifeq ($(BUILD),debug)
53ifeq ($(DEBUG_FLAG),default)
54WXDEBUGFLAG = d
55endif
56endif
57ifeq ($(DEBUG_FLAG),1)
58WXDEBUGFLAG = d
59endif
60ifeq ($(UNICODE),1)
61WXUNICODEFLAG = u
62endif
63ifeq ($(WXUNIV),1)
64WXUNIVNAME = univ
65endif
66ifeq ($(SHARED),1)
67WXDLLFLAG = dll
68endif
69ifeq ($(SHARED),0)
70LIBTYPE_SUFFIX = lib
71endif
72ifeq ($(SHARED),1)
73LIBTYPE_SUFFIX = dll
74endif
75ifeq ($(MONOLITHIC),0)
76EXTRALIBS_FOR_BASE =
77endif
78ifeq ($(MONOLITHIC),1)
79EXTRALIBS_FOR_BASE =
80endif
81ifeq ($(USE_OPENGL),1)
82__penguin___depname = $(OBJS)\penguin.exe
83endif
84ifeq ($(BUILD),debug)
85__OPTIMIZEFLAG_2 = -O0
86endif
87ifeq ($(BUILD),release)
88__OPTIMIZEFLAG_2 = -O2
89endif
90ifeq ($(USE_RTTI),0)
91__RTTIFLAG_5 = -fno-rtti
92endif
93ifeq ($(USE_RTTI),1)
94__RTTIFLAG_5 =
95endif
96ifeq ($(USE_EXCEPTIONS),0)
97__EXCEPTIONSFLAG_6 = -fno-exceptions
98endif
99ifeq ($(USE_EXCEPTIONS),1)
100__EXCEPTIONSFLAG_6 =
101endif
102ifeq ($(WXUNIV),1)
103__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
104endif
105ifeq ($(WXUNIV),1)
106__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
107endif
108ifeq ($(BUILD),debug)
109ifeq ($(DEBUG_FLAG),default)
110__DEBUG_DEFINE_p = -D__WXDEBUG__
111endif
112endif
113ifeq ($(DEBUG_FLAG),1)
114__DEBUG_DEFINE_p = -D__WXDEBUG__
115endif
116ifeq ($(BUILD),debug)
117ifeq ($(DEBUG_FLAG),default)
118__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
119endif
120endif
121ifeq ($(DEBUG_FLAG),1)
122__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
123endif
124ifeq ($(USE_EXCEPTIONS),0)
125__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
126endif
127ifeq ($(USE_EXCEPTIONS),0)
128__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
129endif
130ifeq ($(USE_RTTI),0)
131__RTTI_DEFINE_p = -DwxNO_RTTI
132endif
133ifeq ($(USE_RTTI),0)
134__RTTI_DEFINE_p_1 = --define wxNO_RTTI
135endif
136ifeq ($(USE_THREADS),0)
137__THREAD_DEFINE_p = -DwxNO_THREADS
138endif
139ifeq ($(USE_THREADS),0)
140__THREAD_DEFINE_p_1 = --define wxNO_THREADS
141endif
142ifeq ($(UNICODE),1)
143__UNICODE_DEFINE_p = -D_UNICODE
144endif
145ifeq ($(UNICODE),1)
146__UNICODE_DEFINE_p_1 = --define _UNICODE
147endif
148ifeq ($(MSLU),1)
149__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
150endif
151ifeq ($(MSLU),1)
152__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
153endif
154ifeq ($(USE_GDIPLUS),1)
155__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
156endif
157ifeq ($(USE_GDIPLUS),1)
158__GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
159endif
160ifeq ($(SHARED),1)
161__DLLFLAG_p = -DWXUSINGDLL
162endif
163ifeq ($(SHARED),1)
164__DLLFLAG_p_1 = --define WXUSINGDLL
165endif
166ifeq ($(MONOLITHIC),0)
167__WXLIB_CORE_p = \
168 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
169endif
170ifeq ($(MONOLITHIC),0)
171__WXLIB_BASE_p = \
172 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
173endif
174ifeq ($(MONOLITHIC),1)
175__WXLIB_MONO_p = \
176 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
177endif
178ifeq ($(USE_GUI),1)
179__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
180endif
181ifeq ($(USE_GUI),1)
182__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
183endif
184ifeq ($(USE_GUI),1)
185__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
186endif
187ifeq ($(MSLU),1)
188__UNICOWS_LIB_p = -lunicows
189endif
190ifeq ($(USE_GDIPLUS),1)
191__GDIPLUS_LIB_p = -lgdiplus
192endif
193ifeq ($(BUILD),debug)
194ifeq ($(DEBUG_INFO),default)
195__DEBUGINFO = -g
196endif
197endif
198ifeq ($(BUILD),release)
199ifeq ($(DEBUG_INFO),default)
200__DEBUGINFO =
201endif
202endif
203ifeq ($(DEBUG_INFO),0)
204__DEBUGINFO =
205endif
206ifeq ($(DEBUG_INFO),1)
207__DEBUGINFO = -g
208endif
209ifeq ($(USE_THREADS),0)
210__THREADSFLAG =
211endif
212ifeq ($(USE_THREADS),1)
213__THREADSFLAG = -mthreads
214endif
215
216
217all: $(OBJS)
218$(OBJS):
219 -if not exist $(OBJS) mkdir $(OBJS)
220
221### Targets: ###
222
223all: $(__penguin___depname) data
224
225clean:
226 -if exist $(OBJS)\*.o del $(OBJS)\*.o
227 -if exist $(OBJS)\*.d del $(OBJS)\*.d
228 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
229
230ifeq ($(USE_OPENGL),1)
231$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
232 $(CXX) -o $@ $(PENGUIN_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl -lopengl32 -lglu32 $(__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
233endif
234
235data:
236 if not exist $(OBJS) mkdir $(OBJS)
237 for %%f in (penguin.dxf.gz) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
238
239$(OBJS)\penguin_penguin.o: ./penguin.cpp
240 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
241
242$(OBJS)\penguin_dxfrenderer.o: ./dxfrenderer.cpp
243 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
244
245$(OBJS)\penguin_trackball.o: ./trackball.c
246 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $(CPPDEPS) $<
247
248$(OBJS)\penguin_penguin_rc.o: ./penguin.rc
249 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
250
251.PHONY: all clean data
252
253
254# Dependencies tracking:
255-include $(OBJS)/*.d