]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/cube/makefile.gcc
By default, align renderers as column header under GTK+, too.
[wxWidgets.git] / samples / opengl / cube / makefile.gcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
6e0fbb3d 3# Bakefile 0.2.3 (http://www.bakefile.org)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../../build/msw/config.gcc
250700e4
RD
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
0d90d6ea 15CPPDEPS = -MT$@ -MF$@.d -MD
ae4ccf12 16WX_RELEASE_NODOT = 29
444833b3 17COMPILER_PREFIX = gcc
b17c1746 18OBJS = \
444833b3
CE
19 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
20LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
21SETUPHDIR = \
22 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
23CUBE_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) $(GCCFLAGS) \
24 -DHAVE_W32API_H -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
25 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
3abcf424
RD
26 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) \
27 -I$(SETUPHDIR) -I.\..\..\..\include -W -Wall -I. $(__DLLFLAG_p) \
28 -I.\..\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \
29 -Wno-ctor-dtor-privacy $(CPPFLAGS) $(CXXFLAGS)
67757ff7
VS
30CUBE_OBJECTS = \
31 $(OBJS)\cube_cube.o \
32 $(OBJS)\cube_cube_rc.o
250700e4
RD
33
34### Conditionally set variables: ###
35
36ifeq ($(GCC_VERSION),2.95)
37GCCFLAGS = -fvtable-thunks
38endif
39ifeq ($(USE_GUI),0)
40PORTNAME = base
41endif
42ifeq ($(USE_GUI),1)
43PORTNAME = msw
44endif
45ifeq ($(BUILD),debug)
67757ff7
VS
46ifeq ($(DEBUG_FLAG),default)
47WXDEBUGFLAG = d
48endif
49endif
50ifeq ($(DEBUG_FLAG),1)
250700e4
RD
51WXDEBUGFLAG = d
52endif
250700e4
RD
53ifeq ($(UNICODE),1)
54WXUNICODEFLAG = u
55endif
56ifeq ($(WXUNIV),1)
57WXUNIVNAME = univ
58endif
b17c1746
DE
59ifeq ($(SHARED),1)
60WXDLLFLAG = dll
67757ff7 61endif
b14abf14
JS
62ifeq ($(SHARED),0)
63LIBTYPE_SUFFIX = lib
64endif
65ifeq ($(SHARED),1)
66LIBTYPE_SUFFIX = dll
67endif
dd65d8c8
RN
68ifeq ($(MONOLITHIC),0)
69EXTRALIBS_FOR_BASE =
70endif
71ifeq ($(MONOLITHIC),1)
72EXTRALIBS_FOR_BASE =
73endif
74ifeq ($(USE_OPENGL),1)
75__cube___depname = $(OBJS)\cube.exe
76endif
b17c1746
DE
77ifeq ($(BUILD),debug)
78__OPTIMIZEFLAG_2 = -O0
250700e4
RD
79endif
80ifeq ($(BUILD),release)
b17c1746 81__OPTIMIZEFLAG_2 = -O2
67757ff7 82endif
8c9f8f91
JS
83ifeq ($(USE_RTTI),0)
84__RTTIFLAG_5 = -fno-rtti
67757ff7 85endif
8c9f8f91
JS
86ifeq ($(USE_RTTI),1)
87__RTTIFLAG_5 =
67757ff7 88endif
b17c1746 89ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 90__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
91endif
92ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 93__EXCEPTIONSFLAG_6 =
b17c1746
DE
94endif
95ifeq ($(WXUNIV),1)
96__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
97endif
98ifeq ($(WXUNIV),1)
99__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
250700e4
RD
100endif
101ifeq ($(BUILD),debug)
67757ff7
VS
102ifeq ($(DEBUG_FLAG),default)
103__DEBUG_DEFINE_p = -D__WXDEBUG__
104endif
105endif
106ifeq ($(DEBUG_FLAG),1)
250700e4
RD
107__DEBUG_DEFINE_p = -D__WXDEBUG__
108endif
109ifeq ($(BUILD),debug)
67757ff7
VS
110ifeq ($(DEBUG_FLAG),default)
111__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
112endif
113endif
114ifeq ($(DEBUG_FLAG),1)
250700e4
RD
115__DEBUG_DEFINE_p_1 = --define __WXDEBUG__
116endif
8c9f8f91
JS
117ifeq ($(USE_EXCEPTIONS),0)
118__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
119endif
120ifeq ($(USE_EXCEPTIONS),0)
121__EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS
122endif
123ifeq ($(USE_RTTI),0)
124__RTTI_DEFINE_p = -DwxNO_RTTI
125endif
126ifeq ($(USE_RTTI),0)
127__RTTI_DEFINE_p_1 = --define wxNO_RTTI
128endif
129ifeq ($(USE_THREADS),0)
130__THREAD_DEFINE_p = -DwxNO_THREADS
131endif
132ifeq ($(USE_THREADS),0)
133__THREAD_DEFINE_p_1 = --define wxNO_THREADS
134endif
7379e476
VZ
135ifeq ($(UNICODE),0)
136__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
137endif
b17c1746
DE
138ifeq ($(UNICODE),1)
139__UNICODE_DEFINE_p = -D_UNICODE
140endif
7379e476
VZ
141ifeq ($(UNICODE),0)
142__UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0
143endif
b17c1746
DE
144ifeq ($(UNICODE),1)
145__UNICODE_DEFINE_p_1 = --define _UNICODE
146endif
2113bc77
MW
147ifeq ($(MSLU),1)
148__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
149endif
150ifeq ($(MSLU),1)
151__MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1
152endif
3abcf424
RD
153ifeq ($(USE_GDIPLUS),1)
154__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
155endif
156ifeq ($(USE_GDIPLUS),1)
157__GFXCTX_DEFINE_p_1 = --define wxUSE_GRAPHICS_CONTEXT=1
158endif
250700e4
RD
159ifeq ($(SHARED),1)
160__DLLFLAG_p = -DWXUSINGDLL
161endif
162ifeq ($(SHARED),1)
163__DLLFLAG_p_1 = --define WXUSINGDLL
164endif
b17c1746
DE
165ifeq ($(MONOLITHIC),0)
166__WXLIB_CORE_p = \
c33fae85 167 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 168endif
b17c1746 169ifeq ($(MONOLITHIC),0)
c33fae85
RN
170__WXLIB_BASE_p = \
171 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 172endif
b17c1746
DE
173ifeq ($(MONOLITHIC),1)
174__WXLIB_MONO_p = \
c33fae85 175 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 176endif
b17c1746 177ifeq ($(USE_GUI),1)
9c2d002b 178__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 179endif
67757ff7 180ifeq ($(USE_GUI),1)
9c2d002b 181__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
67757ff7
VS
182endif
183ifeq ($(USE_GUI),1)
9c2d002b 184__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
67757ff7 185endif
b17c1746
DE
186ifeq ($(MSLU),1)
187__UNICOWS_LIB_p = -lunicows
250700e4 188endif
3abcf424
RD
189ifeq ($(USE_GDIPLUS),1)
190__GDIPLUS_LIB_p = -lgdiplus
191endif
b17c1746
DE
192ifeq ($(BUILD),debug)
193ifeq ($(DEBUG_INFO),default)
194__DEBUGINFO = -g
4e209a20 195endif
250700e4 196endif
b17c1746
DE
197ifeq ($(BUILD),release)
198ifeq ($(DEBUG_INFO),default)
199__DEBUGINFO =
250700e4 200endif
250700e4 201endif
b17c1746
DE
202ifeq ($(DEBUG_INFO),0)
203__DEBUGINFO =
250700e4 204endif
b17c1746
DE
205ifeq ($(DEBUG_INFO),1)
206__DEBUGINFO = -g
250700e4 207endif
8c9f8f91
JS
208ifeq ($(USE_THREADS),0)
209__THREADSFLAG =
210endif
211ifeq ($(USE_THREADS),1)
212__THREADSFLAG = -mthreads
213endif
250700e4
RD
214
215
216all: $(OBJS)
217$(OBJS):
218 -if not exist $(OBJS) mkdir $(OBJS)
219
220### Targets: ###
221
dd65d8c8 222all: $(__cube___depname)
250700e4 223
250700e4
RD
224clean:
225 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 226 -if exist $(OBJS)\*.d del $(OBJS)\*.d
250700e4
RD
227 -if exist $(OBJS)\cube.exe del $(OBJS)\cube.exe
228
dd65d8c8 229ifeq ($(USE_OPENGL),1)
67757ff7 230$(OBJS)\cube.exe: $(CUBE_OBJECTS) $(OBJS)\cube_cube_rc.o
7379e476 231 $(CXX) -o $@ $(CUBE_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
dd65d8c8 232endif
250700e4 233
b17c1746 234$(OBJS)\cube_cube.o: ./cube.cpp
0d90d6ea 235 $(CXX) -c -o $@ $(CUBE_CXXFLAGS) $(CPPDEPS) $<
b17c1746
DE
236
237$(OBJS)\cube_cube_rc.o: ./cube.rc
444833b3 238 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
b17c1746 239
250700e4 240.PHONY: all clean
b14abf14 241
8c9f8f91 242
6e0fbb3d
VS
243SHELL := $(COMSPEC)
244
0d90d6ea
JS
245# Dependencies tracking:
246-include $(OBJS)/*.d