]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/penguin/makefile.gcc
Move oleacc.lib from the VC++ projects/makefiles to libraries.h
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
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 = 27
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22PENGUIN_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 -I.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) \
27 -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CFLAGS)
28PENGUIN_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 -I.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) \
33 -I.\..\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
34 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
35PENGUIN_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
43ifeq ($(GCC_VERSION),2.95)
44GCCFLAGS = -fvtable-thunks
45endif
46ifeq ($(USE_GUI),0)
47PORTNAME = base
48endif
49ifeq ($(USE_GUI),1)
50PORTNAME = msw
51endif
52ifeq ($(BUILD),debug)
53ifeq ($(DEBUG_FLAG),default)
54WXDEBUGFLAG = d
55endif
56endif
57ifeq ($(DEBUG_FLAG),1)
58WXDEBUGFLAG = d
59endif
60ifeq ($(UNICODE),1)
61WXUNICODEFLAG = u
62endif
63ifeq ($(WXUNIV),1)
64WXUNIVNAME = univ
65endif
66ifeq ($(SHARED),1)
67WXDLLFLAG = dll
68endif
69ifeq ($(SHARED),0)
70LIBTYPE_SUFFIX = lib
71endif
72ifeq ($(SHARED),1)
73LIBTYPE_SUFFIX = dll
74endif
75ifeq ($(MONOLITHIC),0)
76EXTRALIBS_FOR_BASE =
77endif
78ifeq ($(MONOLITHIC),1)
79EXTRALIBS_FOR_BASE =
80endif
81ifeq ($(USE_OPENGL),1)
82__penguin___depname = $(OBJS)\penguin.exe
83endif
84ifeq ($(BUILD),debug)
85__OPTIMIZEFLAG_2 = -O0
86endif
87ifeq ($(BUILD),release)
88__OPTIMIZEFLAG_2 = -O2
89endif
90ifeq ($(USE_RTTI),0)
91__RTTIFLAG_5 = -fno-rtti
92endif
93ifeq ($(USE_RTTI),1)
94__RTTIFLAG_5 =
95endif
96ifeq ($(USE_EXCEPTIONS),0)
97__EXCEPTIONSFLAG_6 = -fno-exceptions
98endif
99ifeq ($(USE_EXCEPTIONS),1)
100__EXCEPTIONSFLAG_6 =
101endif
102ifeq ($(WXUNIV),1)
103__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
104endif
105ifeq ($(WXUNIV),1)
106__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
107endif
108ifeq ($(BUILD),debug)
109ifeq ($(DEBUG_FLAG),default)
110__DEBUG_DEFINE_p = -D__WXDEBUG__
111endif
112endif
113ifeq ($(DEBUG_FLAG),1)
114__DEBUG_DEFINE_p = -D__WXDEBUG__
115endif
116ifeq ($(BUILD),debug)
117ifeq ($(DEBUG_FLAG),default)
118__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
119endif
120endif
121ifeq ($(DEBUG_FLAG),1)
122__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
123endif
124ifeq ($(USE_EXCEPTIONS),0)
125__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
126endif
127ifeq ($(USE_EXCEPTIONS),0)
128__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
129endif
130ifeq ($(USE_RTTI),0)
131__RTTI_DEFINE_p = -DwxNO_RTTI
132endif
133ifeq ($(USE_RTTI),0)
134__RTTI_DEFINE_p_1 = --define wxNO_RTTI
135endif
136ifeq ($(USE_THREADS),0)
137__THREAD_DEFINE_p = -DwxNO_THREADS
138endif
139ifeq ($(USE_THREADS),0)
140__THREAD_DEFINE_p_1 = --define wxNO_THREADS
141endif
142ifeq ($(UNICODE),1)
143__UNICODE_DEFINE_p = -D_UNICODE
144endif
145ifeq ($(UNICODE),1)
146__UNICODE_DEFINE_p_1 = --define _UNICODE
147endif
148ifeq ($(MSLU),1)
149__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
150endif
151ifeq ($(MSLU),1)
152__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
153endif
154ifeq ($(SHARED),1)
155__DLLFLAG_p = -DWXUSINGDLL
156endif
157ifeq ($(SHARED),1)
158__DLLFLAG_p_1 = --define WXUSINGDLL
159endif
160ifeq ($(MONOLITHIC),0)
161__WXLIB_CORE_p = \
162 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
163endif
164ifeq ($(MONOLITHIC),0)
165__WXLIB_BASE_p = \
166 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
167endif
168ifeq ($(MONOLITHIC),1)
169__WXLIB_MONO_p = \
170 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
171endif
172ifeq ($(USE_GUI),1)
173__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
174endif
175ifeq ($(USE_GUI),1)
176__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
177endif
178ifeq ($(USE_GUI),1)
179__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
180endif
181ifeq ($(MSLU),1)
182__UNICOWS_LIB_p = -lunicows
183endif
184ifeq ($(BUILD),debug)
185ifeq ($(DEBUG_INFO),default)
186__DEBUGINFO = -g
187endif
188endif
189ifeq ($(BUILD),release)
190ifeq ($(DEBUG_INFO),default)
191__DEBUGINFO =
192endif
193endif
194ifeq ($(DEBUG_INFO),0)
195__DEBUGINFO =
196endif
197ifeq ($(DEBUG_INFO),1)
198__DEBUGINFO = -g
199endif
200ifeq ($(USE_THREADS),0)
201__THREADSFLAG =
202endif
203ifeq ($(USE_THREADS),1)
204__THREADSFLAG = -mthreads
205endif
206
207
208all: $(OBJS)
209$(OBJS):
210 -if not exist $(OBJS) mkdir $(OBJS)
211
212### Targets: ###
213
214all: $(__penguin___depname) data
215
216clean:
217 -if exist $(OBJS)\*.o del $(OBJS)\*.o
218 -if exist $(OBJS)\*.d del $(OBJS)\*.d
219 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
220
221ifeq ($(USE_OPENGL),1)
222$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
223 $(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) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lodbc32
224endif
225
226data:
227 if not exist $(OBJS) mkdir $(OBJS)
228 for %%f in (penguin.dxf.gz) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
229
230$(OBJS)\penguin_penguin.o: ./penguin.cpp
231 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
232
233$(OBJS)\penguin_dxfrenderer.o: ./dxfrenderer.cpp
234 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
235
236$(OBJS)\penguin_trackball.o: ./trackball.c
237 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $(CPPDEPS) $<
238
239$(OBJS)\penguin_penguin_rc.o: ./penguin.rc
240 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) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --define NOPCH
241
242.PHONY: all clean data
243
244
245# Dependencies tracking:
246-include $(OBJS)/*.d