]>
Commit | Line | Data |
---|---|---|
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 | ||
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_generic_includedir = ${includedir}/wx/generic | |
103 | wx_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 | ||
105 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
106 | CONFIG_HEADER = ../../../${SETUPH_DIR}/setup.h | |
107 | CONFIG_CLEAN_FILES = | |
108 | HEADERS = $(wx_generic_include_HEADERS) | |
109 | ||
110 | DIST_COMMON = Makefile.am Makefile.in | |
111 | ||
112 | ||
113 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
114 | ||
115 | TAR = gtar | |
116 | GZIP_ENV = --best | |
117 | all: 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 | ||
122 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | |
123 | cd $(top_builddir) \ | |
124 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
125 | ||
126 | ||
127 | install-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 | ||
136 | uninstall-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 | ||
142 | tags: TAGS | |
143 | ||
144 | ID: $(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 | ||
152 | TAGS: $(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 | ||
162 | mostlyclean-tags: | |
163 | ||
164 | clean-tags: | |
165 | ||
166 | distclean-tags: | |
167 | -rm -f TAGS ID | |
168 | ||
169 | maintainer-clean-tags: | |
170 | ||
171 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |
172 | ||
173 | subdir = include/wx/generic | |
174 | ||
175 | distdir: $(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 | |
191 | info-am: | |
192 | info: info-am | |
193 | dvi-am: | |
194 | dvi: dvi-am | |
195 | check-am: all-am | |
196 | check: check-am | |
197 | installcheck-am: | |
198 | installcheck: installcheck-am | |
199 | install-exec-am: | |
200 | install-exec: install-exec-am | |
201 | ||
202 | install-data-am: install-wx_generic_includeHEADERS | |
203 | install-data: install-data-am | |
204 | ||
205 | install-am: all-am | |
206 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
207 | install: install-am | |
208 | uninstall-am: uninstall-wx_generic_includeHEADERS | |
209 | uninstall: uninstall-am | |
210 | all-am: Makefile $(HEADERS) | |
211 | all-redirect: all-am | |
212 | install-strip: | |
213 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
214 | installdirs: | |
215 | $(mkinstalldirs) $(DESTDIR)$(wx_generic_includedir) | |
216 | ||
217 | ||
218 | mostlyclean-generic: | |
219 | ||
220 | clean-generic: | |
221 | ||
222 | distclean-generic: | |
223 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
224 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
225 | ||
226 | maintainer-clean-generic: | |
227 | mostlyclean-am: mostlyclean-tags mostlyclean-generic | |
228 | ||
229 | mostlyclean: mostlyclean-am | |
230 | ||
231 | clean-am: clean-tags clean-generic mostlyclean-am | |
232 | ||
233 | clean: clean-am | |
234 | ||
235 | distclean-am: distclean-tags distclean-generic clean-am | |
236 | -rm -f libtool | |
237 | ||
238 | distclean: distclean-am | |
239 | ||
240 | maintainer-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 | ||
245 | maintainer-clean: maintainer-clean-am | |
246 | ||
247 | .PHONY: uninstall-wx_generic_includeHEADERS \ | |
248 | install-wx_generic_includeHEADERS tags mostlyclean-tags distclean-tags \ | |
249 | clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ | |
250 | check-am installcheck-am installcheck install-exec-am install-exec \ | |
251 | install-data-am install-data install-am install uninstall-am uninstall \ | |
252 | all-redirect all-am all installdirs mostlyclean-generic \ | |
253 | distclean-generic clean-generic maintainer-clean-generic clean \ | |
254 | mostlyclean 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: |