]> git.saurik.com Git - wxWidgets.git/blame - src/Makefile.in
second try...
[wxWidgets.git] / src / Makefile.in
CommitLineData
88ac883a
VZ
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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18prefix = @prefix@
19exec_prefix = @exec_prefix@
20
21bindir = @bindir@
22sbindir = @sbindir@
23libexecdir = @libexecdir@
24datadir = @datadir@
25sysconfdir = @sysconfdir@
26sharedstatedir = @sharedstatedir@
27localstatedir = @localstatedir@
28libdir = @libdir@
29infodir = @infodir@
30mandir = @mandir@
31includedir = @includedir@
32oldincludedir = /usr/include
33
34DESTDIR =
35
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39
40top_builddir = ..
41
42ACLOCAL = @ACLOCAL@
43AUTOCONF = @AUTOCONF@
44AUTOMAKE = @AUTOMAKE@
45AUTOHEADER = @AUTOHEADER@
46
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49INSTALL_DATA = @INSTALL_DATA@
50INSTALL_SCRIPT = @INSTALL_SCRIPT@
51transform = @program_transform_name@
52
53NORMAL_INSTALL = :
54PRE_INSTALL = :
55POST_INSTALL = :
56NORMAL_UNINSTALL = :
57PRE_UNINSTALL = :
58POST_UNINSTALL = :
59host_alias = @host_alias@
60host_triplet = @host@
61AR = @AR@
62AS = @AS@
63CC = @CC@
64CPP = @CPP@
65CXX = @CXX@
66CXXCPP = @CXXCPP@
67DLLTOOL = @DLLTOOL@
68DOCS_SUBDIRS = @DOCS_SUBDIRS@
69EXTRA_LIBS = @EXTRA_LIBS@
70EXTRA_VPATH = @EXTRA_VPATH@
71GTK_CFLAGS = @GTK_CFLAGS@
72GTK_CONFIG = @GTK_CONFIG@
73GTK_LIBS = @GTK_LIBS@
74LD = @LD@
75LEX = @LEX@
76LIBTOOL = @LIBTOOL@
77LN_S = @LN_S@
78LTLIBOBJS = @LTLIBOBJS@
79MAKEINFO = @MAKEINFO@
80NM = @NM@
81PACKAGE = @PACKAGE@
82RANLIB = @RANLIB@
83SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
84STRIP = @STRIP@
85TOOLKIT = @TOOLKIT@
86TOOLKIT_DEF = @TOOLKIT_DEF@
87TOOLKIT_DIR = @TOOLKIT_DIR@
88TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
89USER_SUBDIRS = @USER_SUBDIRS@
90UTILS_SUBDIRS = @UTILS_SUBDIRS@
91VERSION = @VERSION@
92WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
93WX_LIBRARY = @WX_LIBRARY@
94WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
95WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
96WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
97YACC = @YACC@
98
99SUFFIXES = .cpp
100
101DEFS = $(TOOLKIT_DEF) $(WXDEBUG_DEFINE)
102LIBS = $(GUILIBS)
103
104VPATH = .:$(srcdir)/common:$(srcdir)/@TOOLKIT_DIR@:$(srcdir)/generic:$(EXTRA_VPATH)
105
106lib_LTLIBRARIES = libwx_@WX_LIBRARY@.la
107
108# these are the common files which always make part of the library
109libwx__WX_LIBRARY__la_SOURCES = cmndata.cpp dynarray.cpp filefn.cpp hash.cpp list.cpp matrix.cpp memory.cpp module.cpp object.cpp string.cpp timercmn.cpp utilscmn.cpp tokenzr.cpp variant.cpp wxchar.cpp
110
111
112# these are the sources which we build by our own rules
c801d85f 113#
88ac883a
VZ
114# TODO: parser.y can be included into SOURCES, but for the sake of my life I
115# don't know where to put lexer.l - if I put it in the sources too,
116# automake tries to build lexer.lo... and fails, of course. (VZ)
117BUILT_SOURCES = parser.c lexer.c
118
119# these are the files which are only sometimes linked into the library - they
120# still *must* be all enumerated here to satisfy automake requirments!
c801d85f 121#
88ac883a
VZ
122# NB: the files are listed in directory/alphabetical order: first the files
123# from common, then from generic, then from unix, then from gtk.
124EXTRA_libwx__WX_LIBRARY__la_SOURCES = config.cpp date.cpp datetime.cpp datstrm.cpp db.cpp dbtable.cpp dcbase.cpp docmdi.cpp docview.cpp dynlib.cpp event.cpp file.cpp fileconf.cpp framecmn.cpp ftp.cpp gdicmn.cpp helpbase.cpp http.cpp image.cpp imaggif.cpp imagjpeg.cpp imagpng.cpp intl.cpp ipcbase.cpp layout.cpp log.cpp longlong.cpp mimetype.cpp mstream.cpp objstrm.cpp odbc.cpp paper.cpp prntbase.cpp process.cpp protocol.cpp resourc2.cpp resource.cpp sckaddr.cpp sckfile.cpp sckint.cpp sckipc.cpp sckstrm.cpp serbase.cpp socket.cpp stream.cpp tbarbase.cpp tbarsmpl.cpp textfile.cpp time.cpp url.cpp valgen.cpp validate.cpp valtext.cpp wfstream.cpp wincmn.cpp wxexpr.cpp zstream.cpp caret.cpp choicdgg.cpp colrdlgg.cpp dcpsg.cpp dirdlgg.cpp fontdlgg.cpp gridg.cpp helpext.cpp helphtml.cpp helpxlp.cpp imaglist.cpp laywin.cpp listctrl.cpp msgdlgg.cpp notebook.cpp panelg.cpp printps.cpp prntdlgg.cpp progdlgg.cpp prop.cpp propform.cpp proplist.cpp sashwin.cpp scrolwin.cpp splitter.cpp statusbr.cpp tabg.cpp textdlgg.cpp treectrl.cpp threadpsx.cpp utilsunx.cpp accel.cpp app.cpp bitmap.cpp bmpbuttn.cpp brush.cpp button.cpp checkbox.cpp checklst.cpp choice.cpp clipbrd.cpp colour.cpp combobox.cpp control.cpp cursor.cpp data.cpp dataobj.cpp dc.cpp dcclient.cpp dcmemory.cpp dcscreen.cpp dialog.cpp dnd.cpp filedlg.cpp font.cpp frame.cpp gauge.cpp gdiobj.cpp icon.cpp joystick.cpp listbox.cpp main.cpp mdi.cpp menu.cpp minifram.cpp notebook.cpp palette.cpp pen.cpp radiobox.cpp radiobut.cpp region.cpp scrolbar.cpp settings.cpp slider.cpp spinbutt.cpp statbmp.cpp statbox.cpp statline.cpp stattext.cpp tbargtk.cpp textctrl.cpp threadno.cpp threadsgi.cpp timer.cpp tooltip.cpp treectrl.cpp utilsgtk.cpp utilsres.cpp wave.cpp window.cpp
c801d85f 125
88ac883a
VZ
126
127libwx__WX_LIBRARY__la_LDFLAGS = -release @WX_MINOR_VERSION_NUMBER@.@WX_RELEASE_NUMBER@
128libwx__WX_LIBRARY__la_LIBADD = $(LTLIBOBJS)
129libwx__WX_LIBRARY__la_DEPENDENCIES = $(libwx__WX_LIBRARY__la_LIBADD) lexer.l
130mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
131CONFIG_HEADER = ../${SETUPH_DIR}/setup.h
132CONFIG_CLEAN_FILES =
133LTLIBRARIES = $(lib_LTLIBRARIES)
134
135CPPFLAGS = @CPPFLAGS@
136LDFLAGS = @LDFLAGS@
137X_CFLAGS = @X_CFLAGS@
138X_LIBS = @X_LIBS@
139X_EXTRA_LIBS = @X_EXTRA_LIBS@
140X_PRE_LIBS = @X_PRE_LIBS@
141libwx__WX_LIBRARY__la_OBJECTS = cmndata.lo dynarray.lo filefn.lo \
142hash.lo list.lo matrix.lo memory.lo module.lo object.lo string.lo \
143timercmn.lo utilscmn.lo tokenzr.lo variant.lo wxchar.lo
144CXXFLAGS = @CXXFLAGS@
145CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
146LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
147CXXLD = $(CXX)
148CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
149CFLAGS = @CFLAGS@
150COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
151LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152CCLD = $(CC)
153LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
154DIST_COMMON = Makefile.am Makefile.in common/extended.c
155
156
157DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
158
159TAR = gtar
160GZIP_ENV = --best
161DEP_FILES = .deps/accel.P .deps/app.P .deps/bitmap.P .deps/bmpbuttn.P \
162.deps/brush.P .deps/button.P .deps/caret.P .deps/checkbox.P \
163.deps/checklst.P .deps/choicdgg.P .deps/choice.P .deps/clipbrd.P \
164.deps/cmndata.P .deps/colour.P .deps/colrdlgg.P .deps/combobox.P \
165.deps/common/extended.P .deps/config.P .deps/control.P .deps/cursor.P \
166.deps/data.P .deps/dataobj.P .deps/date.P .deps/datetime.P \
167.deps/datstrm.P .deps/db.P .deps/dbtable.P .deps/dc.P .deps/dcbase.P \
168.deps/dcclient.P .deps/dcmemory.P .deps/dcpsg.P .deps/dcscreen.P \
169.deps/dialog.P .deps/dirdlgg.P .deps/dnd.P .deps/docmdi.P \
170.deps/docview.P .deps/dynarray.P .deps/dynlib.P .deps/event.P \
171.deps/file.P .deps/fileconf.P .deps/filedlg.P .deps/filefn.P \
172.deps/font.P .deps/fontdlgg.P .deps/frame.P .deps/framecmn.P \
173.deps/ftp.P .deps/gauge.P .deps/gdicmn.P .deps/gdiobj.P .deps/gridg.P \
174.deps/hash.P .deps/helpbase.P .deps/helpext.P .deps/helphtml.P \
175.deps/helpxlp.P .deps/http.P .deps/icon.P .deps/image.P .deps/imaggif.P \
176.deps/imagjpeg.P .deps/imaglist.P .deps/imagpng.P .deps/intl.P \
177.deps/ipcbase.P .deps/joystick.P .deps/layout.P .deps/laywin.P \
178.deps/lexer.P .deps/list.P .deps/listbox.P .deps/listctrl.P .deps/log.P \
179.deps/longlong.P .deps/main.P .deps/matrix.P .deps/mdi.P .deps/memory.P \
180.deps/menu.P .deps/mimetype.P .deps/minifram.P .deps/module.P \
181.deps/msgdlgg.P .deps/mstream.P .deps/notebook.P .deps/object.P \
182.deps/objstrm.P .deps/odbc.P .deps/palette.P .deps/panelg.P \
183.deps/paper.P .deps/parser.P .deps/pen.P .deps/printps.P \
184.deps/prntbase.P .deps/prntdlgg.P .deps/process.P .deps/progdlgg.P \
185.deps/prop.P .deps/propform.P .deps/proplist.P .deps/protocol.P \
186.deps/radiobox.P .deps/radiobut.P .deps/region.P .deps/resourc2.P \
187.deps/resource.P .deps/sashwin.P .deps/sckaddr.P .deps/sckfile.P \
188.deps/sckint.P .deps/sckipc.P .deps/sckstrm.P .deps/scrolbar.P \
189.deps/scrolwin.P .deps/serbase.P .deps/settings.P .deps/slider.P \
190.deps/socket.P .deps/spinbutt.P .deps/splitter.P .deps/statbmp.P \
191.deps/statbox.P .deps/statline.P .deps/stattext.P .deps/statusbr.P \
192.deps/stream.P .deps/string.P .deps/tabg.P .deps/tbarbase.P \
193.deps/tbargtk.P .deps/tbarsmpl.P .deps/textctrl.P .deps/textdlgg.P \
194.deps/textfile.P .deps/threadno.P .deps/threadpsx.P .deps/threadsgi.P \
195.deps/time.P .deps/timer.P .deps/timercmn.P .deps/tokenzr.P \
196.deps/tooltip.P .deps/treectrl.P .deps/url.P .deps/utilscmn.P \
197.deps/utilsgtk.P .deps/utilsres.P .deps/utilsunx.P .deps/valgen.P \
198.deps/validate.P .deps/valtext.P .deps/variant.P .deps/wave.P \
199.deps/wfstream.P .deps/wincmn.P .deps/window.P .deps/wxchar.P \
200.deps/wxexpr.P .deps/zstream.P
201SOURCES = $(libwx__WX_LIBRARY__la_SOURCES) $(EXTRA_libwx__WX_LIBRARY__la_SOURCES)
202OBJECTS = $(libwx__WX_LIBRARY__la_OBJECTS)
203
204all: all-redirect
205.SUFFIXES:
206.SUFFIXES: .S .c .cpp .lo .o .s
207$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
208 cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile
209
210Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
211 cd $(top_builddir) \
212 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
213
214
215mostlyclean-libLTLIBRARIES:
216
217clean-libLTLIBRARIES:
218 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
219
220distclean-libLTLIBRARIES:
221
222maintainer-clean-libLTLIBRARIES:
223
224install-libLTLIBRARIES: $(lib_LTLIBRARIES)
225 @$(NORMAL_INSTALL)
226 $(mkinstalldirs) $(DESTDIR)$(libdir)
227 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
228 if test -f $$p; then \
229 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
230 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
231 else :; fi; \
c98f0421 232 done
88ac883a
VZ
233
234uninstall-libLTLIBRARIES:
235 @$(NORMAL_UNINSTALL)
236 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
237 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
c058d771 238 done
88ac883a
VZ
239
240.s.o:
241 $(COMPILE) -c $<
242
243.S.o:
244 $(COMPILE) -c $<
245
246mostlyclean-compile:
247 -rm -f *.o core *.core
248
249clean-compile:
250
251distclean-compile:
252 -rm -f *.tab.c
253
254maintainer-clean-compile:
255
256.s.lo:
257 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
258
259.S.lo:
260 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
261
262mostlyclean-libtool:
263 -rm -f *.lo
264
265clean-libtool:
266 -rm -rf .libs _libs
267
268distclean-libtool:
269
270maintainer-clean-libtool:
271
272libwx_@.la: $(libwx__WX_LIBRARY__la_OBJECTS) $(libwx__WX_LIBRARY__la_DEPENDENCIES)
273 $(CXXLINK) -rpath $(libdir) $(libwx__WX_LIBRARY__la_LDFLAGS) $(libwx__WX_LIBRARY__la_OBJECTS) $(libwx__WX_LIBRARY__la_LIBADD) $(LIBS)
274.cpp.o:
275 $(CXXCOMPILE) -c $<
276.cpp.lo:
277 $(LTCXXCOMPILE) -c $<
278
279tags: TAGS
280
281ID: $(HEADERS) $(SOURCES) $(LISP)
282 list='$(SOURCES) $(HEADERS)'; \
283 unique=`for i in $$list; do echo $$i; done | \
284 awk ' { files[$$0] = 1; } \
285 END { for (i in files) print i; }'`; \
286 here=`pwd` && cd $(srcdir) \
287 && mkid -f$$here/ID $$unique $(LISP)
288
289TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
290 tags=; \
291 here=`pwd`; \
292 list='$(SOURCES) $(HEADERS)'; \
293 unique=`for i in $$list; do echo $$i; done | \
294 awk ' { files[$$0] = 1; } \
295 END { for (i in files) print i; }'`; \
296 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
297 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
298
299mostlyclean-tags:
300
301clean-tags:
302
303distclean-tags:
304 -rm -f TAGS ID
305
306maintainer-clean-tags:
307
308distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
309
310subdir = src
311
312distdir: $(DISTFILES)
313 here=`cd $(top_builddir) && pwd`; \
314 top_distdir=`cd $(top_distdir) && pwd`; \
315 distdir=`cd $(distdir) && pwd`; \
316 cd $(top_srcdir) \
317 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign src/Makefile
318 @for file in $(DISTFILES); do \
319 d=$(srcdir); \
320 if test -d $$d/$$file; then \
321 cp -pr $$/$$file $(distdir)/$$file; \
322 else \
323 test -f $(distdir)/$$file \
324 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
325 || cp -p $$d/$$file $(distdir)/$$file || :; \
326 fi; \
034be888 327 done
88ac883a
VZ
328
329DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
330
331-include $(DEP_FILES)
332
333mostlyclean-depend:
334
335clean-depend:
336
337distclean-depend:
338 -rm -rf .deps
339
340maintainer-clean-depend:
341
342%.o: %.c
343 @echo '$(COMPILE) -c $<'; \
344 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
345 @-cp .deps/$(*F).pp .deps/$(*F).P; \
346 tr ' ' '\012' < .deps/$(*F).pp \
347 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
348 >> .deps/$(*F).P; \
349 rm .deps/$(*F).pp
350
351%.lo: %.c
352 @echo '$(LTCOMPILE) -c $<'; \
353 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
354 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
355 < .deps/$(*F).pp > .deps/$(*F).P; \
356 tr ' ' '\012' < .deps/$(*F).pp \
357 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
358 >> .deps/$(*F).P; \
359 rm -f .deps/$(*F).pp
360
361%.o: %.cpp
362 @echo '$(CXXCOMPILE) -c $<'; \
363 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
364 @-cp .deps/$(*F).pp .deps/$(*F).P; \
365 tr ' ' '\012' < .deps/$(*F).pp \
366 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
367 >> .deps/$(*F).P; \
368 rm .deps/$(*F).pp
369
370%.lo: %.cpp
371 @echo '$(LTCXXCOMPILE) -c $<'; \
372 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
373 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
374 < .deps/$(*F).pp > .deps/$(*F).P; \
375 tr ' ' '\012' < .deps/$(*F).pp \
376 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
377 >> .deps/$(*F).P; \
378 rm -f .deps/$(*F).pp
379info-am:
380info: info-am
381dvi-am:
382dvi: dvi-am
383check-am: all-am
384check: check-am
385installcheck-am:
386installcheck: installcheck-am
387install-exec-am: install-libLTLIBRARIES
388install-exec: install-exec-am
389
390install-data-am: install-data-local
391install-data: install-data-am
392
393install-am: all-am
394 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395install: install-am
396uninstall-am: uninstall-libLTLIBRARIES
397uninstall: uninstall-am
398all-am: Makefile $(LTLIBRARIES)
399all-redirect: all-am
400install-strip:
401 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
402installdirs:
403 $(mkinstalldirs) $(DESTDIR)$(libdir)
404
405
406mostlyclean-generic:
407
408clean-generic:
409
410distclean-generic:
411 -rm -f Makefile $(CONFIG_CLEAN_FILES)
412 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
413
414maintainer-clean-generic:
415 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
416mostlyclean-am: mostlyclean-libLTLIBRARIES mostlyclean-compile \
417 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
418 mostlyclean-generic
419
420mostlyclean: mostlyclean-am
421
422clean-am: clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
423 clean-depend clean-generic mostlyclean-am
424
425clean: clean-am
426
427distclean-am: distclean-libLTLIBRARIES distclean-compile \
428 distclean-libtool distclean-tags distclean-depend \
429 distclean-generic clean-am
430 -rm -f libtool
431
432distclean: distclean-am
433
434maintainer-clean-am: maintainer-clean-libLTLIBRARIES \
435 maintainer-clean-compile maintainer-clean-libtool \
436 maintainer-clean-tags maintainer-clean-depend \
437 maintainer-clean-generic distclean-am
438 @echo "This command is intended for maintainers to use;"
439 @echo "it deletes files that may require special tools to rebuild."
440
441maintainer-clean: maintainer-clean-am
442
443.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
444clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
445uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
446distclean-compile clean-compile maintainer-clean-compile \
447mostlyclean-libtool distclean-libtool clean-libtool \
448maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
449clean-tags maintainer-clean-tags distdir mostlyclean-depend \
450distclean-depend clean-depend maintainer-clean-depend info-am info \
451dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
452install-exec install-data-local install-data-am install-data install-am \
453install uninstall-am uninstall all-redirect all-am all installdirs \
454mostlyclean-generic distclean-generic clean-generic \
455maintainer-clean-generic clean mostlyclean distclean maintainer-clean
456
457parser.c: $(srcdir)/common/parser.y lexer.c
458 $(YACC) $(srcdir)/common/parser.y
459 @sed -e "s;$(srcdir)/common/y.tab.c;parser.y;g" < y.tab.c | \
6de97a3b
RR
460 sed -e "s/BUFSIZ/5000/g" | \
461 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
462 sed -e "s/yy/PROIO_yy/g" | \
463 sed -e "s/input/PROIO_input/g" | \
464 sed -e "s/unput/PROIO_unput/g" > parser.c
465 @$(RM) y.tab.c
6de97a3b 466
88ac883a
VZ
467lexer.c: $(srcdir)/common/lexer.l
468 $(LEX) $(srcdir)/common/lexer.l
469 @sed -e "s;$(srcdir)/common/lex.yy.c;lexer.l;g" < lex.yy.c | \
6de97a3b
RR
470 sed -e "s/yy/PROIO_yy/g" | \
471 sed -e "s/input/PROIO_input/g" | \
472 sed -e "s/unput/PROIO_unput/g" > lexer.c
473 @$(RM) lex.yy.c
6de97a3b 474
88ac883a
VZ
475libwx_@WX_LIBRARY@.la: $(libwx__WX_LIBRARY__la_OBJECTS) $(libwx__WX_LIBRARY__la_DEPENDENCIES)
476 $(CXXLINK) -rpath $(libdir) $(libwx__WX_LIBRARY__la_LDFLAGS) $(libwx__WX_LIBRARY__la_OBJECTS) $(libwx__WX_LIBRARY__la_LIBADD) $(LIBS)
477
478# the files which we install manually (the rest is done by automake)
479install-data-local:
480 @$(NORMAL_INSTALL)
481 $(mkinstalldirs) $(DESTDIR)$(includedir)/wx
482 $(mkinstalldirs) $(DESTDIR)$(includedir)/wx/generic
483 $(mkinstalldirs) $(DESTDIR)$(includedir)/wx/@TOOLKIT_DIR@
484 $(mkinstalldirs) $(DESTDIR)$(includedir)/wx/protocol
485 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/include/wx
486 @for p in $(top_srcdir)/include/wx/*.h $(top_srcdir)/include/wx/*.cpp; do \
487 h=`basename $$p`; (set -x; \
488 $(INSTALL_DATA) $$p $(DESTDIR)$(includedir)/wx/$$h ); \
489 done
490 @for p in $(top_srcdir)/include/wx/generic/*.h ; do \
491 h=`basename $$p`; (set -x; \
492 $(INSTALL_DATA) $$p $(DESTDIR)$(includedir)/wx/generic/$$h ); \
493 done
494 @for p in $(top_srcdir)/include/wx/@TOOLKIT_DIR@/*.h ; do \
495 h=`basename $$p`; (set -x; \
496 $(INSTALL_DATA) $$p $(DESTDIR)$(includedir)/wx/@TOOLKIT_DIR@/$$h ); \
497 done
498 @if [ @TOOLKIT_DIR@ = msw ]; then \
499 for p in $(top_srcdir)/include/wx/@TOOLKIT_DIR@/*.cur \
500 $(top_srcdir)/include/wx/@TOOLKIT_DIR@/*.ico \
501 $(top_srcdir)/include/wx/@TOOLKIT_DIR@/*.bmp \
502 $(top_srcdir)/include/wx/@TOOLKIT_DIR@/*.rc ; do \
503 h=`basename $$p`; (set -x; \
504 $(INSTALL_DATA) $$p $(DESTDIR)$(includedir)/wx/@TOOLKIT_DIR@/$$h ); \
505 done; \
506 for p in $(top_srcdir)/include/wx/@TOOLKIT_DIR@/ctl3d/*.h ; do \
507 h=`basename $$p`; (set -x; \
508 $(INSTALL_DATA) $$p $(DESTDIR)$(includedir)/wx/@TOOLKIT_DIR@/ctl3d/$$h ); \
509 done; \
510 for p in $(top_srcdir)/include/wx/@TOOLKIT_DIR@/gnuwin32/*.h ; do \
511 h=`basename $$p`; (set -x; \
512 $(INSTALL_DATA) $$p $(DESTDIR)$(includedir)/wx/@TOOLKIT_DIR@/gnuwin32/$$h ); \
513 done; \
514 fi
515 @for p in $(top_srcdir)/include/wx/protocol/*.h ; do \
516 h=`basename $$p`; (set -x; \
517 $(INSTALL_DATA) $$p $(DESTDIR)$(includedir)/wx/protocol/$$h ); \
518 done
519 $(INSTALL_DATA) ../include/wx/@TOOLKIT_DIR@/setup.h $(DESTDIR)$(pkgdatadir)/include/wx/setup.h
520
521# Tell versions [3.59,3.63) of GNU make to not export all variables.
522# Otherwise a system limit (for SysV at least) may be exceeded.
523.NOEXPORT: