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