]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.2.5 (http://www.bakefile.org) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
6 | ||
7 | ||
8 | @MAKE_SET@ | |
9 | ||
10 | prefix = @prefix@ | |
11 | exec_prefix = @exec_prefix@ | |
12 | datarootdir = @datarootdir@ | |
13 | INSTALL = @INSTALL@ | |
14 | EXEEXT = @EXEEXT@ | |
15 | WINDRES = @WINDRES@ | |
16 | SETFILE = @SETFILE@ | |
17 | NM = @NM@ | |
18 | BK_DEPS = @BK_DEPS@ | |
19 | srcdir = @srcdir@ | |
20 | top_srcdir = @top_srcdir@ | |
21 | LIBS = @LIBS@ | |
22 | LDFLAGS_GUI = @LDFLAGS_GUI@ | |
23 | CXX = @CXX@ | |
24 | CXXFLAGS = @CXXFLAGS@ | |
25 | CPPFLAGS = @CPPFLAGS@ | |
26 | LDFLAGS = @LDFLAGS@ | |
27 | WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@ | |
28 | TOOLKIT = @TOOLKIT@ | |
29 | TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ | |
30 | TOOLKIT_VERSION = @TOOLKIT_VERSION@ | |
31 | TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@ | |
32 | EXTRALIBS = @EXTRALIBS@ | |
33 | EXTRALIBS_GUI = @EXTRALIBS_GUI@ | |
34 | CXXWARNINGS = @CXXWARNINGS@ | |
35 | HOST_SUFFIX = @HOST_SUFFIX@ | |
36 | SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@ | |
37 | SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@ | |
38 | wx_top_builddir = @wx_top_builddir@ | |
39 | ||
40 | ### Variables: ### | |
41 | ||
42 | DESTDIR = | |
43 | WX_RELEASE = 2.9 | |
44 | WX_VERSION = $(WX_RELEASE).0 | |
45 | LIBDIRNAME = $(wx_top_builddir)/lib | |
46 | INTERNAT_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ | |
47 | $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \ | |
48 | -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../samples $(CXXWARNINGS) \ | |
49 | $(CPPFLAGS) $(CXXFLAGS) | |
50 | INTERNAT_OBJECTS = \ | |
51 | $(__internat_os2_lib_res) \ | |
52 | internat_internat.o \ | |
53 | $(__internat___win32rc) | |
54 | ||
55 | ### Conditionally set variables: ### | |
56 | ||
57 | @COND_DEPS_TRACKING_0@CXXC = $(CXX) | |
58 | @COND_DEPS_TRACKING_1@CXXC = $(BK_DEPS) $(CXX) | |
59 | @COND_USE_GUI_0@PORTNAME = base | |
60 | @COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION) | |
61 | @COND_TOOLKIT_MAC@WXBASEPORT = _carbon | |
62 | @COND_BUILD_debug_DEBUG_FLAG_default@WXDEBUGFLAG = d | |
63 | @COND_DEBUG_FLAG_1@WXDEBUGFLAG = d | |
64 | @COND_UNICODE_1@WXUNICODEFLAG = u | |
65 | @COND_WXUNIV_1@WXUNIVNAME = univ | |
66 | @COND_MONOLITHIC_0@EXTRALIBS_FOR_BASE = $(EXTRALIBS) | |
67 | @COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) $(EXTRALIBS_GUI) | |
68 | @COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI) | |
69 | @COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI = | |
70 | @COND_PLATFORM_MAC_0@__internat___mac_setfilecmd = @true | |
71 | @COND_PLATFORM_MAC_1@__internat___mac_setfilecmd = \ | |
72 | @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL internat$(EXEEXT) | |
73 | @COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
74 | @COND_WXUNIV_1@__WXUNIV_DEFINE_p_2 = --define __WXUNIVERSAL__ | |
75 | @COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS | |
76 | @COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_2 = --define wxNO_EXCEPTIONS | |
77 | @COND_USE_RTTI_0@__RTTI_DEFINE_p = -DwxNO_RTTI | |
78 | @COND_USE_RTTI_0@__RTTI_DEFINE_p_2 = --define wxNO_RTTI | |
79 | @COND_USE_THREADS_0@__THREAD_DEFINE_p = -DwxNO_THREADS | |
80 | @COND_USE_THREADS_0@__THREAD_DEFINE_p_2 = --define wxNO_THREADS | |
81 | @COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL | |
82 | @COND_SHARED_1@__DLLFLAG_p_2 = --define WXUSINGDLL | |
83 | COND_PLATFORM_OS2_1___internat___os2_emxbindcmd = $(NM) internat$(EXEEXT) | if \ | |
84 | grep -q pmwin.763 ; then emxbind -ep internat$(EXEEXT) ; fi | |
85 | @COND_PLATFORM_OS2_1@__internat___os2_emxbindcmd = $(COND_PLATFORM_OS2_1___internat___os2_emxbindcmd) | |
86 | @COND_TOOLKIT_MSW@__RCDEFDIR_p_1 = --include-dir \ | |
87 | @COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME) | |
88 | @COND_PLATFORM_OS2_1@__internat_os2_lib_res = \ | |
89 | @COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res | |
90 | @COND_PLATFORM_MACOSX_1@__internat_app_Contents_PkgInfo___depname \ | |
91 | @COND_PLATFORM_MACOSX_1@ = internat.app/Contents/PkgInfo | |
92 | @COND_PLATFORM_MACOSX_1@__internat_bundle___depname = internat_bundle | |
93 | @COND_TOOLKIT_MAC@____internat_BUNDLE_TGT_REF_DEP = \ | |
94 | @COND_TOOLKIT_MAC@ $(__internat_app_Contents_PkgInfo___depname) | |
95 | @COND_TOOLKIT_OSX_CARBON@____internat_BUNDLE_TGT_REF_DEP \ | |
96 | @COND_TOOLKIT_OSX_CARBON@ = $(__internat_app_Contents_PkgInfo___depname) | |
97 | @COND_TOOLKIT_OSX_COCOA@____internat_BUNDLE_TGT_REF_DEP \ | |
98 | @COND_TOOLKIT_OSX_COCOA@ = $(__internat_app_Contents_PkgInfo___depname) | |
99 | @COND_TOOLKIT_OSX_IPHONE@____internat_BUNDLE_TGT_REF_DEP \ | |
100 | @COND_TOOLKIT_OSX_IPHONE@ = $(__internat_app_Contents_PkgInfo___depname) | |
101 | @COND_TOOLKIT_COCOA@____internat_BUNDLE_TGT_REF_DEP = \ | |
102 | @COND_TOOLKIT_COCOA@ $(__internat_app_Contents_PkgInfo___depname) | |
103 | COND_MONOLITHIC_0___WXLIB_CORE_p = \ | |
104 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX) | |
105 | @COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p) | |
106 | COND_MONOLITHIC_0___WXLIB_BASE_p = \ | |
107 | -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
108 | @COND_MONOLITHIC_0@__WXLIB_BASE_p = $(COND_MONOLITHIC_0___WXLIB_BASE_p) | |
109 | @COND_PLATFORM_WIN32_1@__internat___win32rc = internat_internat_rc.o | |
110 | COND_MONOLITHIC_1___WXLIB_MONO_p = \ | |
111 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
112 | @COND_MONOLITHIC_1@__WXLIB_MONO_p = $(COND_MONOLITHIC_1___WXLIB_MONO_p) | |
113 | @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \ | |
114 | @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@ = \ | |
115 | @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@ -lwxtiff$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
116 | @COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@__LIB_JPEG_p \ | |
117 | @COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@ = \ | |
118 | @COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@ -lwxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
119 | @COND_USE_GUI_1_wxUSE_LIBPNG_builtin@__LIB_PNG_p \ | |
120 | @COND_USE_GUI_1_wxUSE_LIBPNG_builtin@ = \ | |
121 | @COND_USE_GUI_1_wxUSE_LIBPNG_builtin@ -lwxpng$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
122 | @COND_wxUSE_ZLIB_builtin@__LIB_ZLIB_p = \ | |
123 | @COND_wxUSE_ZLIB_builtin@ -lwxzlib$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
124 | COND_wxUSE_REGEX_builtin___LIB_REGEX_p = \ | |
125 | -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
126 | @COND_wxUSE_REGEX_builtin@__LIB_REGEX_p = $(COND_wxUSE_REGEX_builtin___LIB_REGEX_p) | |
127 | @COND_wxUSE_EXPAT_builtin@__LIB_EXPAT_p = \ | |
128 | @COND_wxUSE_EXPAT_builtin@ -lwxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) | |
129 | ||
130 | ### Targets: ### | |
131 | ||
132 | all: internat$(EXEEXT) $(__internat_bundle___depname) ar bg cs de fr ka pl ru sv ja ja_JP.EUC-JP | |
133 | ||
134 | install: | |
135 | ||
136 | uninstall: | |
137 | ||
138 | install-strip: install | |
139 | ||
140 | clean: | |
141 | rm -rf ./.deps ./.pch | |
142 | rm -f ./*.o | |
143 | rm -f internat$(EXEEXT) | |
144 | rm -rf internat.app | |
145 | ||
146 | distclean: clean | |
147 | rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile | |
148 | ||
149 | internat$(EXEEXT): $(INTERNAT_OBJECTS) $(__internat___win32rc) | |
150 | $(CXX) -o $@ $(INTERNAT_OBJECTS) -L$(LIBDIRNAME) $(LDFLAGS_GUI) $(SAMPLES_RPATH_FLAG) $(LDFLAGS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(EXTRALIBS_FOR_GUI) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE) $(LIBS) | |
151 | ||
152 | $(__internat___mac_setfilecmd) | |
153 | $(__internat___os2_emxbindcmd) | |
154 | $(SAMPLES_RPATH_POSTLINK) | |
155 | ||
156 | @COND_PLATFORM_MACOSX_1@internat.app/Contents/PkgInfo: internat$(EXEEXT) $(top_srcdir)/src/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/carbon/wxmac.icns | |
157 | @COND_PLATFORM_MACOSX_1@ mkdir -p internat.app/Contents | |
158 | @COND_PLATFORM_MACOSX_1@ mkdir -p internat.app/Contents/MacOS | |
159 | @COND_PLATFORM_MACOSX_1@ mkdir -p internat.app/Contents/Resources | |
160 | @COND_PLATFORM_MACOSX_1@ | |
161 | @COND_PLATFORM_MACOSX_1@ | |
162 | @COND_PLATFORM_MACOSX_1@ sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \ | |
163 | @COND_PLATFORM_MACOSX_1@ -e "s/EXECUTABLE/internat/" \ | |
164 | @COND_PLATFORM_MACOSX_1@ -e "s/VERSION/$(WX_VERSION)/" \ | |
165 | @COND_PLATFORM_MACOSX_1@ $(top_srcdir)/src/osx/carbon/Info.plist.in >internat.app/Contents/Info.plist | |
166 | @COND_PLATFORM_MACOSX_1@ | |
167 | @COND_PLATFORM_MACOSX_1@ | |
168 | @COND_PLATFORM_MACOSX_1@ echo -n "APPL????" >internat.app/Contents/PkgInfo | |
169 | @COND_PLATFORM_MACOSX_1@ | |
170 | @COND_PLATFORM_MACOSX_1@ | |
171 | @COND_PLATFORM_MACOSX_1@ ln -f internat$(EXEEXT) internat.app/Contents/MacOS/internat | |
172 | @COND_PLATFORM_MACOSX_1@ | |
173 | @COND_PLATFORM_MACOSX_1@ | |
174 | @COND_PLATFORM_MACOSX_1@ cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns internat.app/Contents/Resources/wxmac.icns | |
175 | ||
176 | @COND_PLATFORM_MACOSX_1@internat_bundle: $(____internat_BUNDLE_TGT_REF_DEP) | |
177 | ||
178 | ar: | |
179 | @mkdir -p ./ar | |
180 | @for f in internat.po internat.mo; do \ | |
181 | if test ! -f ./ar/$$f -a ! -d ./ar/$$f ; \ | |
182 | then x=yep ; \ | |
183 | else x=`find $(srcdir)/ar/$$f -newer ./ar/$$f -print` ; \ | |
184 | fi; \ | |
185 | case "$$x" in ?*) \ | |
186 | cp -pRf $(srcdir)/ar/$$f ./ar ;; \ | |
187 | esac; \ | |
188 | done | |
189 | ||
190 | bg: | |
191 | @mkdir -p ./bg | |
192 | @for f in internat.po internat.mo; do \ | |
193 | if test ! -f ./bg/$$f -a ! -d ./bg/$$f ; \ | |
194 | then x=yep ; \ | |
195 | else x=`find $(srcdir)/bg/$$f -newer ./bg/$$f -print` ; \ | |
196 | fi; \ | |
197 | case "$$x" in ?*) \ | |
198 | cp -pRf $(srcdir)/bg/$$f ./bg ;; \ | |
199 | esac; \ | |
200 | done | |
201 | ||
202 | cs: | |
203 | @mkdir -p ./cs | |
204 | @for f in internat.po internat.mo; do \ | |
205 | if test ! -f ./cs/$$f -a ! -d ./cs/$$f ; \ | |
206 | then x=yep ; \ | |
207 | else x=`find $(srcdir)/cs/$$f -newer ./cs/$$f -print` ; \ | |
208 | fi; \ | |
209 | case "$$x" in ?*) \ | |
210 | cp -pRf $(srcdir)/cs/$$f ./cs ;; \ | |
211 | esac; \ | |
212 | done | |
213 | ||
214 | de: | |
215 | @mkdir -p ./de | |
216 | @for f in internat.po internat.mo; do \ | |
217 | if test ! -f ./de/$$f -a ! -d ./de/$$f ; \ | |
218 | then x=yep ; \ | |
219 | else x=`find $(srcdir)/de/$$f -newer ./de/$$f -print` ; \ | |
220 | fi; \ | |
221 | case "$$x" in ?*) \ | |
222 | cp -pRf $(srcdir)/de/$$f ./de ;; \ | |
223 | esac; \ | |
224 | done | |
225 | ||
226 | fr: | |
227 | @mkdir -p ./fr | |
228 | @for f in internat.po internat.mo; do \ | |
229 | if test ! -f ./fr/$$f -a ! -d ./fr/$$f ; \ | |
230 | then x=yep ; \ | |
231 | else x=`find $(srcdir)/fr/$$f -newer ./fr/$$f -print` ; \ | |
232 | fi; \ | |
233 | case "$$x" in ?*) \ | |
234 | cp -pRf $(srcdir)/fr/$$f ./fr ;; \ | |
235 | esac; \ | |
236 | done | |
237 | ||
238 | ka: | |
239 | @mkdir -p ./ka | |
240 | @for f in internat.po internat.mo; do \ | |
241 | if test ! -f ./ka/$$f -a ! -d ./ka/$$f ; \ | |
242 | then x=yep ; \ | |
243 | else x=`find $(srcdir)/ka/$$f -newer ./ka/$$f -print` ; \ | |
244 | fi; \ | |
245 | case "$$x" in ?*) \ | |
246 | cp -pRf $(srcdir)/ka/$$f ./ka ;; \ | |
247 | esac; \ | |
248 | done | |
249 | ||
250 | pl: | |
251 | @mkdir -p ./pl | |
252 | @for f in internat.po internat.mo; do \ | |
253 | if test ! -f ./pl/$$f -a ! -d ./pl/$$f ; \ | |
254 | then x=yep ; \ | |
255 | else x=`find $(srcdir)/pl/$$f -newer ./pl/$$f -print` ; \ | |
256 | fi; \ | |
257 | case "$$x" in ?*) \ | |
258 | cp -pRf $(srcdir)/pl/$$f ./pl ;; \ | |
259 | esac; \ | |
260 | done | |
261 | ||
262 | ru: | |
263 | @mkdir -p ./ru | |
264 | @for f in internat.po internat.mo; do \ | |
265 | if test ! -f ./ru/$$f -a ! -d ./ru/$$f ; \ | |
266 | then x=yep ; \ | |
267 | else x=`find $(srcdir)/ru/$$f -newer ./ru/$$f -print` ; \ | |
268 | fi; \ | |
269 | case "$$x" in ?*) \ | |
270 | cp -pRf $(srcdir)/ru/$$f ./ru ;; \ | |
271 | esac; \ | |
272 | done | |
273 | ||
274 | sv: | |
275 | @mkdir -p ./sv | |
276 | @for f in internat.po internat.mo; do \ | |
277 | if test ! -f ./sv/$$f -a ! -d ./sv/$$f ; \ | |
278 | then x=yep ; \ | |
279 | else x=`find $(srcdir)/sv/$$f -newer ./sv/$$f -print` ; \ | |
280 | fi; \ | |
281 | case "$$x" in ?*) \ | |
282 | cp -pRf $(srcdir)/sv/$$f ./sv ;; \ | |
283 | esac; \ | |
284 | done | |
285 | ||
286 | ja: | |
287 | @mkdir -p ./ja | |
288 | @for f in internat.po internat.mo; do \ | |
289 | if test ! -f ./ja/$$f -a ! -d ./ja/$$f ; \ | |
290 | then x=yep ; \ | |
291 | else x=`find $(srcdir)/ja/$$f -newer ./ja/$$f -print` ; \ | |
292 | fi; \ | |
293 | case "$$x" in ?*) \ | |
294 | cp -pRf $(srcdir)/ja/$$f ./ja ;; \ | |
295 | esac; \ | |
296 | done | |
297 | ||
298 | ja_JP.EUC-JP: | |
299 | @mkdir -p ./ja_JP.EUC-JP | |
300 | @for f in internat.po internat.mo; do \ | |
301 | if test ! -f ./ja_JP.EUC-JP/$$f -a ! -d ./ja_JP.EUC-JP/$$f ; \ | |
302 | then x=yep ; \ | |
303 | else x=`find $(srcdir)/ja_JP.EUC-JP/$$f -newer ./ja_JP.EUC-JP/$$f -print` ; \ | |
304 | fi; \ | |
305 | case "$$x" in ?*) \ | |
306 | cp -pRf $(srcdir)/ja_JP.EUC-JP/$$f ./ja_JP.EUC-JP ;; \ | |
307 | esac; \ | |
308 | done | |
309 | ||
310 | internat_internat.o: $(srcdir)/internat.cpp | |
311 | $(CXXC) -c -o $@ $(INTERNAT_CXXFLAGS) $(srcdir)/internat.cpp | |
312 | ||
313 | internat_internat_rc.o: $(srcdir)/internat.rc | |
314 | $(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include | |
315 | ||
316 | ||
317 | $(srcdir)/include/wx/stc/stc.h: \ | |
318 | $(srcdir)/src/stc/scintilla/include/Scintilla.iface \ | |
319 | $(srcdir)/src/stc/stc.cpp.in \ | |
320 | $(srcdir)/src/stc/stc.h.in \ | |
321 | $(srcdir)/src/stc/gen_iface.py | |
322 | cd $(srcdir)/src/stc && ./gen_iface.py | |
323 | monolib_stc.o monodll_stc.o stcdll_stc.o stclib_stc.o: \ | |
324 | $(srcdir)/include/wx/stc/stc.h | |
325 | ||
326 | # Include dependency info, if present: | |
327 | @IF_GNU_MAKE@-include ./.deps/*.d | |
328 | ||
329 | .PHONY: all install uninstall clean distclean internat_bundle ar bg cs de fr ka pl ru sv \ | |
330 | ja ja_JP.EUC-JP |