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