]> git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk1/Makefile.in
2be4b481edc81fa9ba6b62e6ff0b57a9ac885943
[wxWidgets.git] / include / wx / gtk1 / Makefile.in
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 INCLUDE_SUBDIRS = @INCLUDE_SUBDIRS@
76 LD = @LD@
77 LEX = @LEX@
78 LIBS = @LIBS@
79 LIBTOOL = @LIBTOOL@
80 LN_S = @LN_S@
81 LTLIBOBJS = @LTLIBOBJS@
82 MAKEINFO = @MAKEINFO@
83 NM = @NM@
84 PACKAGE = @PACKAGE@
85 RANLIB = @RANLIB@
86 SAMPLES_SUBDIRS = @SAMPLES_SUBDIRS@
87 STRIP = @STRIP@
88 TOOLKIT = @TOOLKIT@
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@
94 VERSION = @VERSION@
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@
100 YACC = @YACC@
101
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
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
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
112 CONFIG_CLEAN_FILES =
113 HEADERS = $(portheaders_HEADERS) $(wx_gtk_include_HEADERS)
114
115 DIST_COMMON = Makefile.am Makefile.in
116
117
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120 TAR = gtar
121 GZIP_ENV = --best
122 all: 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
127 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
128 cd $(top_builddir) \
129 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
130
131
132 install-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
141 uninstall-portheadersHEADERS:
142 @$(NORMAL_UNINSTALL)
143 list='$(portheaders_HEADERS)'; for p in $$list; do \
144 rm -f $(DESTDIR)$(portheadersdir)/$$p; \
145 done
146
147 install-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
156 uninstall-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
162 tags: TAGS
163
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)
171
172 TAGS: $(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
182 mostlyclean-tags:
183
184 clean-tags:
185
186 distclean-tags:
187 -rm -f TAGS ID
188
189 maintainer-clean-tags:
190
191 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
192
193 subdir = include/wx/gtk
194
195 distdir: $(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
211 info-am:
212 info: info-am
213 dvi-am:
214 dvi: dvi-am
215 check-am: all-am
216 check: check-am
217 installcheck-am:
218 installcheck: installcheck-am
219 install-exec-am:
220 install-exec: install-exec-am
221
222 install-data-am: install-portheadersHEADERS \
223 install-wx_gtk_includeHEADERS
224 install-data: install-data-am
225
226 install-am: all-am
227 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
228 install: install-am
229 uninstall-am: uninstall-portheadersHEADERS \
230 uninstall-wx_gtk_includeHEADERS
231 uninstall: uninstall-am
232 all-am: Makefile $(HEADERS)
233 all-redirect: all-am
234 install-strip:
235 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
236 installdirs:
237 $(mkinstalldirs) $(DESTDIR)$(portheadersdir) \
238 $(DESTDIR)$(wx_gtk_includedir)
239
240
241 mostlyclean-generic:
242
243 clean-generic:
244
245 distclean-generic:
246 -rm -f Makefile $(CONFIG_CLEAN_FILES)
247 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
248
249 maintainer-clean-generic:
250 mostlyclean-am: mostlyclean-tags mostlyclean-generic
251
252 mostlyclean: mostlyclean-am
253
254 clean-am: clean-tags clean-generic mostlyclean-am
255
256 clean: clean-am
257
258 distclean-am: distclean-tags distclean-generic clean-am
259 -rm -f libtool
260
261 distclean: distclean-am
262
263 maintainer-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
268 maintainer-clean: maintainer-clean-am
269
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
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: