]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/widgets/makefile.bcc
copy catalogs to builddir
[wxWidgets.git] / samples / widgets / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7!ifndef BCCDIR
8BCCDIR = $(MAKEDIR)\..
9!endif
10
11!include ../../build/msw/config.bcc
12
13# -------------------------------------------------------------------------
14# Do not modify the rest of this file!
15# -------------------------------------------------------------------------
16
17!if "$(BCCDIR)" == "\.."
18!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
19!endif
20
21### Variables: ###
22
23OBJS = \
24 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25SETUPHDIR = \
26 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
27WIDGETS_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include \
28 $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
29 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
30 -I. $(__DLLFLAG_p) -I.\..\..\samples $(CXXFLAGS)
31WIDGETS_OBJECTS = \
32 $(OBJS)\widgets_button.obj \
33 $(OBJS)\widgets_checkbox.obj \
34 $(OBJS)\widgets_combobox.obj \
35 $(OBJS)\widgets_gauge.obj \
36 $(OBJS)\widgets_listbox.obj \
37 $(OBJS)\widgets_notebook.obj \
38 $(OBJS)\widgets_radiobox.obj \
39 $(OBJS)\widgets_slider.obj \
40 $(OBJS)\widgets_spinbtn.obj \
41 $(OBJS)\widgets_static.obj \
42 $(OBJS)\widgets_textctrl.obj \
43 $(OBJS)\widgets_widgets.obj
44
45### Conditionally set variables: ###
46
47!if "$(SHARED)" == "0"
48LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
49!endif
50!if "$(SHARED)" == "1"
51LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
52!endif
53!if "$(USE_GUI)" == "0"
54PORTNAME = base
55!endif
56!if "$(USE_GUI)" == "1"
57PORTNAME = msw
58!endif
59!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
60WXDEBUGFLAG = d
61!endif
62!if "$(DEBUG_FLAG)" == "1"
63WXDEBUGFLAG = d
64!endif
65!if "$(SHARED)" == "1"
66WXDLLFLAG = dll
67!endif
68!if "$(UNICODE)" == "1"
69WXUNICODEFLAG = u
70!endif
71!if "$(WXUNIV)" == "1"
72WXUNIVNAME = univ
73!endif
74!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
75__DEBUGINFO = -v
76!endif
77!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
78__DEBUGINFO = -v-
79!endif
80!if "$(DEBUG_INFO)" == "0"
81__DEBUGINFO = -v-
82!endif
83!if "$(DEBUG_INFO)" == "1"
84__DEBUGINFO = -v
85!endif
86!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
87__DEBUG_DEFINE_p = -D__WXDEBUG__
88!endif
89!if "$(DEBUG_FLAG)" == "1"
90__DEBUG_DEFINE_p = -D__WXDEBUG__
91!endif
92!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
93__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
94!endif
95!if "$(DEBUG_FLAG)" == "1"
96__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
97!endif
98!if "$(SHARED)" == "1"
99__DLLFLAG_p = -DWXUSINGDLL
100!endif
101!if "$(SHARED)" == "1"
102__DLLFLAG_p_1 = -dWXUSINGDLL
103!endif
104!if "$(USE_GUI)" == "1"
105__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
106!endif
107!if "$(USE_GUI)" == "1"
108__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
109!endif
110!if "$(USE_GUI)" == "1"
111__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
112!endif
113!if "$(BUILD)" == "debug"
114__OPTIMIZEFLAG_2 = -Od
115!endif
116!if "$(BUILD)" == "release"
117__OPTIMIZEFLAG_2 = -O2
118!endif
119!if "$(RUNTIME_LIBS)" == "dynamic"
120__RUNTIME_LIBS_6 = -tWR
121!endif
122!if "$(RUNTIME_LIBS)" == "static"
123__RUNTIME_LIBS_6 =
124!endif
125!if "$(RUNTIME_LIBS)" == "dynamic"
126__RUNTIME_LIBS_7 = i
127!endif
128!if "$(RUNTIME_LIBS)" == "static"
129__RUNTIME_LIBS_7 =
130!endif
131!if "$(UNICODE)" == "1"
132__UNICODE_DEFINE_p = -D_UNICODE
133!endif
134!if "$(UNICODE)" == "1"
135__UNICODE_DEFINE_p_1 = -d_UNICODE
136!endif
137!if "$(MSLU)" == "1"
138__UNICOWS_LIB_p = unicows.lib
139!endif
140!if "$(MONOLITHIC)" == "0"
141__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
142!endif
143!if "$(MONOLITHIC)" == "0"
144__WXLIB_CORE_p = \
145 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
146!endif
147!if "$(MONOLITHIC)" == "1"
148__WXLIB_MONO_p = \
149 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
150!endif
151!if "$(WXUNIV)" == "1"
152__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
153!endif
154!if "$(WXUNIV)" == "1"
155__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
156!endif
157
158
159all: $(OBJS)
160$(OBJS):
161 -if not exist $(OBJS) mkdir $(OBJS)
162
163### Targets: ###
164
165all: $(OBJS)\widgets.exe
166
167$(OBJS)\widgets_button.obj: .\button.cpp
168 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
169
170$(OBJS)\widgets_checkbox.obj: .\checkbox.cpp
171 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
172
173$(OBJS)\widgets_combobox.obj: .\combobox.cpp
174 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
175
176$(OBJS)\widgets_gauge.obj: .\gauge.cpp
177 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
178
179$(OBJS)\widgets_listbox.obj: .\listbox.cpp
180 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
181
182$(OBJS)\widgets_notebook.obj: .\notebook.cpp
183 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
184
185$(OBJS)\widgets_radiobox.obj: .\radiobox.cpp
186 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
187
188$(OBJS)\widgets_slider.obj: .\slider.cpp
189 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
190
191$(OBJS)\widgets_spinbtn.obj: .\spinbtn.cpp
192 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
193
194$(OBJS)\widgets_static.obj: .\static.cpp
195 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
196
197$(OBJS)\widgets_textctrl.obj: .\textctrl.cpp
198 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
199
200$(OBJS)\widgets_widgets.obj: .\widgets.cpp
201 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
202
203$(OBJS)\widgets_widgets.res: .\widgets.rc
204 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**
205
206clean:
207 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
208 -if exist $(OBJS)\*.res del $(OBJS)\*.res
209 -if exist $(OBJS)\widgets.exe del $(OBJS)\widgets.exe
210 -if exist $(OBJS)\widgets.tds del $(OBJS)\widgets.tds
211 -if exist $(OBJS)\widgets.ilc del $(OBJS)\widgets.ilc
212 -if exist $(OBJS)\widgets.ild del $(OBJS)\widgets.ild
213 -if exist $(OBJS)\widgets.ilf del $(OBJS)\widgets.ilf
214 -if exist $(OBJS)\widgets.ils del $(OBJS)\widgets.ils
215
216$(OBJS)\widgets.exe: $(WIDGETS_OBJECTS) $(OBJS)\widgets_widgets.res
217 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
218 c0w32.obj $(WIDGETS_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\widgets_widgets.res
219|