]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/port/Makefile.in
switching to explicit flush mode, otherwise clientdc destruction lead to contention...
[wxWidgets.git] / src / tiff / port / 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.
41
42srcdir = @srcdir@
43top_srcdir = @top_srcdir@
44VPATH = @srcdir@
45pkgdatadir = $(datadir)/@PACKAGE@
46pkglibdir = $(libdir)/@PACKAGE@
47pkgincludedir = $(includedir)/@PACKAGE@
48top_builddir = ..
49am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
50INSTALL = @INSTALL@
51install_sh_DATA = $(install_sh) -c -m 644
52install_sh_PROGRAM = $(install_sh) -c
53install_sh_SCRIPT = $(install_sh) -c
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = $(program_transform_name)
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62build_triplet = @build@
63host_triplet = @host@
64target_triplet = @target@
65subdir = port
66DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in getopt.c \
67 lfind.c strcasecmp.c strtoul.c
68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
70 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
71 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
72 $(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
76CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
77 $(top_builddir)/libtiff/tiffconf.h
78CONFIG_CLEAN_FILES =
79LTLIBRARIES = $(noinst_LTLIBRARIES)
80libport_la_DEPENDENCIES = @LTLIBOBJS@
81am_libport_la_OBJECTS = dummy.lo
82libport_la_OBJECTS = $(am_libport_la_OBJECTS)
83DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/libtiff -I$(top_builddir)/libtiff
84depcomp = $(SHELL) $(top_srcdir)/config/depcomp
85am__depfiles_maybe = depfiles
86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
88LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
89 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
90 $(AM_CFLAGS) $(CFLAGS)
91CCLD = $(CC)
92LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
93 $(AM_LDFLAGS) $(LDFLAGS) -o $@
94SOURCES = $(libport_la_SOURCES)
95DIST_SOURCES = $(libport_la_SOURCES)
96ETAGS = etags
97CTAGS = ctags
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99ACLOCAL = @ACLOCAL@
100AMDEP_FALSE = @AMDEP_FALSE@
101AMDEP_TRUE = @AMDEP_TRUE@
102AMTAR = @AMTAR@
103AR = @AR@
104AS = @AS@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CXX = @CXX@
115CXXCPP = @CXXCPP@
116CXXDEPMODE = @CXXDEPMODE@
117CXXFLAGS = @CXXFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121DLLTOOL = @DLLTOOL@
122DUMPBIN = @DUMPBIN@
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
127EXEEXT = @EXEEXT@
128FGREP = @FGREP@
129GLUT_CFLAGS = @GLUT_CFLAGS@
130GLUT_LIBS = @GLUT_LIBS@
131GLU_CFLAGS = @GLU_CFLAGS@
132GLU_LIBS = @GLU_LIBS@
133GL_CFLAGS = @GL_CFLAGS@
134GL_LIBS = @GL_LIBS@
135GREP = @GREP@
136HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
137HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
138HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
139HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
140HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
141HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
142INSTALL_DATA = @INSTALL_DATA@
143INSTALL_PROGRAM = @INSTALL_PROGRAM@
144INSTALL_SCRIPT = @INSTALL_SCRIPT@
145INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146LD = @LD@
147LDFLAGS = @LDFLAGS@
148LIBDIR = @LIBDIR@
149LIBOBJS = @LIBOBJS@
150LIBS = @LIBS@
151LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
152LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
153LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
154LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
155LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
156LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
157LIBTIFF_VERSION = @LIBTIFF_VERSION@
158LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
159LIBTOOL = @LIBTOOL@
160LN_S = @LN_S@
161LTLIBOBJS = @LTLIBOBJS@
162MAINT = @MAINT@
163MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
164MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
165MAKEINFO = @MAKEINFO@
166NM = @NM@
167OBJDUMP = @OBJDUMP@
168OBJEXT = @OBJEXT@
169PACKAGE = @PACKAGE@
170PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171PACKAGE_NAME = @PACKAGE_NAME@
172PACKAGE_STRING = @PACKAGE_STRING@
173PACKAGE_TARNAME = @PACKAGE_TARNAME@
174PACKAGE_VERSION = @PACKAGE_VERSION@
175PATH_SEPARATOR = @PATH_SEPARATOR@
176PTHREAD_CC = @PTHREAD_CC@
177PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
178PTHREAD_LIBS = @PTHREAD_LIBS@
179RANLIB = @RANLIB@
180SED = @SED@
181SET_MAKE = @SET_MAKE@
182SHELL = @SHELL@
183STRIP = @STRIP@
184VERSION = @VERSION@
185X_CFLAGS = @X_CFLAGS@
186X_EXTRA_LIBS = @X_EXTRA_LIBS@
187X_LIBS = @X_LIBS@
188X_PRE_LIBS = @X_PRE_LIBS@
189ac_ct_AR = @ac_ct_AR@
190ac_ct_AS = @ac_ct_AS@
191ac_ct_CC = @ac_ct_CC@
192ac_ct_CXX = @ac_ct_CXX@
193ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
194ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
195ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
196ac_ct_RANLIB = @ac_ct_RANLIB@
197ac_ct_STRIP = @ac_ct_STRIP@
198acx_pthread_config = @acx_pthread_config@
199am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
200am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
201am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
202am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
203am__include = @am__include@
204am__leading_dot = @am__leading_dot@
205am__quote = @am__quote@
206am__tar = @am__tar@
207am__untar = @am__untar@
208bindir = @bindir@
209build = @build@
210build_alias = @build_alias@
211build_cpu = @build_cpu@
212build_os = @build_os@
213build_vendor = @build_vendor@
214datadir = @datadir@
215exec_prefix = @exec_prefix@
216host = @host@
217host_alias = @host_alias@
218host_cpu = @host_cpu@
219host_os = @host_os@
220host_vendor = @host_vendor@
221includedir = @includedir@
222infodir = @infodir@
223install_sh = @install_sh@
224libdir = @libdir@
225libexecdir = @libexecdir@
226localstatedir = @localstatedir@
227lt_ECHO = @lt_ECHO@
228mandir = @mandir@
229mkdir_p = @mkdir_p@
230oldincludedir = @oldincludedir@
231prefix = @prefix@
232program_transform_name = @program_transform_name@
233sbindir = @sbindir@
234sharedstatedir = @sharedstatedir@
235sysconfdir = @sysconfdir@
236target = @target@
237target_alias = @target_alias@
238target_cpu = @target_cpu@
239target_os = @target_os@
240target_vendor = @target_vendor@
241EXTRA_DIST = Makefile.vc
242noinst_LTLIBRARIES = libport.la
243libport_la_SOURCES = dummy.c
244libport_la_LIBADD = @LTLIBOBJS@
245all: all-am
246
247.SUFFIXES:
248.SUFFIXES: .c .lo .o .obj
249$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
250 @for dep in $?; do \
251 case '$(am__configure_deps)' in \
252 *$$dep*) \
253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
254 && exit 0; \
255 exit 1;; \
256 esac; \
257 done; \
258 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign port/Makefile'; \
259 cd $(top_srcdir) && \
260 $(AUTOMAKE) --foreign port/Makefile
261.PRECIOUS: Makefile
262Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263 @case '$?' in \
264 *config.status*) \
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266 *) \
267 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
268 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
269 esac;
270
271$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
274$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
275 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278
279clean-noinstLTLIBRARIES:
280 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
281 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
282 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
283 test "$$dir" != "$$p" || dir=.; \
284 echo "rm -f \"$${dir}/so_locations\""; \
285 rm -f "$${dir}/so_locations"; \
286 done
287libport.la: $(libport_la_OBJECTS) $(libport_la_DEPENDENCIES)
288 $(LINK) $(libport_la_LDFLAGS) $(libport_la_OBJECTS) $(libport_la_LIBADD) $(LIBS)
289
290mostlyclean-compile:
291 -rm -f *.$(OBJEXT)
292
293distclean-compile:
294 -rm -f *.tab.c
295
296@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Plo@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lfind.Plo@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Plo@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Plo@am__quote@
301
302.c.o:
303@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
304@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
305@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307@am__fastdepCC_FALSE@ $(COMPILE) -c $<
308
309.c.obj:
310@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
311@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
312@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
315
316.c.lo:
317@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
318@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
319@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
320@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
322
323mostlyclean-libtool:
324 -rm -f *.lo
325
326clean-libtool:
327 -rm -rf .libs _libs
328
329distclean-libtool:
330 -rm -f libtool
331uninstall-info-am:
332
333ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
335 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \
338 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \
340 mkid -fID $$unique
341tags: TAGS
342
343TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
344 $(TAGS_FILES) $(LISP)
345 tags=; \
346 here=`pwd`; \
347 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348 unique=`for i in $$list; do \
349 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350 done | \
351 $(AWK) ' { files[$$0] = 1; } \
352 END { for (i in files) print i; }'`; \
353 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
354 test -n "$$unique" || unique=$$empty_fix; \
355 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
356 $$tags $$unique; \
357 fi
358ctags: CTAGS
359CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
360 $(TAGS_FILES) $(LISP)
361 tags=; \
362 here=`pwd`; \
363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364 unique=`for i in $$list; do \
365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366 done | \
367 $(AWK) ' { files[$$0] = 1; } \
368 END { for (i in files) print i; }'`; \
369 test -z "$(CTAGS_ARGS)$$tags$$unique" \
370 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371 $$tags $$unique
372
373GTAGS:
374 here=`$(am__cd) $(top_builddir) && pwd` \
375 && cd $(top_srcdir) \
376 && gtags -i $(GTAGS_ARGS) $$here
377
378distclean-tags:
379 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
380
381distdir: $(DISTFILES)
382 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
383 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
384 list='$(DISTFILES)'; for file in $$list; do \
385 case $$file in \
386 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
387 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
388 esac; \
389 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
390 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
391 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
392 dir="/$$dir"; \
393 $(mkdir_p) "$(distdir)$$dir"; \
394 else \
395 dir=''; \
396 fi; \
397 if test -d $$d/$$file; then \
398 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
399 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
400 fi; \
401 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
402 else \
403 test -f $(distdir)/$$file \
404 || cp -p $$d/$$file $(distdir)/$$file \
405 || exit 1; \
406 fi; \
407 done
408check-am: all-am
409check: check-am
410all-am: Makefile $(LTLIBRARIES)
411installdirs:
412install: install-am
413install-exec: install-exec-am
414install-data: install-data-am
415uninstall: uninstall-am
416
417install-am: all-am
418 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
419
420installcheck: installcheck-am
421install-strip:
422 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
423 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
424 `test -z '$(STRIP)' || \
425 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
426mostlyclean-generic:
427
428clean-generic:
429
430distclean-generic:
431 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
432
433maintainer-clean-generic:
434 @echo "This command is intended for maintainers to use"
435 @echo "it deletes files that may require special tools to rebuild."
436clean: clean-am
437
438clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
439 mostlyclean-am
440
441distclean: distclean-am
442 -rm -rf $(DEPDIR) ./$(DEPDIR)
443 -rm -f Makefile
444distclean-am: clean-am distclean-compile distclean-generic \
445 distclean-libtool distclean-tags
446
447dvi: dvi-am
448
449dvi-am:
450
451html: html-am
452
453info: info-am
454
455info-am:
456
457install-data-am:
458
459install-exec-am:
460
461install-info: install-info-am
462
463install-man:
464
465installcheck-am:
466
467maintainer-clean: maintainer-clean-am
468 -rm -rf $(DEPDIR) ./$(DEPDIR)
469 -rm -f Makefile
470maintainer-clean-am: distclean-am maintainer-clean-generic
471
472mostlyclean: mostlyclean-am
473
474mostlyclean-am: mostlyclean-compile mostlyclean-generic \
475 mostlyclean-libtool
476
477pdf: pdf-am
478
479pdf-am:
480
481ps: ps-am
482
483ps-am:
484
485uninstall-am: uninstall-info-am
486
487.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
488 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
489 distclean-compile distclean-generic distclean-libtool \
490 distclean-tags distdir dvi dvi-am html html-am info info-am \
491 install install-am install-data install-data-am install-exec \
492 install-exec-am install-info install-info-am install-man \
493 install-strip installcheck installcheck-am installdirs \
494 maintainer-clean maintainer-clean-generic mostlyclean \
495 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
496 pdf pdf-am ps ps-am tags uninstall uninstall-am \
497 uninstall-info-am
498
499# Tell versions [3.59,3.63) of GNU make to not export all variables.
500# Otherwise a system limit (for SysV at least) may be exceeded.
501.NOEXPORT: