Add wxFontInfo class to allow using named parameters for wxFont creation.
[wxWidgets.git] / samples / dragimag / makefile.gcc
1 # =========================================================================\r
2 #     This makefile was generated by\r
3 #     Bakefile 0.2.9 (http://www.bakefile.org)\r
4 #     Do not modify, all changes will be overwritten!\r
5 # =========================================================================\r
6 \r
7 include ../../build/msw/config.gcc\r
8 \r
9 # -------------------------------------------------------------------------\r
10 # Do not modify the rest of this file!\r
11 # -------------------------------------------------------------------------\r
12 \r
13 ### Variables: ###\r
14 \r
15 CPPDEPS = -MT$@ -MF$@.d -MD -MP\r
16 WX_RELEASE_NODOT = 29\r
17 COMPILER_PREFIX = gcc\r
18 OBJS = \\r
19         $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
20 LIBDIRNAME = \
21         .\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
22 SETUPHDIR = \\r
23         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)\r
24 DRAGIMAG_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) $(__THREADSFLAG) \\r
25         $(GCCFLAGS) -DHAVE_W32API_H -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
26         $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \\r
27         $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \\r
28         $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \\r
29         $(____CAIRO_INCLUDEDIR_FILENAMES_p) -W -Wall -I. $(__DLLFLAG_p) \\r
30         -I.\..\..\samples -DNOPCH $(__RTTIFLAG_5) $(__EXCEPTIONSFLAG_6) \\r
31         -Wno-ctor-dtor-privacy $(CXXFLAGS_GTK_WINDOWS_GCC) $(CPPFLAGS) $(CXXFLAGS)
32 DRAGIMAG_OBJECTS =  \\r
33         $(OBJS)\dragimag_dragimag.o \\r
34         $(OBJS)\dragimag_dragimag_rc.o\r
35 \r
36 ### Conditionally set variables: ###\r
37 \r
38 ifeq ($(TOOLKIT),GTK)
39 WIN32_TOOLKIT_LOWERCASE = gtk
40 endif
41 ifeq ($(TOOLKIT),MSW)
42 WIN32_TOOLKIT_LOWERCASE = msw
43 endif
44 ifeq ($(GCC_VERSION),2.95)\r
45 GCCFLAGS = -fvtable-thunks\r
46 endif\r
47 ifeq ($(USE_GUI),0)\r
48 PORTNAME = base\r
49 endif\r
50 ifeq ($(USE_GUI),1)\r
51 PORTNAME = $(WIN32_TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
52 endif
53 ifeq ($(TOOLKIT),MAC)
54 WXBASEPORT = _carbon
55 endif
56 ifeq ($(OFFICIAL_BUILD),1)
57 COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
58 endif\r
59 ifeq ($(BUILD),debug)\r
60 WXDEBUGFLAG = d\r
61 endif\r
62 ifeq ($(UNICODE),1)\r
63 WXUNICODEFLAG = u\r
64 endif\r
65 ifeq ($(WXUNIV),1)\r
66 WXUNIVNAME = univ\r
67 endif\r
68 ifeq ($(SHARED),1)\r
69 WXDLLFLAG = dll\r
70 endif\r
71 ifeq ($(SHARED),0)\r
72 LIBTYPE_SUFFIX = lib\r
73 endif\r
74 ifeq ($(SHARED),1)\r
75 LIBTYPE_SUFFIX = dll\r
76 endif\r
77 ifeq ($(MONOLITHIC),0)\r
78 EXTRALIBS_FOR_BASE = \r
79 endif\r
80 ifeq ($(MONOLITHIC),1)\r
81 EXTRALIBS_FOR_BASE =   \r
82 endif\r
83 ifeq ($(TOOLKIT),GTK)
84 CXXFLAGS_GTK_WINDOWS_GCC = -mms-bitfields
85 endif
86 ifeq ($(TOOLKIT),GTK)
87 ifeq ($(TOOLKIT_VERSION),2)
88 LIB_GTK = gtk-win32-2.0.lib gdk-win32-2.0.lib pangocairo-1.0.lib \
89         gdk_pixbuf-2.0.lib cairo.lib pango-1.0.lib gobject-2.0.lib gthread-2.0.lib \
90         glib-2.0.lib
91 endif
92 endif
93 ifeq ($(BUILD),debug)\r
94 __OPTIMIZEFLAG_2 = -O0\r
95 endif\r
96 ifeq ($(BUILD),release)\r
97 __OPTIMIZEFLAG_2 = -O2\r
98 endif\r
99 ifeq ($(USE_RTTI),0)\r
100 __RTTIFLAG_5 = -fno-rtti\r
101 endif\r
102 ifeq ($(USE_RTTI),1)\r
103 __RTTIFLAG_5 = \r
104 endif\r
105 ifeq ($(USE_EXCEPTIONS),0)\r
106 __EXCEPTIONSFLAG_6 = -fno-exceptions\r
107 endif\r
108 ifeq ($(USE_EXCEPTIONS),1)\r
109 __EXCEPTIONSFLAG_6 = \r
110 endif\r
111 ifeq ($(WXUNIV),1)\r
112 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__\r
113 endif\r
114 ifeq ($(WXUNIV),1)\r
115 __WXUNIV_DEFINE_p_1 = --define __WXUNIVERSAL__\r
116 endif\r
117 ifeq ($(DEBUG_FLAG),0)\r
118 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0\r
119 endif\r
120 ifeq ($(DEBUG_FLAG),0)\r
121 __DEBUG_DEFINE_p_1 = --define wxDEBUG_LEVEL=0\r
122 endif\r
123 ifeq ($(BUILD),release)\r
124 __NDEBUG_DEFINE_p = -DNDEBUG\r
125 endif\r
126 ifeq ($(BUILD),release)\r
127 __NDEBUG_DEFINE_p_1 = --define NDEBUG\r
128 endif\r
129 ifeq ($(USE_EXCEPTIONS),0)\r
130 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS\r
131 endif\r
132 ifeq ($(USE_EXCEPTIONS),0)\r
133 __EXCEPTIONS_DEFINE_p_1 = --define wxNO_EXCEPTIONS\r
134 endif\r
135 ifeq ($(USE_RTTI),0)\r
136 __RTTI_DEFINE_p = -DwxNO_RTTI\r
137 endif\r
138 ifeq ($(USE_RTTI),0)\r
139 __RTTI_DEFINE_p_1 = --define wxNO_RTTI\r
140 endif\r
141 ifeq ($(USE_THREADS),0)\r
142 __THREAD_DEFINE_p = -DwxNO_THREADS\r
143 endif\r
144 ifeq ($(USE_THREADS),0)\r
145 __THREAD_DEFINE_p_1 = --define wxNO_THREADS\r
146 endif\r
147 ifeq ($(UNICODE),0)\r
148 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0\r
149 endif\r
150 ifeq ($(UNICODE),1)\r
151 __UNICODE_DEFINE_p = -D_UNICODE\r
152 endif\r
153 ifeq ($(UNICODE),0)\r
154 __UNICODE_DEFINE_p_1 = --define wxUSE_UNICODE=0\r
155 endif\r
156 ifeq ($(UNICODE),1)\r
157 __UNICODE_DEFINE_p_1 = --define _UNICODE\r
158 endif\r
159 ifeq ($(MSLU),1)\r
160 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1\r
161 endif\r
162 ifeq ($(MSLU),1)\r
163 __MSLU_DEFINE_p_1 = --define wxUSE_UNICODE_MSLU=1\r
164 endif\r
165 ifeq ($(USE_CAIRO),1)\r
166 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo\r
167 endif\r
168 ifeq ($(USE_CAIRO),1)\r
169 __CAIRO_INCLUDEDIR_p = --include-dir $(CAIRO_ROOT)/include/cairo\r
170 endif\r
171 ifeq ($(SHARED),1)\r
172 __DLLFLAG_p = -DWXUSINGDLL\r
173 endif\r
174 ifeq ($(SHARED),1)\r
175 __DLLFLAG_p_1 = --define WXUSINGDLL\r
176 endif\r
177 ifeq ($(MONOLITHIC),0)\r
178 __WXLIB_CORE_p = \\r
179         -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core\r
180 endif\r
181 ifeq ($(MONOLITHIC),0)\r
182 __WXLIB_BASE_p = \\r
183         -lwxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)
184 endif\r
185 ifeq ($(MONOLITHIC),1)\r
186 __WXLIB_MONO_p = \\r
187         -lwx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)\r
188 endif\r
189 ifeq ($(USE_GUI),1)\r
190 __LIB_TIFF_p = -lwxtiff$(WXDEBUGFLAG)\r
191 endif\r
192 ifeq ($(USE_GUI),1)\r
193 __LIB_JPEG_p = -lwxjpeg$(WXDEBUGFLAG)\r
194 endif\r
195 ifeq ($(USE_GUI),1)\r
196 __LIB_PNG_p = -lwxpng$(WXDEBUGFLAG)\r
197 endif\r
198 ifeq ($(MSLU),1)\r
199 __UNICOWS_LIB_p = -lunicows\r
200 endif\r
201 ifeq ($(USE_CAIRO),1)\r
202 __CAIRO_LIB_p = -lcairo\r
203 endif\r
204 ifeq ($(USE_CAIRO),1)\r
205 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib\r
206 endif\r
207 ifeq ($(BUILD),debug)\r
208 ifeq ($(DEBUG_INFO),default)\r
209 __DEBUGINFO = -g\r
210 endif\r
211 endif\r
212 ifeq ($(BUILD),release)\r
213 ifeq ($(DEBUG_INFO),default)\r
214 __DEBUGINFO = \r
215 endif\r
216 endif\r
217 ifeq ($(DEBUG_INFO),0)\r
218 __DEBUGINFO = \r
219 endif\r
220 ifeq ($(DEBUG_INFO),1)\r
221 __DEBUGINFO = -g\r
222 endif\r
223 ifeq ($(USE_THREADS),0)\r
224 __THREADSFLAG = \r
225 endif\r
226 ifeq ($(USE_THREADS),1)\r
227 __THREADSFLAG = -mthreads\r
228 endif\r
229 \r
230 \r
231 all: $(OBJS)\r
232 $(OBJS):\r
233         -if not exist $(OBJS) mkdir $(OBJS)\r
234 \r
235 ### Targets: ###\r
236 \r
237 all: $(OBJS)\dragimag.exe data\r
238 \r
239 clean: \r
240         -if exist $(OBJS)\*.o del $(OBJS)\*.o\r
241         -if exist $(OBJS)\*.d del $(OBJS)\*.d\r
242         -if exist $(OBJS)\dragimag.exe del $(OBJS)\dragimag.exe\r
243 \r
244 $(OBJS)\dragimag.exe: $(DRAGIMAG_OBJECTS) $(OBJS)\dragimag_dragimag_rc.o\r
245         $(CXX) -o $@ $(DRAGIMAG_OBJECTS)  $(__DEBUGINFO) $(__THREADSFLAG) -L$(LIBDIRNAME) -Wl,--subsystem,windows -mwindows $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS)  $(__WXLIB_CORE_p)  $(__WXLIB_BASE_p)  $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(LIB_GTK)  -lwxzlib$(WXDEBUGFLAG) -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG) -lwxexpat$(WXDEBUGFLAG) $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__CAIRO_LIB_p) -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lole32 -loleaut32 -luuid -lrpcrt4 -ladvapi32 -lwsock32 -lwininet
246 \r
247 data: \r
248         if not exist $(OBJS) mkdir $(OBJS)\r
249         for %%f in (backgrnd.png shape01.png shape02.png shape03.png) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)\r
250 \r
251 $(OBJS)\dragimag_dragimag.o: ./dragimag.cpp\r
252         $(CXX) -c -o $@ $(DRAGIMAG_CXXFLAGS) $(CPPDEPS) $<\r
253 \r
254 $(OBJS)\dragimag_dragimag_rc.o: ./dragimag.rc\r
255         windres --use-temp-file -i$< -o$@    --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_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 $(SETUPHDIR) --include-dir ./../../include $(__CAIRO_INCLUDEDIR_p) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples --define NOPCH
256 \r
257 .PHONY: all clean data\r
258 \r
259 \r
260 SHELL := $(COMSPEC)\r
261 \r
262 # Dependencies tracking:\r
263 -include $(OBJS)/*.d\r