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