Makefile.in revision 7f7f5e4e
1# Makefile.in generated by automake 1.10.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008  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
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35@X_BZIP2_FONT_COMPRESSION_TRUE@am__append_1 = bunzip2.c
36subdir = src/fontfile
37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39am__aclocal_m4_deps = $(top_srcdir)/configure.ac
40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41	$(ACLOCAL_M4)
42mkinstalldirs = $(install_sh) -d
43CONFIG_HEADER = $(top_builddir)/config.h \
44	$(top_builddir)/include/X11/fonts/fontconf.h
45CONFIG_CLEAN_FILES =
46LTLIBRARIES = $(noinst_LTLIBRARIES)
47am__DEPENDENCIES_1 =
48libfontfile_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
49am__libfontfile_la_SOURCES_DIST = bitsource.c bufio.c decompress.c \
50	defaults.c dirfile.c fileio.c filewr.c fontdir.c fontencc.c \
51	fontfile.c fontscale.c gunzip.c register.c renderers.c \
52	catalogue.c bunzip2.c
53@X_BZIP2_FONT_COMPRESSION_TRUE@am__objects_1 = bunzip2.lo
54am_libfontfile_la_OBJECTS = bitsource.lo bufio.lo decompress.lo \
55	defaults.lo dirfile.lo fileio.lo filewr.lo fontdir.lo \
56	fontencc.lo fontfile.lo fontscale.lo gunzip.lo register.lo \
57	renderers.lo catalogue.lo $(am__objects_1)
58libfontfile_la_OBJECTS = $(am_libfontfile_la_OBJECTS)
59DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/fonts
60depcomp = $(SHELL) $(top_srcdir)/depcomp
61am__depfiles_maybe = depfiles
62COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67CCLD = $(CC)
68LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
70	$(LDFLAGS) -o $@
71SOURCES = $(libfontfile_la_SOURCES)
72DIST_SOURCES = $(am__libfontfile_la_SOURCES_DIST)
73ETAGS = etags
74CTAGS = ctags
75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76ACLOCAL = @ACLOCAL@
77AMTAR = @AMTAR@
78AR = @AR@
79AUTOCONF = @AUTOCONF@
80AUTOHEADER = @AUTOHEADER@
81AUTOMAKE = @AUTOMAKE@
82AWK = @AWK@
83CC = @CC@
84CCDEPMODE = @CCDEPMODE@
85CFLAGS = @CFLAGS@
86CHANGELOG_CMD = @CHANGELOG_CMD@
87CPP = @CPP@
88CPPFLAGS = @CPPFLAGS@
89CWARNFLAGS = @CWARNFLAGS@
90CYGPATH_W = @CYGPATH_W@
91DEFS = @DEFS@
92DEPDIR = @DEPDIR@
93DSYMUTIL = @DSYMUTIL@
94DUMPBIN = @DUMPBIN@
95ECHO_C = @ECHO_C@
96ECHO_N = @ECHO_N@
97ECHO_T = @ECHO_T@
98EGREP = @EGREP@
99ENCODINGSDIR = @ENCODINGSDIR@
100EXEEXT = @EXEEXT@
101FGREP = @FGREP@
102FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
103FREETYPE_LIBS = @FREETYPE_LIBS@
104FREETYPE_REQUIRES = @FREETYPE_REQUIRES@
105GREP = @GREP@
106INSTALL = @INSTALL@
107INSTALL_DATA = @INSTALL_DATA@
108INSTALL_PROGRAM = @INSTALL_PROGRAM@
109INSTALL_SCRIPT = @INSTALL_SCRIPT@
110INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111LD = @LD@
112LDFLAGS = @LDFLAGS@
113LIBOBJS = @LIBOBJS@
114LIBS = @LIBS@
115LIBTOOL = @LIBTOOL@
116LIPO = @LIPO@
117LN_S = @LN_S@
118LTLIBOBJS = @LTLIBOBJS@
119MAKEINFO = @MAKEINFO@
120MATH_LIBS = @MATH_LIBS@
121MKDIR_P = @MKDIR_P@
122NM = @NM@
123NMEDIT = @NMEDIT@
124OBJDUMP = @OBJDUMP@
125OBJEXT = @OBJEXT@
126OS_CFLAGS = @OS_CFLAGS@
127OTOOL = @OTOOL@
128OTOOL64 = @OTOOL64@
129PACKAGE = @PACKAGE@
130PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131PACKAGE_NAME = @PACKAGE_NAME@
132PACKAGE_STRING = @PACKAGE_STRING@
133PACKAGE_TARNAME = @PACKAGE_TARNAME@
134PACKAGE_VERSION = @PACKAGE_VERSION@
135PATH_SEPARATOR = @PATH_SEPARATOR@
136PKG_CONFIG = @PKG_CONFIG@
137RANLIB = @RANLIB@
138SED = @SED@
139SET_MAKE = @SET_MAKE@
140SHELL = @SHELL@
141STRIP = @STRIP@
142VERSION = @VERSION@
143XFONT_CFLAGS = @XFONT_CFLAGS@
144XFONT_LIBS = @XFONT_LIBS@
145X_GZIP_FONT_COMPRESSION = @X_GZIP_FONT_COMPRESSION@
146Z_LIBS = @Z_LIBS@
147abs_builddir = @abs_builddir@
148abs_srcdir = @abs_srcdir@
149abs_top_builddir = @abs_top_builddir@
150abs_top_srcdir = @abs_top_srcdir@
151ac_ct_CC = @ac_ct_CC@
152ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
153am__include = @am__include@
154am__leading_dot = @am__leading_dot@
155am__quote = @am__quote@
156am__tar = @am__tar@
157am__untar = @am__untar@
158bindir = @bindir@
159build = @build@
160build_alias = @build_alias@
161build_cpu = @build_cpu@
162build_os = @build_os@
163build_vendor = @build_vendor@
164builddir = @builddir@
165datadir = @datadir@
166datarootdir = @datarootdir@
167distcleancheck_listfiles = @distcleancheck_listfiles@
168docdir = @docdir@
169dvidir = @dvidir@
170exec_prefix = @exec_prefix@
171ft_config = @ft_config@
172host = @host@
173host_alias = @host_alias@
174host_cpu = @host_cpu@
175host_os = @host_os@
176host_vendor = @host_vendor@
177htmldir = @htmldir@
178includedir = @includedir@
179infodir = @infodir@
180install_sh = @install_sh@
181libdir = @libdir@
182libexecdir = @libexecdir@
183localedir = @localedir@
184localstatedir = @localstatedir@
185lt_ECHO = @lt_ECHO@
186mandir = @mandir@
187mkdir_p = @mkdir_p@
188oldincludedir = @oldincludedir@
189pdfdir = @pdfdir@
190prefix = @prefix@
191program_transform_name = @program_transform_name@
192psdir = @psdir@
193sbindir = @sbindir@
194sharedstatedir = @sharedstatedir@
195srcdir = @srcdir@
196sysconfdir = @sysconfdir@
197target_alias = @target_alias@
198top_build_prefix = @top_build_prefix@
199top_builddir = @top_builddir@
200top_srcdir = @top_srcdir@
201FONTENCDIR = @ENCODINGSDIR@
202FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTENCDIR)/encodings.dir\"
203INCLUDES = \
204	-I${top_srcdir}/include \
205	$(FONTENCDEFS)		
206
207AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS)
208noinst_LTLIBRARIES = libfontfile.la
209libfontfile_la_LIBADD = \
210	$(Z_LIBS)
211
212libfontfile_la_SOURCES = bitsource.c bufio.c decompress.c defaults.c \
213	dirfile.c fileio.c filewr.c fontdir.c fontencc.c fontfile.c \
214	fontscale.c gunzip.c register.c renderers.c catalogue.c \
215	$(am__append_1)
216all: all-am
217
218.SUFFIXES:
219.SUFFIXES: .c .lo .o .obj
220$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
221	@for dep in $?; do \
222	  case '$(am__configure_deps)' in \
223	    *$$dep*) \
224	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
225	        && { if test -f $@; then exit 0; else break; fi; }; \
226	      exit 1;; \
227	  esac; \
228	done; \
229	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/fontfile/Makefile'; \
230	cd $(top_srcdir) && \
231	  $(AUTOMAKE) --foreign  src/fontfile/Makefile
232.PRECIOUS: Makefile
233Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234	@case '$?' in \
235	  *config.status*) \
236	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
237	  *) \
238	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
239	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
240	esac;
241
242$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
245$(top_srcdir)/configure:  $(am__configure_deps)
246	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
248	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250clean-noinstLTLIBRARIES:
251	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
252	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
253	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
254	  test "$$dir" != "$$p" || dir=.; \
255	  echo "rm -f \"$${dir}/so_locations\""; \
256	  rm -f "$${dir}/so_locations"; \
257	done
258libfontfile.la: $(libfontfile_la_OBJECTS) $(libfontfile_la_DEPENDENCIES) 
259	$(LINK)  $(libfontfile_la_OBJECTS) $(libfontfile_la_LIBADD) $(LIBS)
260
261mostlyclean-compile:
262	-rm -f *.$(OBJEXT)
263
264distclean-compile:
265	-rm -f *.tab.c
266
267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitsource.Plo@am__quote@
268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bufio.Plo@am__quote@
269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bunzip2.Plo@am__quote@
270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/catalogue.Plo@am__quote@
271@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decompress.Plo@am__quote@
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defaults.Plo@am__quote@
273@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirfile.Plo@am__quote@
274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileio.Plo@am__quote@
275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filewr.Plo@am__quote@
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontdir.Plo@am__quote@
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontencc.Plo@am__quote@
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontfile.Plo@am__quote@
279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fontscale.Plo@am__quote@
280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gunzip.Plo@am__quote@
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/register.Plo@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/renderers.Plo@am__quote@
283
284.c.o:
285@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
286@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289@am__fastdepCC_FALSE@	$(COMPILE) -c $<
290
291.c.obj:
292@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
293@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
294@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
297
298.c.lo:
299@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
300@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
301@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
302@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
304
305mostlyclean-libtool:
306	-rm -f *.lo
307
308clean-libtool:
309	-rm -rf .libs _libs
310
311ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
312	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313	unique=`for i in $$list; do \
314	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315	  done | \
316	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
317	      END { if (nonempty) { for (i in files) print i; }; }'`; \
318	mkid -fID $$unique
319tags: TAGS
320
321TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
322		$(TAGS_FILES) $(LISP)
323	tags=; \
324	here=`pwd`; \
325	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326	unique=`for i in $$list; do \
327	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328	  done | \
329	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330	      END { if (nonempty) { for (i in files) print i; }; }'`; \
331	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
332	  test -n "$$unique" || unique=$$empty_fix; \
333	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
334	    $$tags $$unique; \
335	fi
336ctags: CTAGS
337CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338		$(TAGS_FILES) $(LISP)
339	tags=; \
340	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
341	unique=`for i in $$list; do \
342	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343	  done | \
344	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345	      END { if (nonempty) { for (i in files) print i; }; }'`; \
346	test -z "$(CTAGS_ARGS)$$tags$$unique" \
347	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
348	     $$tags $$unique
349
350GTAGS:
351	here=`$(am__cd) $(top_builddir) && pwd` \
352	  && cd $(top_srcdir) \
353	  && gtags -i $(GTAGS_ARGS) $$here
354
355distclean-tags:
356	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
357
358distdir: $(DISTFILES)
359	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361	list='$(DISTFILES)'; \
362	  dist_files=`for file in $$list; do echo $$file; done | \
363	  sed -e "s|^$$srcdirstrip/||;t" \
364	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365	case $$dist_files in \
366	  */*) $(MKDIR_P) `echo "$$dist_files" | \
367			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368			   sort -u` ;; \
369	esac; \
370	for file in $$dist_files; do \
371	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372	  if test -d $$d/$$file; then \
373	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
375	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
376	    fi; \
377	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
378	  else \
379	    test -f $(distdir)/$$file \
380	    || cp -p $$d/$$file $(distdir)/$$file \
381	    || exit 1; \
382	  fi; \
383	done
384check-am: all-am
385check: check-am
386all-am: Makefile $(LTLIBRARIES)
387installdirs:
388install: install-am
389install-exec: install-exec-am
390install-data: install-data-am
391uninstall: uninstall-am
392
393install-am: all-am
394	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
395
396installcheck: installcheck-am
397install-strip:
398	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400	  `test -z '$(STRIP)' || \
401	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
402mostlyclean-generic:
403
404clean-generic:
405
406distclean-generic:
407	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
408
409maintainer-clean-generic:
410	@echo "This command is intended for maintainers to use"
411	@echo "it deletes files that may require special tools to rebuild."
412clean: clean-am
413
414clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
415	mostlyclean-am
416
417distclean: distclean-am
418	-rm -rf ./$(DEPDIR)
419	-rm -f Makefile
420distclean-am: clean-am distclean-compile distclean-generic \
421	distclean-tags
422
423dvi: dvi-am
424
425dvi-am:
426
427html: html-am
428
429info: info-am
430
431info-am:
432
433install-data-am:
434
435install-dvi: install-dvi-am
436
437install-exec-am:
438
439install-html: install-html-am
440
441install-info: install-info-am
442
443install-man:
444
445install-pdf: install-pdf-am
446
447install-ps: install-ps-am
448
449installcheck-am:
450
451maintainer-clean: maintainer-clean-am
452	-rm -rf ./$(DEPDIR)
453	-rm -f Makefile
454maintainer-clean-am: distclean-am maintainer-clean-generic
455
456mostlyclean: mostlyclean-am
457
458mostlyclean-am: mostlyclean-compile mostlyclean-generic \
459	mostlyclean-libtool
460
461pdf: pdf-am
462
463pdf-am:
464
465ps: ps-am
466
467ps-am:
468
469uninstall-am:
470
471.MAKE: install-am install-strip
472
473.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
474	clean-libtool clean-noinstLTLIBRARIES ctags distclean \
475	distclean-compile distclean-generic distclean-libtool \
476	distclean-tags distdir dvi dvi-am html html-am info info-am \
477	install install-am install-data install-data-am install-dvi \
478	install-dvi-am install-exec install-exec-am install-html \
479	install-html-am install-info install-info-am install-man \
480	install-pdf install-pdf-am install-ps install-ps-am \
481	install-strip installcheck installcheck-am installdirs \
482	maintainer-clean maintainer-clean-generic mostlyclean \
483	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
484	pdf pdf-am ps ps-am tags uninstall uninstall-am
485
486# Tell versions [3.59,3.63) of GNU make to not export all variables.
487# Otherwise a system limit (for SysV at least) may be exceeded.
488.NOEXPORT:
489