1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ../../..
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
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@
75 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
81 LTLIBOBJS = @LTLIBOBJS@
86 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
89 TOOLKIT_DEF = @TOOLKIT_DEF@
90 TOOLKIT_DIR = @TOOLKIT_DIR@
91 TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
92 USER_SUBDIRS = @USER_SUBDIRS@
93 UTILS_SUBDIRS = @UTILS_SUBDIRS@
95 WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
96 WX_LIBRARY = @WX_LIBRARY@
97 WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
98 WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
99 WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
102 wx_gtk_includedir = ${includedir}/wx/gtk
103 wx_gtk_include_HEADERS = accel.h app.h bitmap.h bmpbuttn.h brush.h button.h checkbox.h checklst.h choice.h clipbrd.h colour.h combobox.h control.h cursor.h dataobj.h dc.h dcclient.h dcmemory.h dcps.h dcscreen.h dialog.h dnd.h filedlg.h font.h frame.h gauge.h gdiobj.h icon.h joystick.h listbox.h mdi.h menu.h menuitem.h minifram.h notebook.h palette.h pen.h radiobox.h radiobut.h region.h scrolbar.h settings.h slider.h spinbutt.h statbmp.h statbox.h statline.h stattext.h tbargtk.h textctrl.h timer.h tooltip.h treectrl.h wave.h win_gtk.h window.h
106 # setup.h is installed in another directory because several versions of wxwin
107 # should be able to coexist on the same machine
108 portheadersdir = ${datadir}/@PACKAGE@/include/wx/@TOOLKIT_DIR@
109 portheaders_HEADERS = setup.h
110 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111 CONFIG_HEADER = ../../../${SETUPH_DIR}/setup.h
113 HEADERS = $(portheaders_HEADERS) $(wx_gtk_include_HEADERS)
115 DIST_COMMON = Makefile.am Makefile.in
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
124 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125 cd $(top_srcdir) && $(AUTOMAKE) --foreign include/wx/gtk/Makefile
127 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
129 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132 install-portheadersHEADERS: $(portheaders_HEADERS)
134 $(mkinstalldirs) $(DESTDIR)$(portheadersdir)
135 @list='$(portheaders_HEADERS)'; for p in $$list; do \
136 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
137 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(portheadersdir)/$$p"; \
138 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(portheadersdir)/$$p; \
141 uninstall-portheadersHEADERS:
143 list='$(portheaders_HEADERS)'; for p in $$list; do \
144 rm -f $(DESTDIR)$(portheadersdir)/$$p; \
147 install-wx_gtk_includeHEADERS: $(wx_gtk_include_HEADERS)
149 $(mkinstalldirs) $(DESTDIR)$(wx_gtk_includedir)
150 @list='$(wx_gtk_include_HEADERS)'; for p in $$list; do \
151 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
152 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(wx_gtk_includedir)/$$p"; \
153 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(wx_gtk_includedir)/$$p; \
156 uninstall-wx_gtk_includeHEADERS:
158 list='$(wx_gtk_include_HEADERS)'; for p in $$list; do \
159 rm -f $(DESTDIR)$(wx_gtk_includedir)/$$p; \
164 ID: $(HEADERS) $(SOURCES) $(LISP)
165 list='$(SOURCES) $(HEADERS)'; \
166 unique=`for i in $$list; do echo $$i; done | \
167 awk ' { files[$$0] = 1; } \
168 END { for (i in files) print i; }'`; \
169 here=`pwd` && cd $(srcdir) \
170 && mkid -f$$here/ID $$unique $(LISP)
172 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
175 list='$(SOURCES) $(HEADERS)'; \
176 unique=`for i in $$list; do echo $$i; done | \
177 awk ' { files[$$0] = 1; } \
178 END { for (i in files) print i; }'`; \
179 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
180 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
189 maintainer-clean-tags:
191 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
193 subdir = include/wx/gtk
195 distdir: $(DISTFILES)
196 here=`cd $(top_builddir) && pwd`; \
197 top_distdir=`cd $(top_distdir) && pwd`; \
198 distdir=`cd $(distdir) && pwd`; \
200 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/wx/gtk/Makefile
201 @for file in $(DISTFILES); do \
203 if test -d $$d/$$file; then \
204 cp -pr $$/$$file $(distdir)/$$file; \
206 test -f $(distdir)/$$file \
207 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
208 || cp -p $$d/$$file $(distdir)/$$file || :; \
218 installcheck: installcheck-am
220 install-exec: install-exec-am
222 install-data-am: install-portheadersHEADERS \
223 install-wx_gtk_includeHEADERS
224 install-data: install-data-am
227 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
229 uninstall-am: uninstall-portheadersHEADERS \
230 uninstall-wx_gtk_includeHEADERS
231 uninstall: uninstall-am
232 all-am: Makefile $(HEADERS)
235 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
237 $(mkinstalldirs) $(DESTDIR)$(portheadersdir) \
238 $(DESTDIR)$(wx_gtk_includedir)
246 -rm -f Makefile $(CONFIG_CLEAN_FILES)
247 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
249 maintainer-clean-generic:
250 mostlyclean-am: mostlyclean-tags mostlyclean-generic
252 mostlyclean: mostlyclean-am
254 clean-am: clean-tags clean-generic mostlyclean-am
258 distclean-am: distclean-tags distclean-generic clean-am
261 distclean: distclean-am
263 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
265 @echo "This command is intended for maintainers to use;"
266 @echo "it deletes files that may require special tools to rebuild."
268 maintainer-clean: maintainer-clean-am
270 .PHONY: uninstall-portheadersHEADERS install-portheadersHEADERS \
271 uninstall-wx_gtk_includeHEADERS install-wx_gtk_includeHEADERS tags \
272 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
273 distdir info-am info dvi-am dvi check check-am installcheck-am \
274 installcheck install-exec-am install-exec install-data-am install-data \
275 install-am install uninstall-am uninstall all-redirect all-am all \
276 installdirs mostlyclean-generic distclean-generic clean-generic \
277 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
280 # Tell versions [3.59,3.63) of GNU make to not export all variables.
281 # Otherwise a system limit (for SysV at least) may be exceeded.