]> git.saurik.com Git - wxWidgets.git/blob - samples/popup/makefile.bcc
undefine not working FSWATCHER from OpenVMS compile setup
[wxWidgets.git] / samples / popup / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.8 (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)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29 SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31 POPUP_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
34 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
35 $(__MSLU_DEFINE_p) $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include \
36 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\samples \
37 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
38 POPUP_OBJECTS = \
39 $(OBJS)\popup_popup.obj
40
41 ### Conditionally set variables: ###
42
43 !if "$(USE_GUI)" == "0"
44 PORTNAME = base
45 !endif
46 !if "$(USE_GUI)" == "1"
47 PORTNAME = msw
48 !endif
49 !if "$(BUILD)" == "debug"
50 WXDEBUGFLAG = d
51 !endif
52 !if "$(UNICODE)" == "1"
53 WXUNICODEFLAG = u
54 !endif
55 !if "$(WXUNIV)" == "1"
56 WXUNIVNAME = univ
57 !endif
58 !if "$(SHARED)" == "1"
59 WXDLLFLAG = dll
60 !endif
61 !if "$(SHARED)" == "0"
62 LIBTYPE_SUFFIX = lib
63 !endif
64 !if "$(SHARED)" == "1"
65 LIBTYPE_SUFFIX = dll
66 !endif
67 !if "$(MONOLITHIC)" == "0"
68 EXTRALIBS_FOR_BASE =
69 !endif
70 !if "$(MONOLITHIC)" == "1"
71 EXTRALIBS_FOR_BASE =
72 !endif
73 !if "$(BUILD)" == "debug"
74 __OPTIMIZEFLAG_2 = -Od
75 !endif
76 !if "$(BUILD)" == "release"
77 __OPTIMIZEFLAG_2 = -O2
78 !endif
79 !if "$(USE_THREADS)" == "0"
80 __THREADSFLAG_5 =
81 !endif
82 !if "$(USE_THREADS)" == "1"
83 __THREADSFLAG_5 = mt
84 !endif
85 !if "$(USE_THREADS)" == "0"
86 __THREADSFLAG_6 =
87 !endif
88 !if "$(USE_THREADS)" == "1"
89 __THREADSFLAG_6 = -tWM
90 !endif
91 !if "$(RUNTIME_LIBS)" == "dynamic"
92 __RUNTIME_LIBS_7 = -tWR
93 !endif
94 !if "$(RUNTIME_LIBS)" == "static"
95 __RUNTIME_LIBS_7 =
96 !endif
97 !if "$(RUNTIME_LIBS)" == "dynamic"
98 __RUNTIME_LIBS_8 = i
99 !endif
100 !if "$(RUNTIME_LIBS)" == "static"
101 __RUNTIME_LIBS_8 =
102 !endif
103 !if "$(WXUNIV)" == "1"
104 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
105 !endif
106 !if "$(WXUNIV)" == "1"
107 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
108 !endif
109 !if "$(DEBUG_FLAG)" == "0"
110 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
111 !endif
112 !if "$(DEBUG_FLAG)" == "0"
113 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
114 !endif
115 !if "$(BUILD)" == "release"
116 __NDEBUG_DEFINE_p = -DNDEBUG
117 !endif
118 !if "$(BUILD)" == "release"
119 __NDEBUG_DEFINE_p_1 = -dNDEBUG
120 !endif
121 !if "$(USE_EXCEPTIONS)" == "0"
122 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
123 !endif
124 !if "$(USE_EXCEPTIONS)" == "0"
125 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
126 !endif
127 !if "$(USE_RTTI)" == "0"
128 __RTTI_DEFINE_p = -DwxNO_RTTI
129 !endif
130 !if "$(USE_RTTI)" == "0"
131 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
132 !endif
133 !if "$(USE_THREADS)" == "0"
134 __THREAD_DEFINE_p = -DwxNO_THREADS
135 !endif
136 !if "$(USE_THREADS)" == "0"
137 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
138 !endif
139 !if "$(UNICODE)" == "0"
140 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
141 !endif
142 !if "$(UNICODE)" == "1"
143 __UNICODE_DEFINE_p = -D_UNICODE
144 !endif
145 !if "$(UNICODE)" == "0"
146 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
147 !endif
148 !if "$(UNICODE)" == "1"
149 __UNICODE_DEFINE_p_1 = -d_UNICODE
150 !endif
151 !if "$(MSLU)" == "1"
152 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
153 !endif
154 !if "$(MSLU)" == "1"
155 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
156 !endif
157 !if "$(USE_GDIPLUS)" == "1"
158 __GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
159 !endif
160 !if "$(USE_GDIPLUS)" == "1"
161 __GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
162 !endif
163 !if "$(USE_CAIRO)" == "1"
164 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
165 !endif
166 !if "$(USE_CAIRO)" == "1"
167 ____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
168 !endif
169 !if "$(SHARED)" == "1"
170 __DLLFLAG_p = -DWXUSINGDLL
171 !endif
172 !if "$(SHARED)" == "1"
173 __DLLFLAG_p_1 = -dWXUSINGDLL
174 !endif
175 !if "$(MONOLITHIC)" == "0"
176 __WXLIB_CORE_p = \
177 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
178 !endif
179 !if "$(MONOLITHIC)" == "0"
180 __WXLIB_BASE_p = \
181 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
182 !endif
183 !if "$(MONOLITHIC)" == "1"
184 __WXLIB_MONO_p = \
185 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
186 !endif
187 !if "$(USE_GUI)" == "1"
188 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
189 !endif
190 !if "$(USE_GUI)" == "1"
191 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
192 !endif
193 !if "$(USE_GUI)" == "1"
194 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
195 !endif
196 !if "$(MSLU)" == "1"
197 __UNICOWS_LIB_p = unicows.lib
198 !endif
199 !if "$(USE_GDIPLUS)" == "1"
200 __GDIPLUS_LIB_p = gdiplus.lib
201 !endif
202 !if "$(USE_CAIRO)" == "1"
203 __CAIRO_LIB_p = cairo.lib
204 !endif
205 !if "$(USE_CAIRO)" == "1"
206 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
207 !endif
208 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
209 __DEBUGINFO = -v
210 !endif
211 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
212 __DEBUGINFO = -v-
213 !endif
214 !if "$(DEBUG_INFO)" == "0"
215 __DEBUGINFO = -v-
216 !endif
217 !if "$(DEBUG_INFO)" == "1"
218 __DEBUGINFO = -v
219 !endif
220
221
222 all: $(OBJS)
223 $(OBJS):
224 -if not exist $(OBJS) mkdir $(OBJS)
225
226 ### Targets: ###
227
228 all: $(OBJS)\popup.exe
229
230 clean:
231 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
232 -if exist $(OBJS)\*.res del $(OBJS)\*.res
233 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
234 -if exist $(OBJS)\popup.exe del $(OBJS)\popup.exe
235 -if exist $(OBJS)\popup.tds del $(OBJS)\popup.tds
236 -if exist $(OBJS)\popup.ilc del $(OBJS)\popup.ilc
237 -if exist $(OBJS)\popup.ild del $(OBJS)\popup.ild
238 -if exist $(OBJS)\popup.ilf del $(OBJS)\popup.ilf
239 -if exist $(OBJS)\popup.ils del $(OBJS)\popup.ils
240
241 $(OBJS)\popup.exe: $(POPUP_OBJECTS) $(OBJS)\popup_sample.res
242 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
243 c0w32.obj $(POPUP_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\popup_sample.res
244 |
245
246 $(OBJS)\popup_popup.obj: .\popup.cpp
247 $(CXX) -q -c -P -o$@ $(POPUP_CXXFLAGS) .\popup.cpp
248
249 $(OBJS)\popup_sample.res: .\..\sample.rc
250 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__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) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\samples -dNOPCH .\..\sample.rc
251