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