]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.gcc
fix assert on gtk
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
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
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
16 WX_RELEASE_NODOT = 29
17 OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19 LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
20 SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22 PENGUIN_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)
28 PENGUIN_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)
35 PENGUIN_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
43 ifeq ($(GCC_VERSION),2.95)
44 GCCFLAGS = -fvtable-thunks
45 endif
46 ifeq ($(USE_GUI),0)
47 PORTNAME = base
48 endif
49 ifeq ($(USE_GUI),1)
50 PORTNAME = msw
51 endif
52 ifeq ($(BUILD),debug)
53 ifeq ($(DEBUG_FLAG),default)
54 WXDEBUGFLAG = d
55 endif
56 endif
57 ifeq ($(DEBUG_FLAG),1)
58 WXDEBUGFLAG = d
59 endif
60 ifeq ($(UNICODE),1)
61 WXUNICODEFLAG = u
62 endif
63 ifeq ($(WXUNIV),1)
64 WXUNIVNAME = univ
65 endif
66 ifeq ($(SHARED),1)
67 WXDLLFLAG = dll
68 endif
69 ifeq ($(SHARED),0)
70 LIBTYPE_SUFFIX = lib
71 endif
72 ifeq ($(SHARED),1)
73 LIBTYPE_SUFFIX = dll
74 endif
75 ifeq ($(MONOLITHIC),0)
76 EXTRALIBS_FOR_BASE =
77 endif
78 ifeq ($(MONOLITHIC),1)
79 EXTRALIBS_FOR_BASE =
80 endif
81 ifeq ($(USE_OPENGL),1)
82 __penguin___depname = $(OBJS)\penguin.exe
83 endif
84 ifeq ($(BUILD),debug)
85 __OPTIMIZEFLAG_2 = -O0
86 endif
87 ifeq ($(BUILD),release)
88 __OPTIMIZEFLAG_2 = -O2
89 endif
90 ifeq ($(USE_RTTI),0)
91 __RTTIFLAG_5 = -fno-rtti
92 endif
93 ifeq ($(USE_RTTI),1)
94 __RTTIFLAG_5 =
95 endif
96 ifeq ($(USE_EXCEPTIONS),0)
97 __EXCEPTIONSFLAG_6 = -fno-exceptions
98 endif
99 ifeq ($(USE_EXCEPTIONS),1)
100 __EXCEPTIONSFLAG_6 =
101 endif
102 ifeq ($(WXUNIV),1)
103 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
104 endif
105 ifeq ($(WXUNIV),1)
106 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
107 endif
108 ifeq ($(BUILD),debug)
109 ifeq ($(DEBUG_FLAG),default)
110 __DEBUG_DEFINE_p = -D__WXDEBUG__
111 endif
112 endif
113 ifeq ($(DEBUG_FLAG),1)
114 __DEBUG_DEFINE_p = -D__WXDEBUG__
115 endif
116 ifeq ($(BUILD),debug)
117 ifeq ($(DEBUG_FLAG),default)
118 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
119 endif
120 endif
121 ifeq ($(DEBUG_FLAG),1)
122 __DEBUG_DEFINE_p_1 = --define __WXDEBUG__
123 endif
124 ifeq ($(USE_EXCEPTIONS),0)
125 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
126 endif
127 ifeq ($(USE_EXCEPTIONS),0)
128 __EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
129 endif
130 ifeq ($(USE_RTTI),0)
131 __RTTI_DEFINE_p = -DwxNO_RTTI
132 endif
133 ifeq ($(USE_RTTI),0)
134 __RTTI_DEFINE_p_1 = --define wxNO_RTTI
135 endif
136 ifeq ($(USE_THREADS),0)
137 __THREAD_DEFINE_p = -DwxNO_THREADS
138 endif
139 ifeq ($(USE_THREADS),0)
140 __THREAD_DEFINE_p_1 = --define wxNO_THREADS
141 endif
142 ifeq ($(UNICODE),1)
143 __UNICODE_DEFINE_p = -D_UNICODE
144 endif
145 ifeq ($(UNICODE),1)
146 __UNICODE_DEFINE_p_1 = --define _UNICODE
147 endif
148 ifeq ($(MSLU),1)
149 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
150 endif
151 ifeq ($(MSLU),1)
152 __MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
153 endif
154 ifeq ($(USE_GDIPLUS),1)
155 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
156 endif
157 ifeq ($(USE_GDIPLUS),1)
158 __GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
159 endif
160 ifeq ($(SHARED),1)
161 __DLLFLAG_p = -DWXUSINGDLL
162 endif
163 ifeq ($(SHARED),1)
164 __DLLFLAG_p_1 = --define WXUSINGDLL
165 endif
166 ifeq ($(MONOLITHIC),0)
167 __WXLIB_CORE_p = \
168 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
169 endif
170 ifeq ($(MONOLITHIC),0)
171 __WXLIB_BASE_p = \
172 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
173 endif
174 ifeq ($(MONOLITHIC),1)
175 __WXLIB_MONO_p = \
176 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
177 endif
178 ifeq ($(USE_GUI),1)
179 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
180 endif
181 ifeq ($(USE_GUI),1)
182 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
183 endif
184 ifeq ($(USE_GUI),1)
185 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
186 endif
187 ifeq ($(MSLU),1)
188 __UNICOWS_LIB_p = -lunicows
189 endif
190 ifeq ($(USE_GDIPLUS),1)
191 __GDIPLUS_LIB_p = -lgdiplus
192 endif
193 ifeq ($(BUILD),debug)
194 ifeq ($(DEBUG_INFO),default)
195 __DEBUGINFO = -g
196 endif
197 endif
198 ifeq ($(BUILD),release)
199 ifeq ($(DEBUG_INFO),default)
200 __DEBUGINFO =
201 endif
202 endif
203 ifeq ($(DEBUG_INFO),0)
204 __DEBUGINFO =
205 endif
206 ifeq ($(DEBUG_INFO),1)
207 __DEBUGINFO = -g
208 endif
209 ifeq ($(USE_THREADS),0)
210 __THREADSFLAG =
211 endif
212 ifeq ($(USE_THREADS),1)
213 __THREADSFLAG = -mthreads
214 endif
215
216
217 all: $(OBJS)
218 $(OBJS):
219 -if not exist $(OBJS) mkdir $(OBJS)
220
221 ### Targets: ###
222
223 all: $(__penguin___depname) data
224
225 clean:
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
230 ifeq ($(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
233 endif
234
235 data:
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