]> git.saurik.com Git - wxWidgets.git/blob - samples/image/makefile.bcc
Add preferences sample.
[wxWidgets.git] / samples / image / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 WX_RELEASE_NODOT = 29
25 COMPILER_PREFIX = bcc
26 OBJS = \
27 $(COMPILER_PREFIX)$(COMPILER_VERSION)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 LIBDIRNAME = \
29 .\..\..\lib\$(COMPILER_PREFIX)$(COMPILER_VERSION)_$(LIBTYPE_SUFFIX)$(CFG)
30 SETUPHDIR = \
31 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
32 IMAGE_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
33 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WX$(TOOLKIT)__ \
34 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) \
35 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
36 $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
37 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \
38 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
39 IMAGE_OBJECTS = \
40 $(OBJS)\image_image.obj \
41 $(OBJS)\image_canvas.obj
42
43 ### Conditionally set variables: ###
44
45 !if "$(TOOLKIT)" == "GTK"
46 WIN32_TOOLKIT_LOWERCASE = gtk
47 !endif
48 !if "$(TOOLKIT)" == "MSW"
49 WIN32_TOOLKIT_LOWERCASE = msw
50 !endif
51 !if "$(USE_GUI)" == "0"
52 PORTNAME = base
53 !endif
54 !if "$(USE_GUI)" == "1"
55 PORTNAME = $(WIN32_TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
56 !endif
57 !if "$(TOOLKIT)" == "MAC"
58 WXBASEPORT = _carbon
59 !endif
60 !if "$(OFFICIAL_BUILD)" == "1"
61 COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
62 !endif
63 !if "$(BUILD)" == "debug"
64 WXDEBUGFLAG = d
65 !endif
66 !if "$(UNICODE)" == "1"
67 WXUNICODEFLAG = u
68 !endif
69 !if "$(WXUNIV)" == "1"
70 WXUNIVNAME = univ
71 !endif
72 !if "$(SHARED)" == "1"
73 WXDLLFLAG = dll
74 !endif
75 !if "$(SHARED)" == "0"
76 LIBTYPE_SUFFIX = lib
77 !endif
78 !if "$(SHARED)" == "1"
79 LIBTYPE_SUFFIX = dll
80 !endif
81 !if "$(MONOLITHIC)" == "0"
82 EXTRALIBS_FOR_BASE =
83 !endif
84 !if "$(MONOLITHIC)" == "1"
85 EXTRALIBS_FOR_BASE =
86 !endif
87 !if "$(TOOLKIT)" == "GTK" && "$(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 !if "$(BUILD)" == "debug"
93 __OPTIMIZEFLAG_2 = -Od
94 !endif
95 !if "$(BUILD)" == "release"
96 __OPTIMIZEFLAG_2 = -O2
97 !endif
98 !if "$(USE_THREADS)" == "0"
99 __THREADSFLAG_5 =
100 !endif
101 !if "$(USE_THREADS)" == "1"
102 __THREADSFLAG_5 = mt
103 !endif
104 !if "$(USE_THREADS)" == "0"
105 __THREADSFLAG_6 =
106 !endif
107 !if "$(USE_THREADS)" == "1"
108 __THREADSFLAG_6 = -tWM
109 !endif
110 !if "$(RUNTIME_LIBS)" == "dynamic"
111 __RUNTIME_LIBS_7 = -tWR
112 !endif
113 !if "$(RUNTIME_LIBS)" == "static"
114 __RUNTIME_LIBS_7 =
115 !endif
116 !if "$(RUNTIME_LIBS)" == "dynamic"
117 __RUNTIME_LIBS_8 = i
118 !endif
119 !if "$(RUNTIME_LIBS)" == "static"
120 __RUNTIME_LIBS_8 =
121 !endif
122 !if "$(WXUNIV)" == "1"
123 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
124 !endif
125 !if "$(WXUNIV)" == "1"
126 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
127 !endif
128 !if "$(DEBUG_FLAG)" == "0"
129 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
130 !endif
131 !if "$(DEBUG_FLAG)" == "0"
132 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
133 !endif
134 !if "$(BUILD)" == "release"
135 __NDEBUG_DEFINE_p = -DNDEBUG
136 !endif
137 !if "$(BUILD)" == "release"
138 __NDEBUG_DEFINE_p_1 = -dNDEBUG
139 !endif
140 !if "$(USE_EXCEPTIONS)" == "0"
141 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
142 !endif
143 !if "$(USE_EXCEPTIONS)" == "0"
144 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
145 !endif
146 !if "$(USE_RTTI)" == "0"
147 __RTTI_DEFINE_p = -DwxNO_RTTI
148 !endif
149 !if "$(USE_RTTI)" == "0"
150 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
151 !endif
152 !if "$(USE_THREADS)" == "0"
153 __THREAD_DEFINE_p = -DwxNO_THREADS
154 !endif
155 !if "$(USE_THREADS)" == "0"
156 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
157 !endif
158 !if "$(UNICODE)" == "0"
159 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
160 !endif
161 !if "$(UNICODE)" == "1"
162 __UNICODE_DEFINE_p = -D_UNICODE
163 !endif
164 !if "$(UNICODE)" == "0"
165 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
166 !endif
167 !if "$(UNICODE)" == "1"
168 __UNICODE_DEFINE_p_1 = -d_UNICODE
169 !endif
170 !if "$(MSLU)" == "1"
171 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
172 !endif
173 !if "$(MSLU)" == "1"
174 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
175 !endif
176 !if "$(USE_CAIRO)" == "1"
177 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
178 !endif
179 !if "$(USE_CAIRO)" == "1"
180 ____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
181 !endif
182 !if "$(SHARED)" == "1"
183 __DLLFLAG_p = -DWXUSINGDLL
184 !endif
185 !if "$(SHARED)" == "1"
186 __DLLFLAG_p_1 = -dWXUSINGDLL
187 !endif
188 !if "$(MONOLITHIC)" == "0"
189 __WXLIB_CORE_p = \
190 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
191 !endif
192 !if "$(MONOLITHIC)" == "0"
193 __WXLIB_BASE_p = \
194 wxbase$(WXBASEPORT)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
195 !endif
196 !if "$(MONOLITHIC)" == "1"
197 __WXLIB_MONO_p = \
198 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
199 !endif
200 !if "$(USE_GUI)" == "1"
201 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
202 !endif
203 !if "$(USE_GUI)" == "1"
204 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
205 !endif
206 !if "$(USE_GUI)" == "1"
207 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
208 !endif
209 !if "$(MSLU)" == "1"
210 __UNICOWS_LIB_p = unicows.lib
211 !endif
212 !if "$(USE_CAIRO)" == "1"
213 __CAIRO_LIB_p = cairo.lib
214 !endif
215 !if "$(USE_CAIRO)" == "1"
216 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
217 !endif
218 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
219 __DEBUGINFO = -v
220 !endif
221 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
222 __DEBUGINFO = -v-
223 !endif
224 !if "$(DEBUG_INFO)" == "0"
225 __DEBUGINFO = -v-
226 !endif
227 !if "$(DEBUG_INFO)" == "1"
228 __DEBUGINFO = -v
229 !endif
230
231
232 all: $(OBJS)
233 $(OBJS):
234 -if not exist $(OBJS) mkdir $(OBJS)
235
236 ### Targets: ###
237
238 all: $(OBJS)\image.exe data
239
240 clean:
241 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
242 -if exist $(OBJS)\*.res del $(OBJS)\*.res
243 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
244 -if exist $(OBJS)\image.exe del $(OBJS)\image.exe
245 -if exist $(OBJS)\image.tds del $(OBJS)\image.tds
246 -if exist $(OBJS)\image.ilc del $(OBJS)\image.ilc
247 -if exist $(OBJS)\image.ild del $(OBJS)\image.ild
248 -if exist $(OBJS)\image.ilf del $(OBJS)\image.ilf
249 -if exist $(OBJS)\image.ils del $(OBJS)\image.ils
250
251 $(OBJS)\image.exe: $(IMAGE_OBJECTS) $(OBJS)\image_image.res
252 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
253 c0w32.obj $(IMAGE_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(LIB_GTK) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\image_image.res
254 |
255
256 data:
257 if not exist $(OBJS) mkdir $(OBJS)
258 for %f in (horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse_ag.pnm horse_rg.pnm horse.tif horse.tga horse.xpm horse.cur horse.ico horse3.ani smile.xbm toucan.png cmyk.jpg cursor.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
259
260 $(OBJS)\image_image.obj: .\image.cpp
261 $(CXX) -q -c -P -o$@ $(IMAGE_CXXFLAGS) .\image.cpp
262
263 $(OBJS)\image_canvas.obj: .\canvas.cpp
264 $(CXX) -q -c -P -o$@ $(IMAGE_CXXFLAGS) .\canvas.cpp
265
266 $(OBJS)\image_image.res: .\image.rc
267 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__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) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH .\image.rc
268