]> git.saurik.com Git - wxWidgets.git/blame - include/wx/gtk/Makefile.in
ok, putting it back... not everybody has autoheader
[wxWidgets.git] / include / wx / gtk / Makefile.in
CommitLineData
1a519eb0
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@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ../../..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63AS = @AS@
64CC = @CC@
65CPP = @CPP@
66CXX = @CXX@
67CXXCPP = @CXXCPP@
68DLLTOOL = @DLLTOOL@
69DOCS_SUBDIRS = @DOCS_SUBDIRS@
70EXTRA_LIBS = @EXTRA_LIBS@
71EXTRA_VPATH = @EXTRA_VPATH@
72GTK_CFLAGS = @GTK_CFLAGS@
73GTK_CONFIG = @GTK_CONFIG@
74GTK_LIBS = @GTK_LIBS@
75INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
76LD = @LD@
77LEX = @LEX@
78LIBS = @LIBS@
79LIBTOOL = @LIBTOOL@
80LN_S = @LN_S@
81LTLIBOBJS = @LTLIBOBJS@
82MAKEINFO = @MAKEINFO@
83NM = @NM@
84PACKAGE = @PACKAGE@
85RANLIB = @RANLIB@
86SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
87STRIP = @STRIP@
88TOOLKIT = @TOOLKIT@
89TOOLKIT_DEF = @TOOLKIT_DEF@
90TOOLKIT_DIR = @TOOLKIT_DIR@
91TOOLKIT_INCLUDE = @TOOLKIT_INCLUDE@
92USER_SUBDIRS = @USER_SUBDIRS@
93UTILS_SUBDIRS = @UTILS_SUBDIRS@
94VERSION = @VERSION@
95WXDEBUG_DEFINE = @WXDEBUG_DEFINE@
96WX_LIBRARY = @WX_LIBRARY@
97WX_MAJOR_VERSION_NUMBER = @WX_MAJOR_VERSION_NUMBER@
98WX_MINOR_VERSION_NUMBER = @WX_MINOR_VERSION_NUMBER@
99WX_RELEASE_NUMBER = @WX_RELEASE_NUMBER@
100YACC = @YACC@
101
102wx_gtk_includedir = ${includedir}/wx/gtk
103wx_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
104
105
106# setup.h is installed in another directory because several versions of wxwin
107# should be able to coexist on the same machine
108portheadersdir = ${datadir}/@PACKAGE@/include/wx/@TOOLKIT_DIR@
109portheaders_HEADERS = setup.h
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = ../../../${SETUPH_DIR}/setup.h
112CONFIG_CLEAN_FILES =
113HEADERS = $(portheaders_HEADERS) $(wx_gtk_include_HEADERS)
114
115DIST_COMMON = Makefile.am Makefile.in
116
117
118DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120TAR = gtar
121GZIP_ENV = --best
122all: all-redirect
123.SUFFIXES:
124$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
125 cd $(top_srcdir) && $(AUTOMAKE) --foreign include/wx/gtk/Makefile
126
127Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
128 cd $(top_builddir) \
129 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
130
131
132install-portheadersHEADERS: $(portheaders_HEADERS)
133 @$(NORMAL_INSTALL)
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; \
139 done
140
141uninstall-portheadersHEADERS:
142 @$(NORMAL_UNINSTALL)
143 list='$(portheaders_HEADERS)'; for p in $$list; do \
144 rm -f $(DESTDIR)$(portheadersdir)/$$p; \
145 done
146
147install-wx_gtk_includeHEADERS: $(wx_gtk_include_HEADERS)
148 @$(NORMAL_INSTALL)
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; \
154 done
155
156uninstall-wx_gtk_includeHEADERS:
157 @$(NORMAL_UNINSTALL)
158 list='$(wx_gtk_include_HEADERS)'; for p in $$list; do \
159 rm -f $(DESTDIR)$(wx_gtk_includedir)/$$p; \
160 done
161
162tags: TAGS
163
164ID: $(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)
171
172TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
173 tags=; \
174 here=`pwd`; \
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)
181
182mostlyclean-tags:
183
184clean-tags:
185
186distclean-tags:
187 -rm -f TAGS ID
188
189maintainer-clean-tags:
190
191distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
192
193subdir = include/wx/gtk
194
195distdir: $(DISTFILES)
196 here=`cd $(top_builddir) && pwd`; \
197 top_distdir=`cd $(top_distdir) && pwd`; \
198 distdir=`cd $(distdir) && pwd`; \
199 cd $(top_srcdir) \
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 \
202 d=$(srcdir); \
203 if test -d $$d/$$file; then \
204 cp -pr $$/$$file $(distdir)/$$file; \
205 else \
206 test -f $(distdir)/$$file \
207 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
208 || cp -p $$d/$$file $(distdir)/$$file || :; \
209 fi; \
210 done
211info-am:
212info: info-am
213dvi-am:
214dvi: dvi-am
215check-am: all-am
216check: check-am
217installcheck-am:
218installcheck: installcheck-am
219install-exec-am:
220install-exec: install-exec-am
221
222install-data-am: install-portheadersHEADERS \
223 install-wx_gtk_includeHEADERS
224install-data: install-data-am
225
226install-am: all-am
227 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
228install: install-am
229uninstall-am: uninstall-portheadersHEADERS \
230 uninstall-wx_gtk_includeHEADERS
231uninstall: uninstall-am
232all-am: Makefile $(HEADERS)
233all-redirect: all-am
234install-strip:
235 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
236installdirs:
237 $(mkinstalldirs) $(DESTDIR)$(portheadersdir) \
238 $(DESTDIR)$(wx_gtk_includedir)
239
240
241mostlyclean-generic:
242
243clean-generic:
244
245distclean-generic:
246 -rm -f Makefile $(CONFIG_CLEAN_FILES)
247 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
248
249maintainer-clean-generic:
250mostlyclean-am: mostlyclean-tags mostlyclean-generic
251
252mostlyclean: mostlyclean-am
253
254clean-am: clean-tags clean-generic mostlyclean-am
255
256clean: clean-am
257
258distclean-am: distclean-tags distclean-generic clean-am
259 -rm -f libtool
260
261distclean: distclean-am
262
263maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
264 distclean-am
265 @echo "This command is intended for maintainers to use;"
266 @echo "it deletes files that may require special tools to rebuild."
267
268maintainer-clean: maintainer-clean-am
269
270.PHONY: uninstall-portheadersHEADERS install-portheadersHEADERS \
271uninstall-wx_gtk_includeHEADERS install-wx_gtk_includeHEADERS tags \
272mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
273distdir info-am info dvi-am dvi check check-am installcheck-am \
274installcheck install-exec-am install-exec install-data-am install-data \
275install-am install uninstall-am uninstall all-redirect all-am all \
276installdirs mostlyclean-generic distclean-generic clean-generic \
277maintainer-clean-generic clean mostlyclean distclean maintainer-clean
278
279
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.
282.NOEXPORT: