]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.gcc
Rebake after latest changes.
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.6 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 include ../../../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 CPPDEPS = -MT$@ -MF$@.d -MD -MP
16 WX_RELEASE_NODOT = 29
17 COMPILER_PREFIX = gcc
18 OBJS = \
19 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
20 LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
21 SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
23 PENGUIN_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)
29 PENGUIN_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)
36 PENGUIN_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
44 ifeq ($(GCC_VERSION),2.95)
45 GCCFLAGS = -fvtable-thunks
46 endif
47 ifeq ($(USE_GUI),0)
48 PORTNAME = base
49 endif
50 ifeq ($(USE_GUI),1)
51 PORTNAME = msw
52 endif
53 ifeq ($(BUILD),debug)
54 ifeq ($(DEBUG_FLAG),default)
55 WXDEBUGFLAG = d
56 endif
57 endif
58 ifeq ($(DEBUG_FLAG),1)
59 WXDEBUGFLAG = d
60 endif
61 ifeq ($(UNICODE),1)
62 WXUNICODEFLAG = u
63 endif
64 ifeq ($(WXUNIV),1)
65 WXUNIVNAME = univ
66 endif
67 ifeq ($(SHARED),1)
68 WXDLLFLAG = dll
69 endif
70 ifeq ($(SHARED),0)
71 LIBTYPE_SUFFIX = lib
72 endif
73 ifeq ($(SHARED),1)
74 LIBTYPE_SUFFIX = dll
75 endif
76 ifeq ($(MONOLITHIC),0)
77 EXTRALIBS_FOR_BASE =
78 endif
79 ifeq ($(MONOLITHIC),1)
80 EXTRALIBS_FOR_BASE =
81 endif
82 ifeq ($(USE_OPENGL),1)
83 __penguin___depname = $(OBJS)\penguin.exe
84 endif
85 ifeq ($(BUILD),debug)
86 __OPTIMIZEFLAG_2 = -O0
87 endif
88 ifeq ($(BUILD),release)
89 __OPTIMIZEFLAG_2 = -O2
90 endif
91 ifeq ($(USE_RTTI),0)
92 __RTTIFLAG_5 = -fno-rtti
93 endif
94 ifeq ($(USE_RTTI),1)
95 __RTTIFLAG_5 =
96 endif
97 ifeq ($(USE_EXCEPTIONS),0)
98 __EXCEPTIONSFLAG_6 = -fno-exceptions
99 endif
100 ifeq ($(USE_EXCEPTIONS),1)
101 __EXCEPTIONSFLAG_6 =
102 endif
103 ifeq ($(WXUNIV),1)
104 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
105 endif
106 ifeq ($(WXUNIV),1)
107 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
108 endif
109 ifeq ($(BUILD),debug)
110 ifeq ($(DEBUG_FLAG),default)
111 __DEBUG_DEFINE_p = -D__WXDEBUG__
112 endif
113 endif
114 ifeq ($(DEBUG_FLAG),1)
115 __DEBUG_DEFINE_p = -D__WXDEBUG__
116 endif
117 ifeq ($(BUILD),debug)
118 ifeq ($(DEBUG_FLAG),default)
119 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
120 endif
121 endif
122 ifeq ($(DEBUG_FLAG),1)
123 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
124 endif
125 ifeq ($(USE_EXCEPTIONS),0)
126 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
127 endif
128 ifeq ($(USE_EXCEPTIONS),0)
129 __EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
130 endif
131 ifeq ($(USE_RTTI),0)
132 __RTTI_DEFINE_p = -DwxNO_RTTI
133 endif
134 ifeq ($(USE_RTTI),0)
135 __RTTI_DEFINE_p_1 = --define wxNO_RTTI
136 endif
137 ifeq ($(USE_THREADS),0)
138 __THREAD_DEFINE_p = -DwxNO_THREADS
139 endif
140 ifeq ($(USE_THREADS),0)
141 __THREAD_DEFINE_p_1 = --define wxNO_THREADS
142 endif
143 ifeq ($(UNICODE),0)
144 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
145 endif
146 ifeq ($(UNICODE),1)
147 __UNICODE_DEFINE_p = -D_UNICODE
148 endif
149 ifeq ($(UNICODE),0)
150 __UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
151 endif
152 ifeq ($(UNICODE),1)
153 __UNICODE_DEFINE_p_1 = --define _UNICODE
154 endif
155 ifeq ($(MSLU),1)
156 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
157 endif
158 ifeq ($(MSLU),1)
159 __MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
160 endif
161 ifeq ($(USE_GDIPLUS),1)
162 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
163 endif
164 ifeq ($(USE_GDIPLUS),1)
165 __GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
166 endif
167 ifeq ($(SHARED),1)
168 __DLLFLAG_p = -DWXUSINGDLL
169 endif
170 ifeq ($(SHARED),1)
171 __DLLFLAG_p_1 = --define WXUSINGDLL
172 endif
173 ifeq ($(MONOLITHIC),0)
174 __WXLIB_CORE_p = \
175 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
176 endif
177 ifeq ($(MONOLITHIC),0)
178 __WXLIB_BASE_p = \
179 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
180 endif
181 ifeq ($(MONOLITHIC),1)
182 __WXLIB_MONO_p = \
183 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
184 endif
185 ifeq ($(USE_GUI),1)
186 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
187 endif
188 ifeq ($(USE_GUI),1)
189 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
190 endif
191 ifeq ($(USE_GUI),1)
192 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
193 endif
194 ifeq ($(MSLU),1)
195 __UNICOWS_LIB_p = -lunicows
196 endif
197 ifeq ($(USE_GDIPLUS),1)
198 __GDIPLUS_LIB_p = -lgdiplus
199 endif
200 ifeq ($(BUILD),debug)
201 ifeq ($(DEBUG_INFO),default)
202 __DEBUGINFO = -g
203 endif
204 endif
205 ifeq ($(BUILD),release)
206 ifeq ($(DEBUG_INFO),default)
207 __DEBUGINFO =
208 endif
209 endif
210 ifeq ($(DEBUG_INFO),0)
211 __DEBUGINFO =
212 endif
213 ifeq ($(DEBUG_INFO),1)
214 __DEBUGINFO = -g
215 endif
216 ifeq ($(USE_THREADS),0)
217 __THREADSFLAG =
218 endif
219 ifeq ($(USE_THREADS),1)
220 __THREADSFLAG = -mthreads
221 endif
222
223
224 all: $(OBJS)
225 $(OBJS):
226 -if not exist $(OBJS) mkdir $(OBJS)
227
228 ### Targets: ###
229
230 all: $(__penguin___depname) data
231
232 clean:
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
237 ifeq ($(USE_OPENGL),1)
238 $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
239 $(CXX) -o $@ $(PENGUIN_OBJECTS) $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(LDFLAGS) -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 -lwininet
240 endif
241
242 data:
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
261 SHELL := $(COMSPEC)
262
263 # Dependencies tracking:
264 -include $(OBJS)/*.d