]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/penguin/makefile.gcc
Document wxTextCtrl::XYToPosition, PositionToXY and GetLineLength change
[wxWidgets.git] / samples / opengl / penguin / makefile.gcc
CommitLineData
e93c6860
VS
1# =========================================================================
2# This makefile was generated by
0d90d6ea 3# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
e93c6860
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../../build/msw/config.gcc
e93c6860
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
0d90d6ea 15CPPDEPS = -MT$@ -MF$@.d -MD
4818141b 16WX_RELEASE_NODOT = 26
e93c6860
VS
17OBJS = \
18 gcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 19LIBDIRNAME = .\..\..\..\lib\gcc_$(LIBTYPE_SUFFIX)$(CFG)
b17c1746
DE
20SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
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) -I.\..\..\..\include \
26 -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
27 $(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) -I.\..\..\..\include \
32 -I$(SETUPHDIR) -W -Wall -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH \
33 $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) -Wno-ctor-dtor-privacy $(CPPFLAGS) \
34 $(CXXFLAGS)
e93c6860
VS
35PENGUIN_OBJECTS = \
36 $(OBJS)\penguin_penguin.o \
37 $(OBJS)\penguin_lw.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
e93c6860
VS
60ifeq ($(UNICODE),1)
61WXUNICODEFLAG = u
62endif
63ifeq ($(WXUNIV),1)
64WXUNIVNAME = univ
65endif
b17c1746
DE
66ifeq ($(SHARED),1)
67WXDLLFLAG = dll
e93c6860 68endif
b14abf14
JS
69ifeq ($(SHARED),0)
70LIBTYPE_SUFFIX = lib
71endif
72ifeq ($(SHARED),1)
73LIBTYPE_SUFFIX = dll
74endif
dd65d8c8
RN
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
b17c1746
DE
84ifeq ($(BUILD),debug)
85__OPTIMIZEFLAG_2 = -O0
e93c6860
VS
86endif
87ifeq ($(BUILD),release)
b17c1746 88__OPTIMIZEFLAG_2 = -O2
e93c6860 89endif
8c9f8f91
JS
90ifeq ($(USE_RTTI),0)
91__RTTIFLAG_5 = -fno-rtti
e93c6860 92endif
8c9f8f91
JS
93ifeq ($(USE_RTTI),1)
94__RTTIFLAG_5 =
e93c6860 95endif
b17c1746 96ifeq ($(USE_EXCEPTIONS),0)
8c9f8f91 97__EXCEPTIONSFLAG_6 = -fno-exceptions
b17c1746
DE
98endif
99ifeq ($(USE_EXCEPTIONS),1)
8c9f8f91 100__EXCEPTIONSFLAG_6 =
b17c1746
DE
101endif
102ifeq ($(WXUNIV),1)
103__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
104endif
105ifeq ($(WXUNIV),1)
106__WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__
e93c6860
VS
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
8c9f8f91
JS
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
b17c1746
DE
142ifeq ($(UNICODE),1)
143__UNICODE_DEFINE_p = -D_UNICODE
144endif
145ifeq ($(UNICODE),1)
146__UNICODE_DEFINE_p_1 = --define _UNICODE
147endif
e93c6860
VS
148ifeq ($(SHARED),1)
149__DLLFLAG_p = -DWXUSINGDLL
150endif
151ifeq ($(SHARED),1)
152__DLLFLAG_p_1 = --define WXUSINGDLL
153endif
b17c1746
DE
154ifeq ($(MONOLITHIC),0)
155__WXLIB_CORE_p = \
c33fae85 156 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core
b71531ad 157endif
b17c1746 158ifeq ($(MONOLITHIC),0)
c33fae85
RN
159__WXLIB_BASE_p = \
160 -lwxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 161endif
b17c1746
DE
162ifeq ($(MONOLITHIC),1)
163__WXLIB_MONO_p = \
c33fae85 164 -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
b71531ad 165endif
b17c1746 166ifeq ($(USE_GUI),1)
9c2d002b 167__LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)
b71531ad 168endif
e93c6860 169ifeq ($(USE_GUI),1)
9c2d002b 170__LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)
e93c6860
VS
171endif
172ifeq ($(USE_GUI),1)
9c2d002b 173__LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)
e93c6860 174endif
b17c1746
DE
175ifeq ($(MSLU),1)
176__UNICOWS_LIB_p = -lunicows
e93c6860 177endif
b17c1746
DE
178ifeq ($(BUILD),debug)
179ifeq ($(DEBUG_INFO),default)
180__DEBUGINFO = -g
4e209a20 181endif
e93c6860 182endif
b17c1746
DE
183ifeq ($(BUILD),release)
184ifeq ($(DEBUG_INFO),default)
185__DEBUGINFO =
e93c6860 186endif
e93c6860 187endif
b17c1746
DE
188ifeq ($(DEBUG_INFO),0)
189__DEBUGINFO =
e93c6860 190endif
b17c1746
DE
191ifeq ($(DEBUG_INFO),1)
192__DEBUGINFO = -g
e93c6860 193endif
8c9f8f91
JS
194ifeq ($(USE_THREADS),0)
195__THREADSFLAG =
196endif
197ifeq ($(USE_THREADS),1)
198__THREADSFLAG = -mthreads
199endif
e93c6860
VS
200
201
202all: $(OBJS)
203$(OBJS):
204 -if not exist $(OBJS) mkdir $(OBJS)
205
206### Targets: ###
207
dd65d8c8 208all: $(__penguin___depname) data
e93c6860 209
e93c6860
VS
210clean:
211 -if exist $(OBJS)\*.o del $(OBJS)\*.o
0d90d6ea 212 -if exist $(OBJS)\*.d del $(OBJS)\*.d
e93c6860
VS
213 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
214
dd65d8c8 215ifeq ($(USE_OPENGL),1)
b17c1746 216$(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_penguin_rc.o
8c9f8f91 217 $(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
dd65d8c8 218endif
b17c1746 219
e93c6860
VS
220data:
221 if not exist $(OBJS) mkdir $(OBJS)
222 for %%f in (penguin.lwo) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
223
b17c1746 224$(OBJS)\penguin_penguin.o: ./penguin.cpp
0d90d6ea 225 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
b17c1746
DE
226
227$(OBJS)\penguin_lw.o: ./lw.cpp
0d90d6ea 228 $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<
b17c1746
DE
229
230$(OBJS)\penguin_trackball.o: ./trackball.c
0d90d6ea 231 $(CC) -c -o $@ $(PENGUIN_CFLAGS) $(CPPDEPS) $<
b17c1746
DE
232
233$(OBJS)\penguin_penguin_rc.o: ./penguin.rc
8c9f8f91 234 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) --include-dir ./../../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../../samples --define NOPCH
e93c6860 235
fd9f42b6 236.PHONY: all clean data
b14abf14 237
8c9f8f91 238
0d90d6ea
JS
239# Dependencies tracking:
240-include $(OBJS)/*.d