]>
Commit | Line | Data |
---|---|---|
3629838a VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <bakefile-gen> | |
5 | ||
328f5196 VS |
6 | <!-- |
7 | Formats listed here are not generated by default. To enable them, either | |
8 | remove them from the <disable-formats> directive below or create | |
9 | Bakefiles.local.bkgen file in this directory and add <enable-formats> | |
10 | into it: | |
11 | <?xml version="1.0" ?> | |
12 | <bakefile-gen> | |
13 | <enable-formats>dmars</enable-formats> | |
14 | </bakefile-gen> | |
15 | ||
16 | Reasons why these formats are disabled (and so not in CVS): | |
07319f2a | 17 | |
328f5196 VS |
18 | cbuilderx - Generated projects are too bad to be included in CVS. Please |
19 | *do not* enable this format until FIXMEs in .bkl files related | |
20 | to cbuilderx are addressed. In particular, the project must | |
21 | be placed into build/msw(?) directory and store object files | |
22 | in its subdirectory and it must copy setup.h as others do. | |
2f608603 | 23 | cbx_unix - Doesn't integrate well and won't be used by most Unix people. |
da001833 KO |
24 | dmars, dmars_smake, msevc4prj - These are generated at release time and |
25 | we don't want to clutter the source tree with these files. | |
328f5196 | 26 | --> |
07319f2a | 27 | |
da001833 | 28 | <disable-formats>dmars,dmars_smake,msevc4prj,cbx_unix,cbuilderx</disable-formats> |
07319f2a | 29 | |
328f5196 | 30 | |
77ffb593 | 31 | <!-- These wildcards match all .bkl files in wxWidgets tree: --> |
3629838a VS |
32 | <input> |
33 | wx.bkl | |
34 | ../../contrib/build/*/*.bkl | |
35 | ../../samples/*.bkl | |
36 | ../../samples/*/*.bkl | |
37 | ../../samples/*/*/*.bkl | |
38 | ../../demos/*.bkl | |
39 | ../../demos/*/*.bkl | |
40 | ../../demos/*/*/*.bkl | |
41 | ../../utils/*.bkl | |
42 | ../../utils/*/*.bkl | |
43 | ../../utils/*/*/*.bkl | |
44 | ../../contrib/samples/*.bkl | |
45 | ../../contrib/samples/*/*.bkl | |
46 | ../../contrib/samples/*/*/*.bkl | |
39d85e3c | 47 | ../../contrib/utils/*/*.bkl |
670ec357 | 48 | ../../tests/*.bkl |
3629838a VS |
49 | </input> |
50 | ||
51 | <!-- List of output formats to generate: --> | |
328f5196 | 52 | <add-formats> |
d83959ef | 53 | autoconf,borland,dmars_smake,dmars,mingw,msvc,msvc6prj,msevc4prj,watcom,cbuilderx,cbx_unix |
328f5196 | 54 | </add-formats> |
07319f2a | 55 | |
328f5196 | 56 | <del-formats files="../../samples/*.bkl"> |
af594eca | 57 | autoconf,msvc6prj,msevc4prj,cbuilderx,cbx_unix |
328f5196 VS |
58 | </del-formats> |
59 | <del-formats files="../../demos/*.bkl"> | |
af594eca | 60 | msvc6prj,msevc4prj,cbuilderx,cbx_unix |
328f5196 VS |
61 | </del-formats> |
62 | <del-formats files="../../samples/html/html_samples.bkl"> | |
af594eca | 63 | msvc6prj,msevc4prj,cbuilderx,cbx_unix |
328f5196 VS |
64 | </del-formats> |
65 | <del-formats files="../../samples/mobile/mobile_samples.bkl"> | |
af594eca | 66 | msvc6prj,msevc4prj,cbuilderx,cbx_unix |
328f5196 VS |
67 | </del-formats> |
68 | <del-formats files="../../samples/opengl/opengl_samples.bkl"> | |
af594eca | 69 | msvc6prj,msevc4prj,cbuilderx,cbx_unix |
328f5196 VS |
70 | </del-formats> |
71 | <del-formats files="../../utils/*.bkl"> | |
af594eca | 72 | msvc6prj,msevc4prj,cbuilderx,cbx_unix |
328f5196 | 73 | </del-formats> |
3629838a | 74 | |
eeb07a33 VS |
75 | <!-- WinCE can't have console apps: --> |
76 | <del-formats files="../../samples/console/*">msevc4prj</del-formats> | |
77 | <del-formats files="../../utils/HelpGen/src/*">msevc4prj</del-formats> | |
541cbfa0 | 78 | <del-formats files="../../utils/wxrc/*">msevc4prj</del-formats> |
eeb07a33 VS |
79 | <del-formats files="../../contrib/utils/wxrc/*">msevc4prj</del-formats> |
80 | <del-formats files="../../tests/*">msevc4prj</del-formats> | |
81 | ||
07319f2a WS |
82 | <!-- HtmlCtrl sample is Cocoa only (autoconf format) --> |
83 | <del-formats files="../../samples/html/htmlctrl/htmlctrl.bkl"> | |
84 | borland,dmars_smake,dmars,mingw,msvc,msvc6prj,msevc4prj,watcom,cbuilderx,cbx_unix | |
85 | </del-formats> | |
86 | ||
87 | ||
3629838a | 88 | <!-- Default flags (for all formats and bakefiles): --> |
8ce0312e | 89 | <add-flags>-Iformats</add-flags> |
07319f2a WS |
90 | |
91 | ||
3629838a VS |
92 | <!-- Directories where the files go: --> |
93 | <add-flags files="wx.bkl" formats="autoconf"> | |
94 | -o../../Makefile.in | |
95 | </add-flags> | |
96 | <add-flags files="wx.bkl" formats="borland"> | |
97 | -o../msw/makefile.bcc | |
98 | </add-flags> | |
d6cb2e49 VS |
99 | <add-flags files="wx.bkl" formats="dmars_smake"> |
100 | -o../msw/makefile.dms | |
101 | </add-flags> | |
e6e885fd VS |
102 | <add-flags files="wx.bkl" formats="dmars"> |
103 | -o../msw/makefile.dmc | |
104 | </add-flags> | |
3629838a VS |
105 | <add-flags files="wx.bkl" formats="mingw"> |
106 | -o../msw/makefile.gcc | |
107 | </add-flags> | |
108 | <add-flags files="wx.bkl" formats="msvc"> | |
109 | -o../msw/makefile.vc | |
110 | </add-flags> | |
111 | <add-flags files="wx.bkl" formats="watcom"> | |
112 | -o../msw/makefile.wat | |
113 | </add-flags> | |
114 | <add-flags files="wx.bkl" formats="msvc6prj"> | |
115 | -o../msw/wx.dsw | |
116 | </add-flags> | |
af594eca VS |
117 | <add-flags files="wx.bkl" formats="msevc4prj"> |
118 | -o../wince/wx.vcw | |
119 | </add-flags> | |
328f5196 VS |
120 | <add-flags files="wx.bkl" formats="cbuilderx"> |
121 | -o../../wx.cbx | |
122 | </add-flags> | |
3629838a VS |
123 | <add-flags files="../../contrib/build/*/*.bkl" formats="autoconf"> |
124 | -o../../contrib/src/$(INPUT_FILE_BASENAME_NOEXT)/Makefile.in | |
125 | </add-flags> | |
328f5196 VS |
126 | <add-flags files="../../contrib/build/*/*.bkl" formats="cbx_unix"> |
127 | -o../../contrib/src/$(INPUT_FILE_BASENAME_NOEXT)/$(INPUT_FILE_BASENAME_NOEXT)Unix.cbx | |
128 | </add-flags> | |
129 | <!-- FIXME: don't do this once it is possible (new CBX version) --> | |
130 | <add-flags files="../../contrib/build/*/*.bkl" formats="cbuilderx"> | |
131 | -o../../contrib/src/$(INPUT_FILE_BASENAME_NOEXT)/$(INPUT_FILE_BASENAME_NOEXT).cbx | |
132 | </add-flags> | |
3629838a | 133 | <add-flags files="../../contrib/build/*/*.bkl" |
d6cb2e49 | 134 | formats="mingw,borland,dmars_smake,dmars,watcom,msvc,msvc6prj,msevc4prj"> |
3629838a VS |
135 | -DSRCDIR=../../src/$(INPUT_FILE_BASENAME_NOEXT) |
136 | </add-flags> | |
137 | ||
07319f2a | 138 | |
3629838a VS |
139 | |
140 | <!-- Format specific settings: --> | |
141 | <add-flags formats="autoconf"> | |
142 | -DAUTOCONF_MACROS_FILE=../../autoconf_inc.m4 | |
143 | </add-flags> | |
144 | ||
d10382ab | 145 | <add-formats files="wx.bkl">rpmspec</add-formats> |
3629838a VS |
146 | |
147 | ||
148 | <!-- Makefile specific settings: --> | |
149 | ||
d6cb2e49 | 150 | <add-flags formats="borland,dmars_smake,dmars,mingw,msvc,watcom"> |
3629838a VS |
151 | -DWRITE_OPTIONS_FILE=0 |
152 | </add-flags> | |
153 | <del-flags files="wx.bkl"> | |
154 | -DWRITE_OPTIONS_FILE=0 | |
155 | </del-flags> | |
07319f2a | 156 | |
3629838a VS |
157 | <add-flags files="wx.bkl" formats="borland"> |
158 | -DOPTIONS_FILE=config.bcc | |
159 | </add-flags> | |
d6cb2e49 VS |
160 | <add-flags files="wx.bkl" formats="dmars_smake"> |
161 | -DOPTIONS_FILE=config.dms | |
162 | </add-flags> | |
7d88f099 VS |
163 | <add-flags files="wx.bkl" formats="dmars"> |
164 | -DOPTIONS_FILE=config.dmc | |
165 | </add-flags> | |
3629838a VS |
166 | <add-flags files="wx.bkl" formats="mingw"> |
167 | -DOPTIONS_FILE=config.gcc | |
168 | </add-flags> | |
169 | <add-flags files="wx.bkl" formats="msvc"> | |
170 | -DOPTIONS_FILE=config.vc | |
171 | </add-flags> | |
172 | <add-flags files="wx.bkl" formats="watcom"> | |
173 | -DOPTIONS_FILE=config.wat | |
174 | </add-flags> | |
175 | ||
176 | <add-flags files="../../*/*">-DWXTOPDIR=../</add-flags> | |
177 | <add-flags files="../../*/*/*">-DWXTOPDIR=../../</add-flags> | |
178 | <add-flags files="../../*/*/*/*">-DWXTOPDIR=../../../</add-flags> | |
179 | <add-flags files="../../*/*/*/*/*">-DWXTOPDIR=../../../../</add-flags> | |
07319f2a | 180 | |
3629838a VS |
181 | <add-flags files="../../*/*" formats="borland"> |
182 | -DOPTIONS_FILE=../build/msw/config.bcc | |
183 | </add-flags> | |
d6cb2e49 VS |
184 | <add-flags files="../../*/*" formats="dmars_smake"> |
185 | -DOPTIONS_FILE=../build/msw/config.dms | |
186 | </add-flags> | |
7d88f099 VS |
187 | <add-flags files="../../*/*" formats="dmars"> |
188 | -DOPTIONS_FILE=../build/msw/config.dmc | |
189 | </add-flags> | |
3629838a VS |
190 | <add-flags files="../../*/*" formats="mingw"> |
191 | -DOPTIONS_FILE=../build/msw/config.gcc | |
192 | </add-flags> | |
193 | <add-flags files="../../*/*" formats="msvc"> | |
194 | -DOPTIONS_FILE=../build/msw/config.vc | |
195 | </add-flags> | |
196 | <add-flags files="../../*/*" formats="watcom"> | |
197 | -DOPTIONS_FILE=../build/msw/config.wat | |
198 | </add-flags> | |
199 | <add-flags files="../../*/*/*" formats="borland"> | |
200 | -DOPTIONS_FILE=../../build/msw/config.bcc | |
201 | </add-flags> | |
d6cb2e49 VS |
202 | <add-flags files="../../*/*/*" formats="dmars_smake"> |
203 | -DOPTIONS_FILE=../../build/msw/config.dms | |
204 | </add-flags> | |
7d88f099 VS |
205 | <add-flags files="../../*/*/*" formats="dmars"> |
206 | -DOPTIONS_FILE=../../build/msw/config.dmc | |
207 | </add-flags> | |
3629838a VS |
208 | <add-flags files="../../*/*/*" formats="mingw"> |
209 | -DOPTIONS_FILE=../../build/msw/config.gcc | |
210 | </add-flags> | |
211 | <add-flags files="../../*/*/*" formats="msvc"> | |
212 | -DOPTIONS_FILE=../../build/msw/config.vc | |
213 | </add-flags> | |
214 | <add-flags files="../../*/*/*" formats="watcom"> | |
215 | -DOPTIONS_FILE=../../build/msw/config.wat | |
216 | </add-flags> | |
217 | <add-flags files="../../*/*/*/*" formats="borland"> | |
218 | -DOPTIONS_FILE=../../../build/msw/config.bcc | |
219 | </add-flags> | |
d6cb2e49 VS |
220 | <add-flags files="../../*/*/*/*" formats="dmars_smake"> |
221 | -DOPTIONS_FILE=../../../build/msw/config.dms | |
222 | </add-flags> | |
7d88f099 VS |
223 | <add-flags files="../../*/*/*/*" formats="dmars"> |
224 | -DOPTIONS_FILE=../../../build/msw/config.dmc | |
225 | </add-flags> | |
3629838a VS |
226 | <add-flags files="../../*/*/*/*" formats="mingw"> |
227 | -DOPTIONS_FILE=../../../build/msw/config.gcc | |
228 | </add-flags> | |
229 | <add-flags files="../../*/*/*/*" formats="msvc"> | |
230 | -DOPTIONS_FILE=../../../build/msw/config.vc | |
231 | </add-flags> | |
232 | <add-flags files="../../*/*/*/*" formats="watcom"> | |
233 | -DOPTIONS_FILE=../../../build/msw/config.wat | |
234 | </add-flags> | |
235 | <add-flags files="../../*/*/*/*/*" formats="borland"> | |
236 | -DOPTIONS_FILE=../../../../build/msw/config.bcc | |
237 | </add-flags> | |
d6cb2e49 VS |
238 | <add-flags files="../../*/*/*/*/*" formats="dmars_smake"> |
239 | -DOPTIONS_FILE=../../../../build/msw/config.dms | |
240 | </add-flags> | |
7d88f099 VS |
241 | <add-flags files="../../*/*/*/*/*" formats="dmars"> |
242 | -DOPTIONS_FILE=../../../../build/msw/config.dmc | |
243 | </add-flags> | |
3629838a VS |
244 | <add-flags files="../../*/*/*/*/*" formats="mingw"> |
245 | -DOPTIONS_FILE=../../../../build/msw/config.gcc | |
246 | </add-flags> | |
247 | <add-flags files="../../*/*/*/*/*" formats="msvc"> | |
248 | -DOPTIONS_FILE=../../../../build/msw/config.vc | |
249 | </add-flags> | |
250 | <add-flags files="../../*/*/*/*/*" formats="watcom"> | |
251 | -DOPTIONS_FILE=../../../../build/msw/config.wat | |
252 | </add-flags> | |
253 | ||
1f9e3582 VS |
254 | |
255 | <!-- Makefiles for out-of-tree building of samples on Unix: --> | |
256 | <add-formats files="../../samples/*/*.bkl,../../samples/*/*/*.bkl"> | |
257 | gnu | |
258 | </add-formats> | |
259 | <add-flags files="../../samples/*/*.bkl,../../samples/*/*/*.bkl" | |
260 | formats="gnu"> | |
261 | -DOUT_OF_TREE_MAKEFILES=1 -o$(INPUT_FILE_DIR)/makefile.unx | |
262 | </add-flags> | |
3629838a VS |
263 | |
264 | <!-- Personal customizations (not in CVS): --> | |
0b92df79 | 265 | <include file="Bakefiles.local.bkgen" ignore_missing="1"/> |
3629838a VS |
266 | |
267 | </bakefile-gen> |