]>
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): | |
17 | ||
18 | dmars - In beta testing, will be added when it stabilizes. | |
af594eca | 19 | msevc4prj - ditto |
328f5196 VS |
20 | cbuilderx - Generated projects are too bad to be included in CVS. Please |
21 | *do not* enable this format until FIXMEs in .bkl files related | |
22 | to cbuilderx are addressed. In particular, the project must | |
23 | be placed into build/msw(?) directory and store object files | |
24 | in its subdirectory and it must copy setup.h as others do. | |
25 | cbx_unix - Doesn't intergrate well and won't be used by most Unix people. | |
26 | --> | |
27 | ||
af594eca | 28 | <disable-formats>dmars,cbx_unix,cbuilderx,msevc4prj</disable-formats> |
328f5196 VS |
29 | |
30 | ||
3629838a VS |
31 | <!-- These wildcards match all .bkl files in wxWindows tree: --> |
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> |
af594eca | 53 | autoconf,borland,dmars,mingw,msvc,msvc6prj,msevc4prj,watcom,cbuilderx,cbx_unix |
328f5196 | 54 | </add-formats> |
3629838a | 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 VS |
74 | |
75 | ||
76 | <!-- Default flags (for all formats and bakefiles): --> | |
8ce0312e | 77 | <add-flags>-Iformats</add-flags> |
3629838a VS |
78 | |
79 | ||
80 | <!-- Directories where the files go: --> | |
81 | <add-flags files="wx.bkl" formats="autoconf"> | |
82 | -o../../Makefile.in | |
83 | </add-flags> | |
84 | <add-flags files="wx.bkl" formats="borland"> | |
85 | -o../msw/makefile.bcc | |
86 | </add-flags> | |
e6e885fd VS |
87 | <add-flags files="wx.bkl" formats="dmars"> |
88 | -o../msw/makefile.dmc | |
89 | </add-flags> | |
3629838a VS |
90 | <add-flags files="wx.bkl" formats="mingw"> |
91 | -o../msw/makefile.gcc | |
92 | </add-flags> | |
93 | <add-flags files="wx.bkl" formats="msvc"> | |
94 | -o../msw/makefile.vc | |
95 | </add-flags> | |
96 | <add-flags files="wx.bkl" formats="watcom"> | |
97 | -o../msw/makefile.wat | |
98 | </add-flags> | |
99 | <add-flags files="wx.bkl" formats="msvc6prj"> | |
100 | -o../msw/wx.dsw | |
101 | </add-flags> | |
af594eca VS |
102 | <add-flags files="wx.bkl" formats="msevc4prj"> |
103 | -o../wince/wx.vcw | |
104 | </add-flags> | |
328f5196 VS |
105 | <add-flags files="wx.bkl" formats="cbuilderx"> |
106 | -o../../wx.cbx | |
107 | </add-flags> | |
3629838a VS |
108 | <add-flags files="../../contrib/build/*/*.bkl" formats="autoconf"> |
109 | -o../../contrib/src/$(INPUT_FILE_BASENAME_NOEXT)/Makefile.in | |
110 | </add-flags> | |
328f5196 VS |
111 | <add-flags files="../../contrib/build/*/*.bkl" formats="cbx_unix"> |
112 | -o../../contrib/src/$(INPUT_FILE_BASENAME_NOEXT)/$(INPUT_FILE_BASENAME_NOEXT)Unix.cbx | |
113 | </add-flags> | |
114 | <!-- FIXME: don't do this once it is possible (new CBX version) --> | |
115 | <add-flags files="../../contrib/build/*/*.bkl" formats="cbuilderx"> | |
116 | -o../../contrib/src/$(INPUT_FILE_BASENAME_NOEXT)/$(INPUT_FILE_BASENAME_NOEXT).cbx | |
117 | </add-flags> | |
3629838a | 118 | <add-flags files="../../contrib/build/*/*.bkl" |
af594eca | 119 | formats="mingw,borland,dmars,watcom,msvc,msvc6prj,msevc4prj"> |
3629838a VS |
120 | -DSRCDIR=../../src/$(INPUT_FILE_BASENAME_NOEXT) |
121 | </add-flags> | |
122 | ||
123 | ||
124 | ||
125 | <!-- Format specific settings: --> | |
126 | <add-flags formats="autoconf"> | |
127 | -DAUTOCONF_MACROS_FILE=../../autoconf_inc.m4 | |
128 | </add-flags> | |
129 | ||
130 | <add-formats files="wx.bkl">wx24dsp</add-formats> | |
131 | <add-flags formats="wx24dsp"> | |
132 | -DUSE_GUI=1 -DWXUNIV=0 -o../../src/wxWindows.dsp | |
133 | </add-flags> | |
d10382ab VS |
134 | |
135 | <add-formats files="wx.bkl">rpmspec</add-formats> | |
3629838a VS |
136 | |
137 | ||
138 | <!-- Makefile specific settings: --> | |
139 | ||
e6e885fd | 140 | <add-flags formats="borland,dmars,mingw,msvc,watcom"> |
3629838a VS |
141 | -DWRITE_OPTIONS_FILE=0 |
142 | </add-flags> | |
143 | <del-flags files="wx.bkl"> | |
144 | -DWRITE_OPTIONS_FILE=0 | |
145 | </del-flags> | |
146 | ||
147 | <add-flags files="wx.bkl" formats="borland"> | |
148 | -DOPTIONS_FILE=config.bcc | |
149 | </add-flags> | |
7d88f099 VS |
150 | <add-flags files="wx.bkl" formats="dmars"> |
151 | -DOPTIONS_FILE=config.dmc | |
152 | </add-flags> | |
3629838a VS |
153 | <add-flags files="wx.bkl" formats="mingw"> |
154 | -DOPTIONS_FILE=config.gcc | |
155 | </add-flags> | |
156 | <add-flags files="wx.bkl" formats="msvc"> | |
157 | -DOPTIONS_FILE=config.vc | |
158 | </add-flags> | |
159 | <add-flags files="wx.bkl" formats="watcom"> | |
160 | -DOPTIONS_FILE=config.wat | |
161 | </add-flags> | |
162 | ||
163 | <add-flags files="../../*/*">-DWXTOPDIR=../</add-flags> | |
164 | <add-flags files="../../*/*/*">-DWXTOPDIR=../../</add-flags> | |
165 | <add-flags files="../../*/*/*/*">-DWXTOPDIR=../../../</add-flags> | |
166 | <add-flags files="../../*/*/*/*/*">-DWXTOPDIR=../../../../</add-flags> | |
167 | ||
168 | <add-flags files="../../*/*" formats="borland"> | |
169 | -DOPTIONS_FILE=../build/msw/config.bcc | |
170 | </add-flags> | |
7d88f099 VS |
171 | <add-flags files="../../*/*" formats="dmars"> |
172 | -DOPTIONS_FILE=../build/msw/config.dmc | |
173 | </add-flags> | |
3629838a VS |
174 | <add-flags files="../../*/*" formats="mingw"> |
175 | -DOPTIONS_FILE=../build/msw/config.gcc | |
176 | </add-flags> | |
177 | <add-flags files="../../*/*" formats="msvc"> | |
178 | -DOPTIONS_FILE=../build/msw/config.vc | |
179 | </add-flags> | |
180 | <add-flags files="../../*/*" formats="watcom"> | |
181 | -DOPTIONS_FILE=../build/msw/config.wat | |
182 | </add-flags> | |
183 | <add-flags files="../../*/*/*" formats="borland"> | |
184 | -DOPTIONS_FILE=../../build/msw/config.bcc | |
185 | </add-flags> | |
7d88f099 VS |
186 | <add-flags files="../../*/*/*" formats="dmars"> |
187 | -DOPTIONS_FILE=../../build/msw/config.dmc | |
188 | </add-flags> | |
3629838a VS |
189 | <add-flags files="../../*/*/*" formats="mingw"> |
190 | -DOPTIONS_FILE=../../build/msw/config.gcc | |
191 | </add-flags> | |
192 | <add-flags files="../../*/*/*" formats="msvc"> | |
193 | -DOPTIONS_FILE=../../build/msw/config.vc | |
194 | </add-flags> | |
195 | <add-flags files="../../*/*/*" formats="watcom"> | |
196 | -DOPTIONS_FILE=../../build/msw/config.wat | |
197 | </add-flags> | |
198 | <add-flags files="../../*/*/*/*" formats="borland"> | |
199 | -DOPTIONS_FILE=../../../build/msw/config.bcc | |
200 | </add-flags> | |
7d88f099 VS |
201 | <add-flags files="../../*/*/*/*" formats="dmars"> |
202 | -DOPTIONS_FILE=../../../build/msw/config.dmc | |
203 | </add-flags> | |
3629838a VS |
204 | <add-flags files="../../*/*/*/*" formats="mingw"> |
205 | -DOPTIONS_FILE=../../../build/msw/config.gcc | |
206 | </add-flags> | |
207 | <add-flags files="../../*/*/*/*" formats="msvc"> | |
208 | -DOPTIONS_FILE=../../../build/msw/config.vc | |
209 | </add-flags> | |
210 | <add-flags files="../../*/*/*/*" formats="watcom"> | |
211 | -DOPTIONS_FILE=../../../build/msw/config.wat | |
212 | </add-flags> | |
213 | <add-flags files="../../*/*/*/*/*" formats="borland"> | |
214 | -DOPTIONS_FILE=../../../../build/msw/config.bcc | |
215 | </add-flags> | |
7d88f099 VS |
216 | <add-flags files="../../*/*/*/*/*" formats="dmars"> |
217 | -DOPTIONS_FILE=../../../../build/msw/config.dmc | |
218 | </add-flags> | |
3629838a VS |
219 | <add-flags files="../../*/*/*/*/*" formats="mingw"> |
220 | -DOPTIONS_FILE=../../../../build/msw/config.gcc | |
221 | </add-flags> | |
222 | <add-flags files="../../*/*/*/*/*" formats="msvc"> | |
223 | -DOPTIONS_FILE=../../../../build/msw/config.vc | |
224 | </add-flags> | |
225 | <add-flags files="../../*/*/*/*/*" formats="watcom"> | |
226 | -DOPTIONS_FILE=../../../../build/msw/config.wat | |
227 | </add-flags> | |
228 | ||
229 | ||
230 | <!-- Personal customizations (not in CVS): --> | |
0b92df79 | 231 | <include file="Bakefiles.local.bkgen" ignore_missing="1"/> |
3629838a VS |
232 | |
233 | </bakefile-gen> |