]>
Commit | Line | Data |
---|---|---|
3629838a VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <bakefile-gen> | |
5 | ||
6 | <!-- These wildcards match all .bkl files in wxWindows tree: --> | |
7 | <input> | |
8 | wx.bkl | |
9 | ../../contrib/build/*/*.bkl | |
10 | ../../samples/*.bkl | |
11 | ../../samples/*/*.bkl | |
12 | ../../samples/*/*/*.bkl | |
13 | ../../demos/*.bkl | |
14 | ../../demos/*/*.bkl | |
15 | ../../demos/*/*/*.bkl | |
16 | ../../utils/*.bkl | |
17 | ../../utils/*/*.bkl | |
18 | ../../utils/*/*/*.bkl | |
19 | ../../contrib/samples/*.bkl | |
20 | ../../contrib/samples/*/*.bkl | |
21 | ../../contrib/samples/*/*/*.bkl | |
22 | </input> | |
23 | ||
24 | <!-- List of output formats to generate: --> | |
25 | <add-formats>autoconf,borland,mingw,msvc,msvc6prj,watcom</add-formats> | |
26 | ||
27 | <del-formats files="../../samples/*.bkl">autoconf,msvc6prj</del-formats> | |
28 | <del-formats files="../../demos/*.bkl">msvc6prj</del-formats> | |
29 | <del-formats files="../../samples/html/html_samples.bkl">msvc6prj</del-formats> | |
30 | <del-formats files="../../samples/mobile/mobile_samples.bkl">msvc6prj</del-formats> | |
31 | <del-formats files="../../samples/opengl/opengl_samples.bkl">msvc6prj</del-formats> | |
32 | <del-formats files="../../utils/*.bkl">msvc6prj</del-formats> | |
33 | ||
34 | ||
35 | <!-- Default flags (for all formats and bakefiles): --> | |
36 | <add-flags>-Icompat -Iformats</add-flags> | |
37 | ||
38 | ||
39 | <!-- Directories where the files go: --> | |
40 | <add-flags files="wx.bkl" formats="autoconf"> | |
41 | -o../../Makefile.in | |
42 | </add-flags> | |
43 | <add-flags files="wx.bkl" formats="borland"> | |
44 | -o../msw/makefile.bcc | |
45 | </add-flags> | |
46 | <add-flags files="wx.bkl" formats="mingw"> | |
47 | -o../msw/makefile.gcc | |
48 | </add-flags> | |
49 | <add-flags files="wx.bkl" formats="msvc"> | |
50 | -o../msw/makefile.vc | |
51 | </add-flags> | |
52 | <add-flags files="wx.bkl" formats="watcom"> | |
53 | -o../msw/makefile.wat | |
54 | </add-flags> | |
55 | <add-flags files="wx.bkl" formats="msvc6prj"> | |
56 | -o../msw/wx.dsw | |
57 | </add-flags> | |
58 | <add-flags files="../../contrib/build/*/*.bkl" formats="autoconf"> | |
59 | -o../../contrib/src/$(INPUT_FILE_BASENAME_NOEXT)/Makefile.in | |
60 | </add-flags> | |
61 | <add-flags files="../../contrib/build/*/*.bkl" | |
62 | formats="mingw,borland,watcom,msvc,msvc6prj"> | |
63 | -DSRCDIR=../../src/$(INPUT_FILE_BASENAME_NOEXT) | |
64 | </add-flags> | |
65 | ||
66 | ||
67 | ||
68 | <!-- Format specific settings: --> | |
69 | <add-flags formats="autoconf"> | |
70 | -DAUTOCONF_MACROS_FILE=../../autoconf_inc.m4 | |
71 | </add-flags> | |
72 | ||
73 | <add-formats files="wx.bkl">wx24dsp</add-formats> | |
74 | <add-flags formats="wx24dsp"> | |
75 | -DUSE_GUI=1 -DWXUNIV=0 -o../../src/wxWindows.dsp | |
76 | </add-flags> | |
77 | ||
78 | ||
79 | <!-- Makefile specific settings: --> | |
80 | ||
81 | <add-flags formats="borland,mingw,msvc,watcom"> | |
82 | -DWRITE_OPTIONS_FILE=0 | |
83 | </add-flags> | |
84 | <del-flags files="wx.bkl"> | |
85 | -DWRITE_OPTIONS_FILE=0 | |
86 | </del-flags> | |
87 | ||
88 | <add-flags files="wx.bkl" formats="borland"> | |
89 | -DOPTIONS_FILE=config.bcc | |
90 | </add-flags> | |
91 | <add-flags files="wx.bkl" formats="mingw"> | |
92 | -DOPTIONS_FILE=config.gcc | |
93 | </add-flags> | |
94 | <add-flags files="wx.bkl" formats="msvc"> | |
95 | -DOPTIONS_FILE=config.vc | |
96 | </add-flags> | |
97 | <add-flags files="wx.bkl" formats="watcom"> | |
98 | -DOPTIONS_FILE=config.wat | |
99 | </add-flags> | |
100 | ||
101 | <add-flags files="../../*/*">-DWXTOPDIR=../</add-flags> | |
102 | <add-flags files="../../*/*/*">-DWXTOPDIR=../../</add-flags> | |
103 | <add-flags files="../../*/*/*/*">-DWXTOPDIR=../../../</add-flags> | |
104 | <add-flags files="../../*/*/*/*/*">-DWXTOPDIR=../../../../</add-flags> | |
105 | ||
106 | <add-flags files="../../*/*" formats="borland"> | |
107 | -DOPTIONS_FILE=../build/msw/config.bcc | |
108 | </add-flags> | |
109 | <add-flags files="../../*/*" formats="mingw"> | |
110 | -DOPTIONS_FILE=../build/msw/config.gcc | |
111 | </add-flags> | |
112 | <add-flags files="../../*/*" formats="msvc"> | |
113 | -DOPTIONS_FILE=../build/msw/config.vc | |
114 | </add-flags> | |
115 | <add-flags files="../../*/*" formats="watcom"> | |
116 | -DOPTIONS_FILE=../build/msw/config.wat | |
117 | </add-flags> | |
118 | <add-flags files="../../*/*/*" formats="borland"> | |
119 | -DOPTIONS_FILE=../../build/msw/config.bcc | |
120 | </add-flags> | |
121 | <add-flags files="../../*/*/*" formats="mingw"> | |
122 | -DOPTIONS_FILE=../../build/msw/config.gcc | |
123 | </add-flags> | |
124 | <add-flags files="../../*/*/*" formats="msvc"> | |
125 | -DOPTIONS_FILE=../../build/msw/config.vc | |
126 | </add-flags> | |
127 | <add-flags files="../../*/*/*" formats="watcom"> | |
128 | -DOPTIONS_FILE=../../build/msw/config.wat | |
129 | </add-flags> | |
130 | <add-flags files="../../*/*/*/*" formats="borland"> | |
131 | -DOPTIONS_FILE=../../../build/msw/config.bcc | |
132 | </add-flags> | |
133 | <add-flags files="../../*/*/*/*" formats="mingw"> | |
134 | -DOPTIONS_FILE=../../../build/msw/config.gcc | |
135 | </add-flags> | |
136 | <add-flags files="../../*/*/*/*" formats="msvc"> | |
137 | -DOPTIONS_FILE=../../../build/msw/config.vc | |
138 | </add-flags> | |
139 | <add-flags files="../../*/*/*/*" formats="watcom"> | |
140 | -DOPTIONS_FILE=../../../build/msw/config.wat | |
141 | </add-flags> | |
142 | <add-flags files="../../*/*/*/*/*" formats="borland"> | |
143 | -DOPTIONS_FILE=../../../../build/msw/config.bcc | |
144 | </add-flags> | |
145 | <add-flags files="../../*/*/*/*/*" formats="mingw"> | |
146 | -DOPTIONS_FILE=../../../../build/msw/config.gcc | |
147 | </add-flags> | |
148 | <add-flags files="../../*/*/*/*/*" formats="msvc"> | |
149 | -DOPTIONS_FILE=../../../../build/msw/config.vc | |
150 | </add-flags> | |
151 | <add-flags files="../../*/*/*/*/*" formats="watcom"> | |
152 | -DOPTIONS_FILE=../../../../build/msw/config.wat | |
153 | </add-flags> | |
154 | ||
155 | ||
156 | <!-- Personal customizations (not in CVS): --> | |
157 | <include file="Makefiles.local.xml" ignore_missing="1"/> | |
158 | ||
159 | </bakefile-gen> |