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