]>
Commit | Line | Data |
---|---|---|
6fc74234 | 1 | # Makefile.in generated automatically by automake 1.5 from Makefile.am. |
705db0b5 | 2 | |
6fc74234 AD |
3 | # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 |
4 | # Free Software Foundation, Inc. | |
705db0b5 AD |
5 | # This Makefile.in is free software; the Free Software Foundation |
6 | # gives unlimited permission to copy and/or distribute it, | |
7 | # with or without modifications, as long as this notice is preserved. | |
8 | ||
9 | # This program is distributed in the hope that it will be useful, | |
10 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
11 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
12 | # PARTICULAR PURPOSE. | |
13 | ||
6fc74234 | 14 | @SET_MAKE@ |
705db0b5 AD |
15 | |
16 | SHELL = @SHELL@ | |
17 | ||
18 | srcdir = @srcdir@ | |
19 | top_srcdir = @top_srcdir@ | |
20 | VPATH = @srcdir@ | |
21 | prefix = @prefix@ | |
22 | exec_prefix = @exec_prefix@ | |
23 | ||
24 | bindir = @bindir@ | |
25 | sbindir = @sbindir@ | |
26 | libexecdir = @libexecdir@ | |
27 | datadir = @datadir@ | |
28 | sysconfdir = @sysconfdir@ | |
29 | sharedstatedir = @sharedstatedir@ | |
30 | localstatedir = @localstatedir@ | |
31 | libdir = @libdir@ | |
32 | infodir = @infodir@ | |
33 | mandir = @mandir@ | |
34 | includedir = @includedir@ | |
35 | oldincludedir = /usr/include | |
705db0b5 AD |
36 | pkgdatadir = $(datadir)/@PACKAGE@ |
37 | pkglibdir = $(libdir)/@PACKAGE@ | |
38 | pkgincludedir = $(includedir)/@PACKAGE@ | |
705db0b5 AD |
39 | top_builddir = . |
40 | ||
41 | ACLOCAL = @ACLOCAL@ | |
42 | AUTOCONF = @AUTOCONF@ | |
43 | AUTOMAKE = @AUTOMAKE@ | |
44 | AUTOHEADER = @AUTOHEADER@ | |
45 | ||
46 | INSTALL = @INSTALL@ | |
6fc74234 | 47 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
705db0b5 AD |
48 | INSTALL_DATA = @INSTALL_DATA@ |
49 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
6fc74234 | 50 | INSTALL_HEADER = $(INSTALL_DATA) |
705db0b5 | 51 | transform = @program_transform_name@ |
705db0b5 AD |
52 | NORMAL_INSTALL = : |
53 | PRE_INSTALL = : | |
54 | POST_INSTALL = : | |
55 | NORMAL_UNINSTALL = : | |
56 | PRE_UNINSTALL = : | |
57 | POST_UNINSTALL = : | |
1e24cc5b AD |
58 | host_alias = @host_alias@ |
59 | host_triplet = @host@ | |
6fc74234 | 60 | AMTAR = @AMTAR@ |
705db0b5 | 61 | AT_TESTPATH = @AT_TESTPATH@ |
6fc74234 | 62 | AWK = @AWK@ |
1e24cc5b | 63 | BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ |
705db0b5 AD |
64 | CATALOGS = @CATALOGS@ |
65 | CATOBJEXT = @CATOBJEXT@ | |
66 | CC = @CC@ | |
67 | CPP = @CPP@ | |
68 | DATADIRNAME = @DATADIRNAME@ | |
6fc74234 | 69 | DEPDIR = @DEPDIR@ |
705db0b5 AD |
70 | ECHO_C = @ECHO_C@ |
71 | ECHO_N = @ECHO_N@ | |
72 | ECHO_T = @ECHO_T@ | |
6fc74234 | 73 | EXEEXT = @EXEEXT@ |
705db0b5 | 74 | GENCAT = @GENCAT@ |
1e24cc5b | 75 | GLIBC21 = @GLIBC21@ |
705db0b5 AD |
76 | GMOFILES = @GMOFILES@ |
77 | GMSGFMT = @GMSGFMT@ | |
6fc74234 | 78 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
705db0b5 | 79 | INSTOBJEXT = @INSTOBJEXT@ |
1e24cc5b | 80 | INTLBISON = @INTLBISON@ |
705db0b5 AD |
81 | INTLLIBS = @INTLLIBS@ |
82 | INTLOBJS = @INTLOBJS@ | |
1e24cc5b AD |
83 | INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ |
84 | LIBICONV = @LIBICONV@ | |
705db0b5 AD |
85 | LIBOBJS = @LIBOBJS@ |
86 | M4 = @M4@ | |
705db0b5 AD |
87 | MKINSTALLDIRS = @MKINSTALLDIRS@ |
88 | MSGFMT = @MSGFMT@ | |
6fc74234 | 89 | OBJEXT = @OBJEXT@ |
705db0b5 AD |
90 | PACKAGE = @PACKAGE@ |
91 | POFILES = @POFILES@ | |
92 | POSUB = @POSUB@ | |
93 | RANLIB = @RANLIB@ | |
94 | U = @U@ | |
95 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ | |
96 | USE_NLS = @USE_NLS@ | |
97 | VERSION = @VERSION@ | |
98 | WARNING_CFLAGS = @WARNING_CFLAGS@ | |
6fc74234 AD |
99 | am__include = @am__include@ |
100 | am__quote = @am__quote@ | |
101 | install_sh = @install_sh@ | |
705db0b5 | 102 | |
6fc74234 | 103 | AUTOMAKE_OPTIONS = 1.5 check-news readme-alpha |
705db0b5 AD |
104 | |
105 | ACLOCAL_AMFLAGS = -I m4 | |
106 | ||
1e24cc5b | 107 | SUBDIRS = config intl po lib src doc m4 tests |
705db0b5 | 108 | |
d074a105 | 109 | EXTRA_DIST = REFERENCES configure.bat OChangeLog Makefile.maint GNUmakefile |
705db0b5 AD |
110 | |
111 | DISTCLEANFILES = intl/libintl.h | |
d074a105 AD |
112 | |
113 | move_if_change = $(srcdir)/config/move-if-change | |
114 | prev_version_file = $(srcdir)/config/prev-version.txt | |
115 | release_archive_dir = releases | |
116 | ||
117 | # Uploading betas. | |
118 | hosts = alpha | |
119 | alpha_host = alpha.gnu.org | |
120 | alpha_url_dir = gnu/bison | |
121 | ||
122 | # Files to update automatically. | |
6fc74234 AD |
123 | wget_files = $(srcdir)/config/config.guess $(srcdir)/config/config.sub \ |
124 | $(srcdir)/config/texinfo.tex | |
d074a105 | 125 | |
6fc74234 | 126 | subdir = . |
705db0b5 | 127 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
1e24cc5b | 128 | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
705db0b5 | 129 | CONFIG_HEADER = config.h |
6fc74234 AD |
130 | CONFIG_CLEAN_FILES = intl/Makefile |
131 | DIST_SOURCES = | |
132 | ||
133 | RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ | |
134 | uninstall-info-recursive all-recursive install-data-recursive \ | |
135 | install-exec-recursive installdirs-recursive install-recursive \ | |
136 | uninstall-recursive check-recursive installcheck-recursive | |
137 | DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \ | |
4766a528 | 138 | INSTALL Makefile.am Makefile.in NEWS README-alpha THANKS TODO \ |
6fc74234 AD |
139 | aclocal.m4 config.hin configure configure.in missing \ |
140 | mkinstalldirs | |
141 | DIST_SUBDIRS = $(SUBDIRS) | |
142 | all: config.h | |
143 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
705db0b5 | 144 | |
705db0b5 | 145 | .SUFFIXES: |
6fc74234 AD |
146 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
147 | cd $(top_srcdir) && \ | |
148 | $(AUTOMAKE) --gnu Makefile | |
149 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
150 | cd $(top_builddir) && \ | |
151 | CONFIG_HEADERS= CONFIG_LINKS= \ | |
152 | CONFIG_FILES=$@ $(SHELL) ./config.status | |
153 | ||
154 | $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
705db0b5 | 155 | $(SHELL) ./config.status --recheck |
6fc74234 | 156 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) |
705db0b5 AD |
157 | cd $(srcdir) && $(AUTOCONF) |
158 | ||
6fc74234 AD |
159 | $(ACLOCAL_M4): configure.in m4/atconfig.m4 m4/c-bs-a.m4 m4/codeset.m4 m4/error.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/m4.m4 m4/malloc.m4 m4/mbstate_t.m4 m4/prereq.m4 m4/progtest.m4 m4/realloc.m4 m4/strerror_r.m4 m4/warning.m4 |
160 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
705db0b5 AD |
161 | config.h: stamp-h |
162 | @if test ! -f $@; then \ | |
163 | rm -f stamp-h; \ | |
164 | $(MAKE) stamp-h; \ | |
165 | else :; fi | |
166 | stamp-h: $(srcdir)/config.hin $(top_builddir)/config.status | |
6fc74234 AD |
167 | @rm -f stamp-h stamp-hT |
168 | @echo timestamp > stamp-hT 2> /dev/null | |
705db0b5 AD |
169 | cd $(top_builddir) \ |
170 | && CONFIG_FILES= CONFIG_HEADERS=config.h:config.hin \ | |
171 | $(SHELL) ./config.status | |
6fc74234 AD |
172 | @mv stamp-hT stamp-h |
173 | $(srcdir)/config.hin: $(srcdir)/./stamp-h.in | |
705db0b5 | 174 | @if test ! -f $@; then \ |
6fc74234 AD |
175 | rm -f $(srcdir)/./stamp-h.in; \ |
176 | $(MAKE) $(srcdir)/./stamp-h.in; \ | |
705db0b5 | 177 | else :; fi |
6fc74234 AD |
178 | $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) |
179 | @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT | |
180 | @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null | |
705db0b5 | 181 | cd $(top_srcdir) && $(AUTOHEADER) |
6fc74234 | 182 | @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in |
705db0b5 AD |
183 | |
184 | distclean-hdr: | |
185 | -rm -f config.h | |
6fc74234 AD |
186 | intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in |
187 | cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status | |
188 | uninstall-info-am: | |
705db0b5 AD |
189 | |
190 | # This directory's subdirectories are mostly independent; you can cd | |
191 | # into them and run `make' without going through this Makefile. | |
192 | # To change the values of `make' variables: instead of editing Makefiles, | |
193 | # (1) if the variable is set in `config.status', edit `config.status' | |
194 | # (which will cause the Makefiles to be regenerated when you run `make'); | |
195 | # (2) otherwise, pass the desired values on the `make' command line. | |
6fc74234 | 196 | $(RECURSIVE_TARGETS): |
705db0b5 AD |
197 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
198 | dot_seen=no; \ | |
199 | target=`echo $@ | sed s/-recursive//`; \ | |
200 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
201 | echo "Making $$target in $$subdir"; \ | |
202 | if test "$$subdir" = "."; then \ | |
203 | dot_seen=yes; \ | |
204 | local_target="$$target-am"; \ | |
205 | else \ | |
206 | local_target="$$target"; \ | |
207 | fi; \ | |
208 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
209 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
210 | done; \ | |
211 | if test "$$dot_seen" = "no"; then \ | |
212 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
213 | fi; test -z "$$fail" | |
214 | ||
215 | mostlyclean-recursive clean-recursive distclean-recursive \ | |
216 | maintainer-clean-recursive: | |
217 | @set fnord $(MAKEFLAGS); amf=$$2; \ | |
218 | dot_seen=no; \ | |
6fc74234 AD |
219 | case "$@" in \ |
220 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
221 | *) list='$(SUBDIRS)' ;; \ | |
222 | esac; \ | |
223 | rev=''; for subdir in $$list; do \ | |
224 | if test "$$subdir" = "."; then :; else \ | |
225 | rev="$$subdir $$rev"; \ | |
226 | fi; \ | |
705db0b5 | 227 | done; \ |
6fc74234 | 228 | rev="$$rev ."; \ |
705db0b5 AD |
229 | target=`echo $@ | sed s/-recursive//`; \ |
230 | for subdir in $$rev; do \ | |
231 | echo "Making $$target in $$subdir"; \ | |
232 | if test "$$subdir" = "."; then \ | |
233 | local_target="$$target-am"; \ | |
234 | else \ | |
235 | local_target="$$target"; \ | |
236 | fi; \ | |
237 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
238 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
239 | done && test -z "$$fail" | |
240 | tags-recursive: | |
241 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
242 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
243 | done | |
244 | ||
245 | tags: TAGS | |
246 | ||
6fc74234 AD |
247 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
248 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ | |
249 | unique=`for i in $$list; do \ | |
250 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
251 | done | \ | |
252 | $(AWK) ' { files[$$0] = 1; } \ | |
705db0b5 | 253 | END { for (i in files) print i; }'`; \ |
6fc74234 | 254 | mkid -fID $$unique $(LISP) |
705db0b5 | 255 | |
6fc74234 AD |
256 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \ |
257 | $(TAGS_FILES) $(LISP) | |
705db0b5 AD |
258 | tags=; \ |
259 | here=`pwd`; \ | |
260 | list='$(SUBDIRS)'; for subdir in $$list; do \ | |
6fc74234 | 261 | if test "$$subdir" = .; then :; else \ |
705db0b5 | 262 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
6fc74234 | 263 | fi; \ |
705db0b5 | 264 | done; \ |
6fc74234 AD |
265 | list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ |
266 | unique=`for i in $$list; do \ | |
267 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
268 | done | \ | |
269 | $(AWK) ' { files[$$0] = 1; } \ | |
705db0b5 AD |
270 | END { for (i in files) print i; }'`; \ |
271 | test -z "$(ETAGS_ARGS)config.hin$$unique$(LISP)$$tags" \ | |
6fc74234 | 272 | || etags $(ETAGS_ARGS) $$tags config.hin $$unique $(LISP) |
705db0b5 | 273 | |
6fc74234 AD |
274 | GTAGS: |
275 | here=`CDPATH=: && cd $(top_builddir) && pwd` \ | |
276 | && cd $(top_srcdir) \ | |
277 | && gtags -i $(GTAGS_ARGS) $$here | |
705db0b5 AD |
278 | |
279 | distclean-tags: | |
6fc74234 | 280 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH |
705db0b5 | 281 | |
6fc74234 | 282 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
705db0b5 | 283 | |
6fc74234 AD |
284 | top_distdir = . |
285 | # Avoid unsightly `./'. | |
705db0b5 | 286 | distdir = $(PACKAGE)-$(VERSION) |
705db0b5 | 287 | |
6fc74234 AD |
288 | GZIP_ENV = --best |
289 | ||
705db0b5 | 290 | distdir: $(DISTFILES) |
6fc74234 AD |
291 | @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \ |
292 | then :; else \ | |
705db0b5 AD |
293 | echo "NEWS not updated; not releasing" 1>&2; \ |
294 | exit 1; \ | |
295 | fi | |
6fc74234 | 296 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) |
705db0b5 | 297 | mkdir $(distdir) |
6fc74234 | 298 | $(mkinstalldirs) $(distdir)/intl $(distdir)/po $(distdir)/tests |
705db0b5 | 299 | @for file in $(DISTFILES); do \ |
6fc74234 AD |
300 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
301 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
302 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
303 | $(mkinstalldirs) "$(distdir)/$$dir"; \ | |
304 | fi; \ | |
705db0b5 | 305 | if test -d $$d/$$file; then \ |
6fc74234 AD |
306 | cp -pR $$d/$$file $(distdir) \ |
307 | || exit 1; \ | |
705db0b5 AD |
308 | else \ |
309 | test -f $(distdir)/$$file \ | |
6fc74234 AD |
310 | || cp -p $$d/$$file $(distdir)/$$file \ |
311 | || exit 1; \ | |
705db0b5 AD |
312 | fi; \ |
313 | done | |
314 | for subdir in $(SUBDIRS); do \ | |
315 | if test "$$subdir" = .; then :; else \ | |
316 | test -d $(distdir)/$$subdir \ | |
317 | || mkdir $(distdir)/$$subdir \ | |
318 | || exit 1; \ | |
6fc74234 AD |
319 | (cd $$subdir && \ |
320 | $(MAKE) $(AM_MAKEFLAGS) \ | |
321 | top_distdir="$(top_distdir)" \ | |
322 | distdir=../$(distdir)/$$subdir \ | |
323 | distdir) \ | |
705db0b5 AD |
324 | || exit 1; \ |
325 | fi; \ | |
326 | done | |
6fc74234 AD |
327 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
328 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
329 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
330 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | |
331 | || chmod -R a+r $(distdir) | |
332 | dist: distdir | |
333 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
334 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) | |
335 | ||
336 | # This target untars the dist file and tries a VPATH configuration. Then | |
337 | # it guarantees that the distribution is self-contained by making another | |
338 | # tarfile. | |
339 | distcheck: dist | |
340 | -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) | |
341 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - | |
342 | chmod -R a-w $(distdir); chmod a+w $(distdir) | |
343 | mkdir $(distdir)/=build | |
344 | mkdir $(distdir)/=inst | |
345 | chmod a-w $(distdir) | |
346 | dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \ | |
347 | && cd $(distdir)/=build \ | |
348 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ | |
349 | --with-included-gettext \ | |
350 | && $(MAKE) $(AM_MAKEFLAGS) \ | |
351 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
352 | && $(MAKE) $(AM_MAKEFLAGS) check \ | |
353 | && $(MAKE) $(AM_MAKEFLAGS) install \ | |
354 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
355 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
356 | && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \ | |
357 | || (echo "Error: files left after uninstall" 1>&2; \ | |
358 | exit 1) ) \ | |
359 | && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
360 | && $(MAKE) $(AM_MAKEFLAGS) distclean \ | |
361 | && rm -f $(distdir).tar.gz \ | |
362 | && (test `find . -type f -print | wc -l` -eq 0 \ | |
363 | || (echo "Error: files left after distclean" 1>&2; \ | |
364 | exit 1) ) | |
365 | -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) | |
366 | @echo "$(distdir).tar.gz is ready for distribution" | \ | |
367 | sed 'h;s/./=/g;p;x;p;x' | |
705db0b5 AD |
368 | check-am: all-am |
369 | check: check-recursive | |
6fc74234 AD |
370 | all-am: Makefile config.h |
371 | installdirs: installdirs-recursive | |
372 | installdirs-am: | |
705db0b5 | 373 | |
6fc74234 | 374 | install: install-recursive |
705db0b5 | 375 | install-exec: install-exec-recursive |
705db0b5 | 376 | install-data: install-data-recursive |
6fc74234 | 377 | uninstall: uninstall-recursive |
705db0b5 AD |
378 | |
379 | install-am: all-am | |
380 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
705db0b5 | 381 | |
6fc74234 AD |
382 | installcheck: installcheck-recursive |
383 | install-strip: | |
384 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
385 | `test -z '$(STRIP)' || \ | |
386 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
705db0b5 AD |
387 | mostlyclean-generic: |
388 | ||
389 | clean-generic: | |
390 | ||
391 | distclean-generic: | |
6fc74234 | 392 | -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* |
705db0b5 AD |
393 | -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) |
394 | ||
395 | maintainer-clean-generic: | |
6fc74234 AD |
396 | @echo "This command is intended for maintainers to use" |
397 | @echo "it deletes files that may require special tools to rebuild." | |
398 | clean: clean-recursive | |
705db0b5 | 399 | |
6fc74234 | 400 | clean-am: clean-generic mostlyclean-am |
705db0b5 | 401 | |
6fc74234 AD |
402 | dist-all: distdir |
403 | $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
404 | -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) | |
405 | distclean: distclean-recursive | |
406 | -rm -f config.status config.cache config.log | |
407 | distclean-am: clean-am distclean-generic distclean-hdr distclean-tags | |
705db0b5 | 408 | |
6fc74234 | 409 | dvi: dvi-recursive |
705db0b5 | 410 | |
6fc74234 | 411 | dvi-am: |
705db0b5 | 412 | |
6fc74234 | 413 | info: info-recursive |
705db0b5 | 414 | |
6fc74234 AD |
415 | info-am: |
416 | ||
417 | install-data-am: | |
418 | ||
419 | install-exec-am: | |
420 | ||
421 | install-info: install-info-recursive | |
422 | ||
423 | install-man: | |
424 | ||
425 | installcheck-am: | |
705db0b5 AD |
426 | |
427 | maintainer-clean: maintainer-clean-recursive | |
705db0b5 | 428 | |
6fc74234 AD |
429 | maintainer-clean-am: distclean-am maintainer-clean-generic |
430 | ||
431 | mostlyclean: mostlyclean-recursive | |
432 | ||
433 | mostlyclean-am: mostlyclean-generic | |
434 | ||
435 | uninstall-am: uninstall-info-am | |
436 | ||
437 | uninstall-info: uninstall-info-recursive | |
438 | ||
439 | .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ | |
440 | clean-generic clean-recursive dist dist-all distcheck distclean \ | |
441 | distclean-generic distclean-hdr distclean-recursive \ | |
442 | distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ | |
443 | info-recursive install install-am install-data install-data-am \ | |
444 | install-data-recursive install-exec install-exec-am \ | |
445 | install-exec-recursive install-info install-info-am \ | |
446 | install-info-recursive install-man install-recursive \ | |
447 | install-strip installcheck installcheck-am installdirs \ | |
448 | installdirs-am installdirs-recursive maintainer-clean \ | |
449 | maintainer-clean-generic maintainer-clean-recursive mostlyclean \ | |
450 | mostlyclean-generic mostlyclean-recursive tags tags-recursive \ | |
451 | uninstall uninstall-am uninstall-info-am \ | |
452 | uninstall-info-recursive uninstall-recursive | |
705db0b5 AD |
453 | |
454 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
455 | # Otherwise a system limit (for SysV at least) may be exceeded. | |
456 | .NOEXPORT: |