]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.gcc
b2ed0abb566a1dd661b76f266e2ee141553272a9
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
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
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 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),1)
144 __UNICODE_DEFINE_p = -D_UNICODE
145 endif
146 ifeq ($(UNICODE),1)
147 __UNICODE_DEFINE_p_1 = --define _UNICODE
148 endif
149 ifeq ($(MSLU),1)
150 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
151 endif
152 ifeq ($(MSLU),1)
153 __MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
154 endif
155 ifeq ($(USE_GDIPLUS),1)
156 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
157 endif
158 ifeq ($(USE_GDIPLUS),1)
159 __GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
160 endif
161 ifeq ($(SHARED),1)
162 __DLLFLAG_p = -DWXUSINGDLL
163 endif
164 ifeq ($(SHARED),1)
165 __DLLFLAG_p_1 = --define WXUSINGDLL
166 endif
167 ifeq ($(MONOLITHIC),0)
168 __WXLIB_CORE_p = \
169 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
170 endif
171 ifeq ($(MONOLITHIC),0)
172 __WXLIB_BASE_p = \
173 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
174 endif
175 ifeq ($(MONOLITHIC),1)
176 __WXLIB_MONO_p = \
177 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
178 endif
179 ifeq ($(USE_GUI),1)
180 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
181 endif
182 ifeq ($(USE_GUI),1)
183 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
184 endif
185 ifeq ($(USE_GUI),1)
186 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
187 endif
188 ifeq ($(MSLU),1)
189 __UNICOWS_LIB_p = -lunicows
190 endif
191 ifeq ($(USE_GDIPLUS),1)
192 __GDIPLUS_LIB_p = -lgdiplus
193 endif
194 ifeq ($(BUILD),debug)
195 ifeq ($(DEBUG_INFO),default)
196 __DEBUGINFO = -g
197 endif
198 endif
199 ifeq ($(BUILD),release)
200 ifeq ($(DEBUG_INFO),default)
201 __DEBUGINFO =
202 endif
203 endif
204 ifeq ($(DEBUG_INFO),0)
205 __DEBUGINFO =
206 endif
207 ifeq ($(DEBUG_INFO),1)
208 __DEBUGINFO = -g
209 endif
210 ifeq ($(USE_THREADS),0)
211 __THREADSFLAG =
212 endif
213 ifeq ($(USE_THREADS),1)
214 __THREADSFLAG = -mthreads
215 endif
216
217
218 all: $(OBJS)
219 $(OBJS):
220 -if not exist $(OBJS) mkdir $(OBJS)
221
222 ### Targets: ###
223
224 all: $(__penguin___depname) data
225
226 clean:
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
231 ifeq ($(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
234 endif
235
236 data:
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