]>
Commit | Line | Data |
---|---|---|
1 | # Makefile.in generated automatically by automake 1.4 from Makefile.am | |
2 | ||
3 | # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. | |
4 | # This Makefile.in is free software; the Free Software Foundation | |
5 | # gives unlimited permission to copy and/or distribute it, | |
6 | # with or without modifications, as long as this notice is preserved. | |
7 | ||
8 | # This program is distributed in the hope that it will be useful, | |
9 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
10 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
11 | # PARTICULAR PURPOSE. | |
12 | ||
13 | ||
14 | SHELL = @SHELL@ | |
15 | ||
16 | srcdir = @srcdir@ | |
17 | top_srcdir = @top_srcdir@ | |
18 | VPATH = @srcdir@ | |
19 | prefix = @prefix@ | |
20 | exec_prefix = @exec_prefix@ | |
21 | ||
22 | bindir = @bindir@ | |
23 | sbindir = @sbindir@ | |
24 | libexecdir = @libexecdir@ | |
25 | datadir = @datadir@ | |
26 | sysconfdir = @sysconfdir@ | |
27 | sharedstatedir = @sharedstatedir@ | |
28 | localstatedir = @localstatedir@ | |
29 | libdir = @libdir@ | |
30 | infodir = @infodir@ | |
31 | mandir = @mandir@ | |
32 | includedir = @includedir@ | |
33 | oldincludedir = /usr/include | |
34 | ||
35 | DESTDIR = | |
36 | ||
37 | pkgdatadir = $(datadir)/@PACKAGE@ | |
38 | pkglibdir = $(libdir)/@PACKAGE@ | |
39 | pkgincludedir = $(includedir)/@PACKAGE@ | |
40 | ||
41 | top_builddir = . | |
42 | ||
43 | ACLOCAL = @ACLOCAL@ | |
44 | AUTOCONF = @AUTOCONF@ | |
45 | AUTOMAKE = @AUTOMAKE@ | |
46 | AUTOHEADER = @AUTOHEADER@ | |
47 | ||
48 | INSTALL = @INSTALL@ | |
49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | |
50 | INSTALL_DATA = @INSTALL_DATA@ | |
51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
52 | transform = @program_transform_name@ | |
53 | ||
54 | NORMAL_INSTALL = : | |
55 | PRE_INSTALL = : | |
56 | POST_INSTALL = : | |
57 | NORMAL_UNINSTALL = : | |
58 | PRE_UNINSTALL = : | |
59 | POST_UNINSTALL = : | |
60 | host_alias = @host_alias@ | |
61 | host_triplet = @host@ | |
62 | AR = @AR@ | |
63 | AS = @AS@ | |
64 | CC = @CC@ | |
65 | CPP = @CPP@ | |
66 | CXX = @CXX@ | |
67 | CXXCPP = @CXXCPP@ | |
68 | DLLTOOL = @DLLTOOL@ | |
69 | DOCS_SUBDIRS = @DOCS_SUBDIRS@ | |
70 | EXTRA_LIBS = @EXTRA_LIBS@ | |
71 | EXTRA_VPATH = @EXTRA_VPATH@ | |
72 | GTK_CFLAGS = @GTK_CFLAGS@ | |
73 | GTK_CONFIG = @GTK_CONFIG@ | |
74 | GTK_LIBS = @GTK_LIBS@ | |
75 | LD = @LD@ | |
76 | LEX = @LEX@ | |
77 | LIBS = @LIBS@ | |
78 | LIBTOOL = @LIBTOOL@ | |
79 | LN_S = @LN_S@ | |
80 | LTLIBOBJS = @LTLIBOBJS@ | |
81 | MAKEINFO = @MAKEINFO@ | |
82 | NM = @NM@ | |
83 | PACKAGE = @PACKAGE@ | |
84 | RANLIB = @RANLIB@ | |
85 | SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@ | |
86 | STRIP = @STRIP@ | |
87 | TOOLKIT = @TOOLKIT@ | |
88 | TOOLKIT_DEF = @TOOLKIT_DEF@ | |
89 | TOOLKIT_DIR = @TOOLKIT_DIR@ | |
90 | TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@ | |
91 | USER_SUBDIRS = @USER_SUBDIRS@ | |
92 | UTILS_SUBDIRS = @UTILS_SUBDIRS@ | |
93 | VERSION = @VERSION@ | |
94 | WXDEBUG_DEFINE = @WXDEBUG_DEFINE@ | |
95 | WX_LIBRARY = @WX_LIBRARY@ | |
96 | WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@ | |
97 | WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@ | |
98 | WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@ | |
99 | YACC = @YACC@ | |
100 | ||
101 | SUBDIRS = src samples # utils user docs | |
102 | ||
103 | pkgdata_SCRIPTS = wx-config | |
104 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
105 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
106 | CONFIG_HEADER = ./${SETUPH_DIR}/setup.h | |
107 | CONFIG_CLEAN_FILES = wx-config | |
108 | SCRIPTS = $(pkgdata_SCRIPTS) | |
109 | ||
110 | DIST_COMMON = Makefile.am Makefile.in aclocal.m4 config.guess \ | |
111 | config.sub configure configure.in include/wx/unix/setup.h.in \ | |
112 | include/wx/unix/stamp-h.in install-sh ltconfig ltmain.sh missing \ | |
113 | mkinstalldirs wx-config.in | |
114 | ||
115 | ||
116 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
117 | ||
118 | TAR = gtar | |
119 | GZIP_ENV = --best | |
120 | all: all-redirect | |
121 | .SUFFIXES: | |
122 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
123 | cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile | |
124 | ||
125 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | |
126 | cd $(top_builddir) \ | |
127 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
128 | ||
129 | ||
130 | config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
131 | $(SHELL) ./config.status --recheck | |
132 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | |
133 | cd $(srcdir) && $(AUTOCONF) | |
134 | ||
135 | /setup.h: /stamp-h | |
136 | @if test ! -f $@; then \ | |
137 | rm -f /stamp-h; \ | |
138 | $(MAKE) /stamp-h; \ | |
139 | else :; fi | |
140 | /stamp-h: $(srcdir)/include/wx/unix/setup.h.in $(top_builddir)/config.status | |
141 | cd $(top_builddir) \ | |
142 | && CONFIG_FILES= CONFIG_HEADERS=/setup.h:include/wx/unix/setup.h.in \ | |
143 | $(SHELL) ./config.status | |
144 | @echo timestamp > /stamp-h 2> /dev/null | |
145 | $(srcdir)/include/wx/unix/setup.h.in: $(srcdir)//stamp-h.in | |
146 | @if test ! -f $@; then \ | |
147 | rm -f $(srcdir)//stamp-h.in; \ | |
148 | $(MAKE) $(srcdir)//stamp-h.in; \ | |
149 | else :; fi | |
150 | $(srcdir)//stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
151 | cd $(top_srcdir) && $(AUTOHEADER) | |
152 | @echo timestamp > $(srcdir)//stamp-h.in 2> /dev/null | |
153 | ||
154 | mostlyclean-hdr: | |
155 | ||
156 | clean-hdr: | |
157 | ||
158 | distclean-hdr: | |
159 | -rm -f /setup.h | |
160 | ||
161 | maintainer-clean-hdr: | |
162 | wx-config: $(top_builddir)/config.status wx-config.in | |
163 | cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
164 | ||
165 | install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS) | |
166 | @$(NORMAL_INSTALL) | |
167 | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) | |
168 | @list='$(pkgdata_SCRIPTS)'; for p in $$list; do \ | |
169 | if test -f $$p; then \ | |
170 | echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \ | |
171 | $(INSTALL_SCRIPT) $$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \ | |
172 | else if test -f $(srcdir)/$$p; then \ | |
173 | echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \ | |
174 | $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \ | |
175 | else :; fi; fi; \ | |
176 | done | |
177 | ||
178 | uninstall-pkgdataSCRIPTS: | |
179 | @$(NORMAL_UNINSTALL) | |
180 | list='$(pkgdata_SCRIPTS)'; for p in $$list; do \ | |
181 | rm -f $(DESTDIR)$(pkgdatadir)/`echo $$p|sed '$(transform)'`; \ | |
182 | done | |
183 | ||
184 | # This directory's subdirectories are mostly independent; you can cd | |
185 | # into them and run `make' without going through this Makefile. | |
186 | # To change the values of `make' variables: instead of editing Makefiles, | |
187 | # (1) if the variable is set in `config.status', edit `config.status' | |
188 | # (which will cause the Makefiles to be regenerated when you run `make'); | |
189 | # (2) otherwise, pass the desired values on the `make' command line. | |
190 | ||
191 | @SET_MAKE@ | |
192 | ||
193 | all-recursive install-data-recursive install-exec-recursive \ | |
194 | installdirs-recursive install-recursive uninstall-recursive \ | |
195 | check-recursive installcheck-recursive info-recursive dvi-recursive: | |
196 | @set fnord $(MAKEFLAGS); amf=$$2; \ | |
197 | dot_seen=no; \ | |
198 | target=`echo $@ | sed s/-recursive//`; \ | |
199 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
200 | echo "Making $$target in $$subdir"; \ | |
201 | if test "$$subdir" = "."; then \ | |
202 | dot_seen=yes; \ | |
203 | local_target="$$target-am"; \ | |
204 | else \ | |
205 | local_target="$$target"; \ | |
206 | fi; \ | |
207 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
208 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
209 | done; \ | |
210 | if test "$$dot_seen" = "no"; then \ | |
211 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
212 | fi; test -z "$$fail" | |
213 | ||
214 | mostlyclean-recursive clean-recursive distclean-recursive \ | |
215 | maintainer-clean-recursive: | |
216 | @set fnord $(MAKEFLAGS); amf=$$2; \ | |
217 | dot_seen=no; \ | |
218 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | |
219 | rev="$$subdir $$rev"; \ | |
220 | test "$$subdir" = "." && dot_seen=yes; \ | |
221 | done; \ | |
222 | test "$$dot_seen" = "no" && rev=". $$rev"; \ | |
223 | target=`echo $@ | sed s/-recursive//`; \ | |
224 | for subdir in $$rev; do \ | |
225 | echo "Making $$target in $$subdir"; \ | |
226 | if test "$$subdir" = "."; then \ | |
227 | local_target="$$target-am"; \ | |
228 | else \ | |
229 | local_target="$$target"; \ | |
230 | fi; \ | |
231 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
232 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
233 | done && test -z "$$fail" | |
234 | tags-recursive: | |
235 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
236 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
237 | done | |
238 | ||
239 | tags: TAGS | |
240 | ||
241 | ID: $(HEADERS) $(SOURCES) $(LISP) | |
242 | list='$(SOURCES) $(HEADERS)'; \ | |
243 | unique=`for i in $$list; do echo $$i; done | \ | |
244 | awk ' { files[$$0] = 1; } \ | |
245 | END { for (i in files) print i; }'`; \ | |
246 | here=`pwd` && cd $(srcdir) \ | |
247 | && mkid -f$$here/ID $$unique $(LISP) | |
248 | ||
249 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) | |
250 | tags=; \ | |
251 | here=`pwd`; \ | |
252 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
253 | if test "$$subdir" = .; then :; else \ | |
254 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ | |
255 | fi; \ | |
256 | done; \ | |
257 | list='$(SOURCES) $(HEADERS)'; \ | |
258 | unique=`for i in $$list; do echo $$i; done | \ | |
259 | awk ' { files[$$0] = 1; } \ | |
260 | END { for (i in files) print i; }'`; \ | |
261 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | |
262 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | |
263 | ||
264 | mostlyclean-tags: | |
265 | ||
266 | clean-tags: | |
267 | ||
268 | distclean-tags: | |
269 | -rm -f TAGS ID | |
270 | ||
271 | maintainer-clean-tags: | |
272 | ||
273 | distdir = $(PACKAGE)-$(VERSION) | |
274 | top_distdir = $(distdir) | |
275 | ||
276 | # This target untars the dist file and tries a VPATH configuration. Then | |
277 | # it guarantees that the distribution is self-contained by making another | |
278 | # tarfile. | |
279 | distcheck: dist | |
280 | -rm -rf $(distdir) | |
281 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | |
282 | mkdir $(distdir)/=build | |
283 | mkdir $(distdir)/=inst | |
284 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ | |
285 | cd $(distdir)/=build \ | |
286 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ | |
287 | && $(MAKE) $(AM_MAKEFLAGS) \ | |
288 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
289 | && $(MAKE) $(AM_MAKEFLAGS) check \ | |
290 | && $(MAKE) $(AM_MAKEFLAGS) install \ | |
291 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
292 | && $(MAKE) $(AM_MAKEFLAGS) dist | |
293 | -rm -rf $(distdir) | |
294 | @banner="$(distdir).tar.gz is ready for distribution"; \ | |
295 | dashes=`echo "$$banner" | sed s/./=/g`; \ | |
296 | echo "$$dashes"; \ | |
297 | echo "$$banner"; \ | |
298 | echo "$$dashes" | |
299 | dist: distdir | |
300 | -chmod -R a+r $(distdir) | |
301 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
302 | -rm -rf $(distdir) | |
303 | dist-all: distdir | |
304 | -chmod -R a+r $(distdir) | |
305 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
306 | -rm -rf $(distdir) | |
307 | distdir: $(DISTFILES) | |
308 | -rm -rf $(distdir) | |
309 | mkdir $(distdir) | |
310 | -chmod 777 $(distdir) | |
311 | here=`cd $(top_builddir) && pwd`; \ | |
312 | top_distdir=`cd $(distdir) && pwd`; \ | |
313 | distdir=`cd $(distdir) && pwd`; \ | |
314 | cd $(top_srcdir) \ | |
315 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile | |
316 | @for file in $(DISTFILES); do \ | |
317 | d=$(srcdir); \ | |
318 | if test -d $$d/$$file; then \ | |
319 | cp -pr $$/$$file $(distdir)/$$file; \ | |
320 | else \ | |
321 | test -f $(distdir)/$$file \ | |
322 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
323 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
324 | fi; \ | |
325 | done | |
326 | for subdir in $(SUBDIRS); do \ | |
327 | if test "$$subdir" = .; then :; else \ | |
328 | test -d $(distdir)/$$subdir \ | |
329 | || mkdir $(distdir)/$$subdir \ | |
330 | || exit 1; \ | |
331 | chmod 777 $(distdir)/$$subdir; \ | |
332 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ | |
333 | || exit 1; \ | |
334 | fi; \ | |
335 | done | |
336 | info-am: | |
337 | info: info-recursive | |
338 | dvi-am: | |
339 | dvi: dvi-recursive | |
340 | check-am: all-am | |
341 | check: check-recursive | |
342 | installcheck-am: | |
343 | installcheck: installcheck-recursive | |
344 | install-exec-am: | |
345 | install-exec: install-exec-recursive | |
346 | ||
347 | install-data-am: install-pkgdataSCRIPTS | |
348 | install-data: install-data-recursive | |
349 | ||
350 | install-am: all-am | |
351 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
352 | install: install-recursive | |
353 | uninstall-am: uninstall-pkgdataSCRIPTS | |
354 | uninstall: uninstall-recursive | |
355 | all-am: Makefile $(SCRIPTS) | |
356 | all-redirect: all-recursive | |
357 | install-strip: | |
358 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
359 | installdirs: installdirs-recursive | |
360 | installdirs-am: | |
361 | $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) | |
362 | ||
363 | ||
364 | mostlyclean-generic: | |
365 | ||
366 | clean-generic: | |
367 | ||
368 | distclean-generic: | |
369 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
370 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
371 | ||
372 | maintainer-clean-generic: | |
373 | mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic | |
374 | ||
375 | mostlyclean: mostlyclean-recursive | |
376 | ||
377 | clean-am: clean-hdr clean-tags clean-generic mostlyclean-am | |
378 | ||
379 | clean: clean-recursive | |
380 | ||
381 | distclean-am: distclean-hdr distclean-tags distclean-generic clean-am | |
382 | -rm -f libtool | |
383 | ||
384 | distclean: distclean-recursive | |
385 | -rm -f config.status | |
386 | ||
387 | maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \ | |
388 | maintainer-clean-generic distclean-am | |
389 | @echo "This command is intended for maintainers to use;" | |
390 | @echo "it deletes files that may require special tools to rebuild." | |
391 | ||
392 | maintainer-clean: maintainer-clean-recursive | |
393 | -rm -f config.status | |
394 | ||
395 | .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | |
396 | uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS install-data-recursive \ | |
397 | uninstall-data-recursive install-exec-recursive \ | |
398 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | |
399 | all-recursive check-recursive installcheck-recursive info-recursive \ | |
400 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | |
401 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | |
402 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | |
403 | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ | |
404 | install-exec install-data-am install-data install-am install \ | |
405 | uninstall-am uninstall all-redirect all-am all installdirs-am \ | |
406 | installdirs mostlyclean-generic distclean-generic clean-generic \ | |
407 | maintainer-clean-generic clean mostlyclean distclean maintainer-clean | |
408 | ||
409 | ||
410 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
411 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
412 | .NOEXPORT: |