]> git.saurik.com Git - wxWidgets.git/blame - include/wx/generic/Makefile.in
headers are now installed by automake too
[wxWidgets.git] / include / wx / generic / 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_generic_includedir = ${includedir}/wx/generic
103wx_generic_include_HEADERS = caret.h choicdgg.h colrdlgg.h dcpsg.h dirdlgg.h error.xpm fontdlgg.h gridg.h helpext.h helphtml.h helpxlp.h imaglist.h info.xpm laywin.h listctrl.h msgdlgg.h notebook.h panelg.h printps.h prntdlgg.h progdlgg.h question.xpm sashwin.h scrolwin.h splitter.h statusbr.h tabg.h textdlgg.h treectrl.h warning.xpm
104
105mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
106CONFIG_HEADER = ../../../${SETUPH_DIR}/setup.h
107CONFIG_CLEAN_FILES =
108HEADERS = $(wx_generic_include_HEADERS)
109
110DIST_COMMON = Makefile.am Makefile.in
111
112
113DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
115TAR = gtar
116GZIP_ENV = --best
117all: all-redirect
118.SUFFIXES:
119$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
120 cd $(top_srcdir) && $(AUTOMAKE) --foreign include/wx/generic/Makefile
121
122Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
123 cd $(top_builddir) \
124 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126
127install-wx_generic_includeHEADERS: $(wx_generic_include_HEADERS)
128 @$(NORMAL_INSTALL)
129 $(mkinstalldirs) $(DESTDIR)$(wx_generic_includedir)
130 @list='$(wx_generic_include_HEADERS)'; for p in $$list; do \
131 if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
132 echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(wx_generic_includedir)/$$p"; \
133 $(INSTALL_DATA) $$d$$p $(DESTDIR)$(wx_generic_includedir)/$$p; \
134 done
135
136uninstall-wx_generic_includeHEADERS:
137 @$(NORMAL_UNINSTALL)
138 list='$(wx_generic_include_HEADERS)'; for p in $$list; do \
139 rm -f $(DESTDIR)$(wx_generic_includedir)/$$p; \
140 done
141
142tags: TAGS
143
144ID: $(HEADERS) $(SOURCES) $(LISP)
145 list='$(SOURCES) $(HEADERS)'; \
146 unique=`for i in $$list; do echo $$i; done | \
147 awk ' { files[$$0] = 1; } \
148 END { for (i in files) print i; }'`; \
149 here=`pwd` && cd $(srcdir) \
150 && mkid -f$$here/ID $$unique $(LISP)
151
152TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
153 tags=; \
154 here=`pwd`; \
155 list='$(SOURCES) $(HEADERS)'; \
156 unique=`for i in $$list; do echo $$i; done | \
157 awk ' { files[$$0] = 1; } \
158 END { for (i in files) print i; }'`; \
159 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
160 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
161
162mostlyclean-tags:
163
164clean-tags:
165
166distclean-tags:
167 -rm -f TAGS ID
168
169maintainer-clean-tags:
170
171distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
172
173subdir = include/wx/generic
174
175distdir: $(DISTFILES)
176 here=`cd $(top_builddir) && pwd`; \
177 top_distdir=`cd $(top_distdir) && pwd`; \
178 distdir=`cd $(distdir) && pwd`; \
179 cd $(top_srcdir) \
180 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign include/wx/generic/Makefile
181 @for file in $(DISTFILES); do \
182 d=$(srcdir); \
183 if test -d $$d/$$file; then \
184 cp -pr $$/$$file $(distdir)/$$file; \
185 else \
186 test -f $(distdir)/$$file \
187 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
188 || cp -p $$d/$$file $(distdir)/$$file || :; \
189 fi; \
190 done
191info-am:
192info: info-am
193dvi-am:
194dvi: dvi-am
195check-am: all-am
196check: check-am
197installcheck-am:
198installcheck: installcheck-am
199install-exec-am:
200install-exec: install-exec-am
201
202install-data-am: install-wx_generic_includeHEADERS
203install-data: install-data-am
204
205install-am: all-am
206 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
207install: install-am
208uninstall-am: uninstall-wx_generic_includeHEADERS
209uninstall: uninstall-am
210all-am: Makefile $(HEADERS)
211all-redirect: all-am
212install-strip:
213 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
214installdirs:
215 $(mkinstalldirs) $(DESTDIR)$(wx_generic_includedir)
216
217
218mostlyclean-generic:
219
220clean-generic:
221
222distclean-generic:
223 -rm -f Makefile $(CONFIG_CLEAN_FILES)
224 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
225
226maintainer-clean-generic:
227mostlyclean-am: mostlyclean-tags mostlyclean-generic
228
229mostlyclean: mostlyclean-am
230
231clean-am: clean-tags clean-generic mostlyclean-am
232
233clean: clean-am
234
235distclean-am: distclean-tags distclean-generic clean-am
236 -rm -f libtool
237
238distclean: distclean-am
239
240maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
241 distclean-am
242 @echo "This command is intended for maintainers to use;"
243 @echo "it deletes files that may require special tools to rebuild."
244
245maintainer-clean: maintainer-clean-am
246
247.PHONY: uninstall-wx_generic_includeHEADERS \
248install-wx_generic_includeHEADERS tags mostlyclean-tags distclean-tags \
249clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
250check-am installcheck-am installcheck install-exec-am install-exec \
251install-data-am install-data install-am install uninstall-am uninstall \
252all-redirect all-am all installdirs mostlyclean-generic \
253distclean-generic clean-generic maintainer-clean-generic clean \
254mostlyclean distclean maintainer-clean
255
256
257# Tell versions [3.59,3.63) of GNU make to not export all variables.
258# Otherwise a system limit (for SysV at least) may be exceeded.
259.NOEXPORT: