]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/opengl/penguin/makefile.gcc
added wxSizerSpacer and modified wxSizerItem to contain a pointer to either
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.6 (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
15WX_RELEASE_NODOT = 25
16OBJS = \
17 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
18LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
19SETUPHDIR = \
20 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
21PENGUIN_CFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) -DHAVE_W32API_H \
22 -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
23 -I.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) \
24 -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) $(CFLAGS)
25PENGUIN_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(GCCFLAGS) \
26 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
27 $(__UNICODE_DEFINE_p) -I.\..\..\..\include -I$(SETUPHDIR) -W -Wall -I. \
28 $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(__EXCEPTIONSFLAG_4) \
29 $(__EXCEPTIONSFLAG_5) -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
30PENGUIN_OBJECTS = \
31 $(OBJS)\penguin_penguin.o \
32 $(OBJS)\penguin_lw.o \
33 $(OBJS)\penguin_trackball.o \
34 $(OBJS)\penguin_penguin_rc.o
35
36### Conditionally set variables: ###
37
38ifeq ($(GCC_VERSION),2.95)
39GCCFLAGS = -fvtable-thunks
40endif
41ifeq ($(USE_GUI),0)
42PORTNAME = base
43endif
44ifeq ($(USE_GUI),1)
45PORTNAME = msw
46endif
47ifeq ($(BUILD),debug)
48ifeq ($(DEBUG_FLAG),default)
49WXDEBUGFLAG = d
50endif
51endif
52ifeq ($(DEBUG_FLAG),1)
53WXDEBUGFLAG = d
54endif
55ifeq ($(UNICODE),1)
56WXUNICODEFLAG = u
57endif
58ifeq ($(WXUNIV),1)
59WXUNIVNAME = univ
60endif
61ifeq ($(SHARED),1)
62WXDLLFLAG = dll
63endif
64ifeq ($(SHARED),0)
65LIBTYPE_SUFFIX = lib
66endif
67ifeq ($(SHARED),1)
68LIBTYPE_SUFFIX = dll
69endif
70ifeq ($(MONOLITHIC),0)
71EXTRALIBS_FOR_BASE =
72endif
73ifeq ($(MONOLITHIC),1)
74EXTRALIBS_FOR_BASE =
75endif
76ifeq ($(USE_OPENGL),1)
77__penguin___depname = $(OBJS)\penguin.exe
78endif
79ifeq ($(BUILD),debug)
80__OPTIMIZEFLAG_2 = -O0
81endif
82ifeq ($(BUILD),release)
83__OPTIMIZEFLAG_2 = -O2
84endif
85ifeq ($(USE_EXCEPTIONS),0)
86__EXCEPTIONSFLAG_4 = -fno-rtti
87endif
88ifeq ($(USE_EXCEPTIONS),1)
89__EXCEPTIONSFLAG_4 =
90endif
91ifeq ($(USE_EXCEPTIONS),0)
92__EXCEPTIONSFLAG_5 = -fno-exceptions
93endif
94ifeq ($(USE_EXCEPTIONS),1)
95__EXCEPTIONSFLAG_5 =
96endif
97ifeq ($(WXUNIV),1)
98__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
99endif
100ifeq ($(WXUNIV),1)
101__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
102endif
103ifeq ($(BUILD),debug)
104ifeq ($(DEBUG_FLAG),default)
105__DEBUG_DEFINE_p = -D__WXDEBUG__
106endif
107endif
108ifeq ($(DEBUG_FLAG),1)
109__DEBUG_DEFINE_p = -D__WXDEBUG__
110endif
111ifeq ($(BUILD),debug)
112ifeq ($(DEBUG_FLAG),default)
113__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
114endif
115endif
116ifeq ($(DEBUG_FLAG),1)
117__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
118endif
119ifeq ($(UNICODE),1)
120__UNICODE_DEFINE_p = -D_UNICODE
121endif
122ifeq ($(UNICODE),1)
123__UNICODE_DEFINE_p_1 = --define _UNICODE
124endif
125ifeq ($(SHARED),1)
126__DLLFLAG_p = -DWXUSINGDLL
127endif
128ifeq ($(SHARED),1)
129__DLLFLAG_p_1 = --define WXUSINGDLL
130endif
131ifeq ($(MONOLITHIC),0)
132__WXLIB_CORE_p = \
133 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
134endif
135ifeq ($(MONOLITHIC),0)
136__WXLIB_BASE_p = \
137 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
138endif
139ifeq ($(MONOLITHIC),1)
140__WXLIB_MONO_p = \
141 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
142endif
143ifeq ($(USE_GUI),1)
144__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
145endif
146ifeq ($(USE_GUI),1)
147__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
148endif
149ifeq ($(USE_GUI),1)
150__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
151endif
152ifeq ($(MSLU),1)
153__UNICOWS_LIB_p = -lunicows
154endif
155ifeq ($(BUILD),debug)
156ifeq ($(DEBUG_INFO),default)
157__DEBUGINFO = -g
158endif
159endif
160ifeq ($(BUILD),release)
161ifeq ($(DEBUG_INFO),default)
162__DEBUGINFO =
163endif
164endif
165ifeq ($(DEBUG_INFO),0)
166__DEBUGINFO =
167endif
168ifeq ($(DEBUG_INFO),1)
169__DEBUGINFO = -g
170endif
171
172
173all: $(OBJS)
174$(OBJS):
175 -if not exist $(OBJS) mkdir $(OBJS)
176
177### Targets: ###
178
179all: $(__penguin___depname) data
180
181clean:
182 -if exist $(OBJS)\*.o del $(OBJS)\*.o
183 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
184
185ifeq ($(USE_OPENGL),1)
186$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
187 $(CXX) -o $@ $(PENGUIN_OBJECTS) $(LDFLAGS) $(__DEBUGINFO) -mthreads -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
188endif
189
190data:
191 if not exist $(OBJS) mkdir $(OBJS)
192 for %%f in (penguin.lwo) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
193
194$(OBJS)\penguin_penguin.o: ./penguin.cpp
195 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
196
197$(OBJS)\penguin_lw.o: ./lw.cpp
198 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $<
199
200$(OBJS)\penguin_trackball.o: ./trackball.c
201 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $<
202
203$(OBJS)\penguin_penguin_rc.o: ./penguin.rc
204 windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --define NOPCH
205
206.PHONY: all clean data
207