]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/contrib/Makefile.in
storing modal returncode correctly for carbon
[wxWidgets.git] / src / tiff / contrib / Makefile.in
CommitLineData
8414a40c
VZ
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Tag Image File Format (TIFF) Software
18#
19# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
20#
21# Permission to use, copy, modify, distribute, and sell this software and
22# its documentation for any purpose is hereby granted without fee, provided
23# that (i) the above copyright notices and this permission notice appear in
24# all copies of the software and related documentation, and (ii) the names of
25# Sam Leffler and Silicon Graphics may not be used in any advertising or
26# publicity relating to the software without the specific, prior written
27# permission of Sam Leffler and Silicon Graphics.
28#
29# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
30# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
31# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
32#
33# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
34# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
35# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
36# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
37# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
38# OF THIS SOFTWARE.
39
40# Process this file with automake to produce Makefile.in.
41srcdir = @srcdir@
42top_srcdir = @top_srcdir@
43VPATH = @srcdir@
44pkgdatadir = $(datadir)/@PACKAGE@
45pkglibdir = $(libdir)/@PACKAGE@
46pkgincludedir = $(includedir)/@PACKAGE@
47top_builddir = ..
48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49INSTALL = @INSTALL@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_HEADER = $(INSTALL_DATA)
54transform = $(program_transform_name)
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_triplet = @build@
62host_triplet = @host@
63target_triplet = @target@
64subdir = contrib
65DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
66ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
68 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
69 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
70 $(top_srcdir)/configure.ac
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72 $(ACLOCAL_M4)
73mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
74CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
75 $(top_builddir)/libtiff/tiffconf.h
76CONFIG_CLEAN_FILES =
77SOURCES =
78DIST_SOURCES =
79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80 html-recursive info-recursive install-data-recursive \
81 install-exec-recursive install-info-recursive \
82 install-recursive installcheck-recursive installdirs-recursive \
83 pdf-recursive ps-recursive uninstall-info-recursive \
84 uninstall-recursive
85ETAGS = etags
86CTAGS = ctags
87DIST_SUBDIRS = $(SUBDIRS)
88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89ACLOCAL = @ACLOCAL@
90AMDEP_FALSE = @AMDEP_FALSE@
91AMDEP_TRUE = @AMDEP_TRUE@
92AMTAR = @AMTAR@
93AR = @AR@
94AS = @AS@
95AUTOCONF = @AUTOCONF@
96AUTOHEADER = @AUTOHEADER@
97AUTOMAKE = @AUTOMAKE@
98AWK = @AWK@
99CC = @CC@
100CCDEPMODE = @CCDEPMODE@
101CFLAGS = @CFLAGS@
102CPP = @CPP@
103CPPFLAGS = @CPPFLAGS@
104CXX = @CXX@
105CXXCPP = @CXXCPP@
106CXXDEPMODE = @CXXDEPMODE@
107CXXFLAGS = @CXXFLAGS@
108CYGPATH_W = @CYGPATH_W@
109DEFS = @DEFS@
110DEPDIR = @DEPDIR@
111DLLTOOL = @DLLTOOL@
112DUMPBIN = @DUMPBIN@
113ECHO_C = @ECHO_C@
114ECHO_N = @ECHO_N@
115ECHO_T = @ECHO_T@
116EGREP = @EGREP@
117EXEEXT = @EXEEXT@
118FGREP = @FGREP@
119GLUT_CFLAGS = @GLUT_CFLAGS@
120GLUT_LIBS = @GLUT_LIBS@
121GLU_CFLAGS = @GLU_CFLAGS@
122GLU_LIBS = @GLU_LIBS@
123GL_CFLAGS = @GL_CFLAGS@
124GL_LIBS = @GL_LIBS@
125GREP = @GREP@
126HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
127HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
128HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
129HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
130HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
131HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
132INSTALL_DATA = @INSTALL_DATA@
133INSTALL_PROGRAM = @INSTALL_PROGRAM@
134INSTALL_SCRIPT = @INSTALL_SCRIPT@
135INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136LD = @LD@
137LDFLAGS = @LDFLAGS@
138LIBDIR = @LIBDIR@
139LIBOBJS = @LIBOBJS@
140LIBS = @LIBS@
141LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
142LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
143LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
144LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
145LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
146LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
147LIBTIFF_VERSION = @LIBTIFF_VERSION@
148LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
149LIBTOOL = @LIBTOOL@
150LN_S = @LN_S@
151LTLIBOBJS = @LTLIBOBJS@
152MAINT = @MAINT@
153MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
154MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
155MAKEINFO = @MAKEINFO@
156NM = @NM@
157OBJDUMP = @OBJDUMP@
158OBJEXT = @OBJEXT@
159PACKAGE = @PACKAGE@
160PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
161PACKAGE_NAME = @PACKAGE_NAME@
162PACKAGE_STRING = @PACKAGE_STRING@
163PACKAGE_TARNAME = @PACKAGE_TARNAME@
164PACKAGE_VERSION = @PACKAGE_VERSION@
165PATH_SEPARATOR = @PATH_SEPARATOR@
166PTHREAD_CC = @PTHREAD_CC@
167PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
168PTHREAD_LIBS = @PTHREAD_LIBS@
169RANLIB = @RANLIB@
170SED = @SED@
171SET_MAKE = @SET_MAKE@
172SHELL = @SHELL@
173STRIP = @STRIP@
174VERSION = @VERSION@
175X_CFLAGS = @X_CFLAGS@
176X_EXTRA_LIBS = @X_EXTRA_LIBS@
177X_LIBS = @X_LIBS@
178X_PRE_LIBS = @X_PRE_LIBS@
179ac_ct_AR = @ac_ct_AR@
180ac_ct_AS = @ac_ct_AS@
181ac_ct_CC = @ac_ct_CC@
182ac_ct_CXX = @ac_ct_CXX@
183ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
184ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
185ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
186ac_ct_RANLIB = @ac_ct_RANLIB@
187ac_ct_STRIP = @ac_ct_STRIP@
188acx_pthread_config = @acx_pthread_config@
189am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
190am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
191am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
192am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
193am__include = @am__include@
194am__leading_dot = @am__leading_dot@
195am__quote = @am__quote@
196am__tar = @am__tar@
197am__untar = @am__untar@
198bindir = @bindir@
199build = @build@
200build_alias = @build_alias@
201build_cpu = @build_cpu@
202build_os = @build_os@
203build_vendor = @build_vendor@
204datadir = @datadir@
205exec_prefix = @exec_prefix@
206host = @host@
207host_alias = @host_alias@
208host_cpu = @host_cpu@
209host_os = @host_os@
210host_vendor = @host_vendor@
211includedir = @includedir@
212infodir = @infodir@
213install_sh = @install_sh@
214libdir = @libdir@
215libexecdir = @libexecdir@
216localstatedir = @localstatedir@
217lt_ECHO = @lt_ECHO@
218mandir = @mandir@
219mkdir_p = @mkdir_p@
220oldincludedir = @oldincludedir@
221prefix = @prefix@
222program_transform_name = @program_transform_name@
223sbindir = @sbindir@
224sharedstatedir = @sharedstatedir@
225sysconfdir = @sysconfdir@
226target = @target@
227target_alias = @target_alias@
228target_cpu = @target_cpu@
229target_os = @target_os@
230target_vendor = @target_vendor@
231EXTRA_DIST = README
232SUBDIRS = acorn addtiffo dbs iptcutil mac-cw mac-mpw mfs ojpeg pds ras stream tags win_dib
233all: all-recursive
234
235.SUFFIXES:
236$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
237 @for dep in $?; do \
238 case '$(am__configure_deps)' in \
239 *$$dep*) \
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
241 && exit 0; \
242 exit 1;; \
243 esac; \
244 done; \
245 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
246 cd $(top_srcdir) && \
247 $(AUTOMAKE) --foreign contrib/Makefile
248.PRECIOUS: Makefile
249Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250 @case '$?' in \
251 *config.status*) \
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
253 *) \
254 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
255 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
256 esac;
257
258$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
259 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
261$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
262 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266mostlyclean-libtool:
267 -rm -f *.lo
268
269clean-libtool:
270 -rm -rf .libs _libs
271
272distclean-libtool:
273 -rm -f libtool
274uninstall-info-am:
275
276# This directory's subdirectories are mostly independent; you can cd
277# into them and run `make' without going through this Makefile.
278# To change the values of `make' variables: instead of editing Makefiles,
279# (1) if the variable is set in `config.status', edit `config.status'
280# (which will cause the Makefiles to be regenerated when you run `make');
281# (2) otherwise, pass the desired values on the `make' command line.
282$(RECURSIVE_TARGETS):
283 @failcom='exit 1'; \
284 for f in x $$MAKEFLAGS; do \
285 case $$f in \
286 *=* | --[!k]*);; \
287 *k*) failcom='fail=yes';; \
288 esac; \
289 done; \
290 dot_seen=no; \
291 target=`echo $@ | sed s/-recursive//`; \
292 list='$(SUBDIRS)'; for subdir in $$list; do \
293 echo "Making $$target in $$subdir"; \
294 if test "$$subdir" = "."; then \
295 dot_seen=yes; \
296 local_target="$$target-am"; \
297 else \
298 local_target="$$target"; \
299 fi; \
300 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
301 || eval $$failcom; \
302 done; \
303 if test "$$dot_seen" = "no"; then \
304 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
305 fi; test -z "$$fail"
306
307mostlyclean-recursive clean-recursive distclean-recursive \
308maintainer-clean-recursive:
309 @failcom='exit 1'; \
310 for f in x $$MAKEFLAGS; do \
311 case $$f in \
312 *=* | --[!k]*);; \
313 *k*) failcom='fail=yes';; \
314 esac; \
315 done; \
316 dot_seen=no; \
317 case "$@" in \
318 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
319 *) list='$(SUBDIRS)' ;; \
320 esac; \
321 rev=''; for subdir in $$list; do \
322 if test "$$subdir" = "."; then :; else \
323 rev="$$subdir $$rev"; \
324 fi; \
325 done; \
326 rev="$$rev ."; \
327 target=`echo $@ | sed s/-recursive//`; \
328 for subdir in $$rev; do \
329 echo "Making $$target in $$subdir"; \
330 if test "$$subdir" = "."; then \
331 local_target="$$target-am"; \
332 else \
333 local_target="$$target"; \
334 fi; \
335 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
336 || eval $$failcom; \
337 done && test -z "$$fail"
338tags-recursive:
339 list='$(SUBDIRS)'; for subdir in $$list; do \
340 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
341 done
342ctags-recursive:
343 list='$(SUBDIRS)'; for subdir in $$list; do \
344 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
345 done
346
347ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349 unique=`for i in $$list; do \
350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351 done | \
352 $(AWK) ' { files[$$0] = 1; } \
353 END { for (i in files) print i; }'`; \
354 mkid -fID $$unique
355tags: TAGS
356
357TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
358 $(TAGS_FILES) $(LISP)
359 tags=; \
360 here=`pwd`; \
361 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
362 include_option=--etags-include; \
363 empty_fix=.; \
364 else \
365 include_option=--include; \
366 empty_fix=; \
367 fi; \
368 list='$(SUBDIRS)'; for subdir in $$list; do \
369 if test "$$subdir" = .; then :; else \
370 test ! -f $$subdir/TAGS || \
371 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
372 fi; \
373 done; \
374 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375 unique=`for i in $$list; do \
376 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377 done | \
378 $(AWK) ' { files[$$0] = 1; } \
379 END { for (i in files) print i; }'`; \
380 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
381 test -n "$$unique" || unique=$$empty_fix; \
382 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
383 $$tags $$unique; \
384 fi
385ctags: CTAGS
386CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
387 $(TAGS_FILES) $(LISP)
388 tags=; \
389 here=`pwd`; \
390 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391 unique=`for i in $$list; do \
392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393 done | \
394 $(AWK) ' { files[$$0] = 1; } \
395 END { for (i in files) print i; }'`; \
396 test -z "$(CTAGS_ARGS)$$tags$$unique" \
397 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398 $$tags $$unique
399
400GTAGS:
401 here=`$(am__cd) $(top_builddir) && pwd` \
402 && cd $(top_srcdir) \
403 && gtags -i $(GTAGS_ARGS) $$here
404
405distclean-tags:
406 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408distdir: $(DISTFILES)
409 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
410 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
411 list='$(DISTFILES)'; for file in $$list; do \
412 case $$file in \
413 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
414 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
415 esac; \
416 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
418 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
419 dir="/$$dir"; \
420 $(mkdir_p) "$(distdir)$$dir"; \
421 else \
422 dir=''; \
423 fi; \
424 if test -d $$d/$$file; then \
425 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
426 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
427 fi; \
428 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
429 else \
430 test -f $(distdir)/$$file \
431 || cp -p $$d/$$file $(distdir)/$$file \
432 || exit 1; \
433 fi; \
434 done
435 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
436 if test "$$subdir" = .; then :; else \
437 test -d "$(distdir)/$$subdir" \
438 || $(mkdir_p) "$(distdir)/$$subdir" \
439 || exit 1; \
440 distdir=`$(am__cd) $(distdir) && pwd`; \
441 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
442 (cd $$subdir && \
443 $(MAKE) $(AM_MAKEFLAGS) \
444 top_distdir="$$top_distdir" \
445 distdir="$$distdir/$$subdir" \
446 distdir) \
447 || exit 1; \
448 fi; \
449 done
450check-am: all-am
451check: check-recursive
452all-am: Makefile
453installdirs: installdirs-recursive
454installdirs-am:
455install: install-recursive
456install-exec: install-exec-recursive
457install-data: install-data-recursive
458uninstall: uninstall-recursive
459
460install-am: all-am
461 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
462
463installcheck: installcheck-recursive
464install-strip:
465 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
466 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
467 `test -z '$(STRIP)' || \
468 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
469mostlyclean-generic:
470
471clean-generic:
472
473distclean-generic:
474 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
475
476maintainer-clean-generic:
477 @echo "This command is intended for maintainers to use"
478 @echo "it deletes files that may require special tools to rebuild."
479clean: clean-recursive
480
481clean-am: clean-generic clean-libtool mostlyclean-am
482
483distclean: distclean-recursive
484 -rm -f Makefile
485distclean-am: clean-am distclean-generic distclean-libtool \
486 distclean-tags
487
488dvi: dvi-recursive
489
490dvi-am:
491
492html: html-recursive
493
494info: info-recursive
495
496info-am:
497
498install-data-am:
499
500install-exec-am:
501
502install-info: install-info-recursive
503
504install-man:
505
506installcheck-am:
507
508maintainer-clean: maintainer-clean-recursive
509 -rm -f Makefile
510maintainer-clean-am: distclean-am maintainer-clean-generic
511
512mostlyclean: mostlyclean-recursive
513
514mostlyclean-am: mostlyclean-generic mostlyclean-libtool
515
516pdf: pdf-recursive
517
518pdf-am:
519
520ps: ps-recursive
521
522ps-am:
523
524uninstall-am: uninstall-info-am
525
526uninstall-info: uninstall-info-recursive
527
528.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
529 clean clean-generic clean-libtool clean-recursive ctags \
530 ctags-recursive distclean distclean-generic distclean-libtool \
531 distclean-recursive distclean-tags distdir dvi dvi-am html \
532 html-am info info-am install install-am install-data \
533 install-data-am install-exec install-exec-am install-info \
534 install-info-am install-man install-strip installcheck \
535 installcheck-am installdirs installdirs-am maintainer-clean \
536 maintainer-clean-generic maintainer-clean-recursive \
537 mostlyclean mostlyclean-generic mostlyclean-libtool \
538 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
539 uninstall uninstall-am uninstall-info-am
540
541# Tell versions [3.59,3.63) of GNU make to not export all variables.
542# Otherwise a system limit (for SysV at least) may be exceeded.
543.NOEXPORT: