]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/penguin/makefile.gcc
focus propagation, fixes #10047
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.3 (http://www.bakefile.org)
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),0)
144__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
145endif
146ifeq ($(UNICODE),1)
147__UNICODE_DEFINE_p = -D_UNICODE
148endif
149ifeq ($(UNICODE),0)
150__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
151endif
152ifeq ($(UNICODE),1)
153__UNICODE_DEFINE_p_1 = --define _UNICODE
154endif
155ifeq ($(MSLU),1)
156__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
157endif
158ifeq ($(MSLU),1)
159__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
160endif
161ifeq ($(USE_GDIPLUS),1)
162__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
163endif
164ifeq ($(USE_GDIPLUS),1)
165__GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
166endif
167ifeq ($(SHARED),1)
168__DLLFLAG_p = -DWXUSINGDLL
169endif
170ifeq ($(SHARED),1)
171__DLLFLAG_p_1 = --define WXUSINGDLL
172endif
173ifeq ($(MONOLITHIC),0)
174__WXLIB_CORE_p = \
175 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
176endif
177ifeq ($(MONOLITHIC),0)
178__WXLIB_BASE_p = \
179 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
180endif
181ifeq ($(MONOLITHIC),1)
182__WXLIB_MONO_p = \
183 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
184endif
185ifeq ($(USE_GUI),1)
186__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
187endif
188ifeq ($(USE_GUI),1)
189__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
190endif
191ifeq ($(USE_GUI),1)
192__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
193endif
194ifeq ($(MSLU),1)
195__UNICOWS_LIB_p = -lunicows
196endif
197ifeq ($(USE_GDIPLUS),1)
198__GDIPLUS_LIB_p = -lgdiplus
199endif
200ifeq ($(BUILD),debug)
201ifeq ($(DEBUG_INFO),default)
202__DEBUGINFO = -g
203endif
204endif
205ifeq ($(BUILD),release)
206ifeq ($(DEBUG_INFO),default)
207__DEBUGINFO =
208endif
209endif
210ifeq ($(DEBUG_INFO),0)
211__DEBUGINFO =
212endif
213ifeq ($(DEBUG_INFO),1)
214__DEBUGINFO = -g
215endif
216ifeq ($(USE_THREADS),0)
217__THREADSFLAG =
218endif
219ifeq ($(USE_THREADS),1)
220__THREADSFLAG = -mthreads
221endif
222
223
224all: $(OBJS)
225$(OBJS):
226 -if not exist $(OBJS) mkdir $(OBJS)
227
228### Targets: ###
229
230all: $(__penguin___depname) data
231
232clean:
233 -if exist $(OBJS)\*.o del $(OBJS)\*.o
234 -if exist $(OBJS)\*.d del $(OBJS)\*.d
235 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
236
237ifeq ($(USE_OPENGL),1)
238$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
239 $(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
240endif
241
242data:
243 if not exist $(OBJS) mkdir $(OBJS)
244 for %%f in (penguin.dxf.gz) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
245
246$(OBJS)\penguin_penguin.o: ./penguin.cpp
247 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
248
249$(OBJS)\penguin_dxfrenderer.o: ./dxfrenderer.cpp
250 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
251
252$(OBJS)\penguin_trackball.o: ./trackball.c
253 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $(CPPDEPS) $<
254
255$(OBJS)\penguin_penguin_rc.o: ./penguin.rc
256 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
257
258.PHONY: all clean data
259
260
261SHELL := $(COMSPEC)
262
263# Dependencies tracking:
264-include $(OBJS)/*.d