1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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#  FLAC - Free Lossless Audio Codec
18#  Copyright (C) 2001-2009  Josh Coalson
19#  Copyright (C) 2011-2016  Xiph.Org Foundation
20#
21#  This file is part the FLAC project.  FLAC is comprised of several
22#  components distributed under different licenses.  The codec libraries
23#  are distributed under Xiph.Org's BSD-like license (see the file
24#  COPYING.Xiph in this distribution).  All other programs, libraries, and
25#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
26#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
27#  FLAC distribution contains at the top the terms under which it may be
28#  distributed.
29#
30#  Since this particular file is relevant to all components of FLAC,
31#  it may be distributed under the Xiph.Org license, which is the least
32#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
33#  distribution.
34VPATH = @srcdir@
35am__is_gnu_make = { \
36  if test -z '$(MAKELEVEL)'; then \
37    false; \
38  elif test -n '$(MAKE_HOST)'; then \
39    true; \
40  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
41    true; \
42  else \
43    false; \
44  fi; \
45}
46am__make_running_with_option = \
47  case $${target_option-} in \
48      ?) ;; \
49      *) echo "am__make_running_with_option: internal error: invalid" \
50              "target option '$${target_option-}' specified" >&2; \
51         exit 1;; \
52  esac; \
53  has_opt=no; \
54  sane_makeflags=$$MAKEFLAGS; \
55  if $(am__is_gnu_make); then \
56    sane_makeflags=$$MFLAGS; \
57  else \
58    case $$MAKEFLAGS in \
59      *\\[\ \	]*) \
60        bs=\\; \
61        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
63    esac; \
64  fi; \
65  skip_next=no; \
66  strip_trailopt () \
67  { \
68    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69  }; \
70  for flg in $$sane_makeflags; do \
71    test $$skip_next = yes && { skip_next=no; continue; }; \
72    case $$flg in \
73      *=*|--*) continue;; \
74        -*I) strip_trailopt 'I'; skip_next=yes;; \
75      -*I?*) strip_trailopt 'I';; \
76        -*O) strip_trailopt 'O'; skip_next=yes;; \
77      -*O?*) strip_trailopt 'O';; \
78        -*l) strip_trailopt 'l'; skip_next=yes;; \
79      -*l?*) strip_trailopt 'l';; \
80      -[dEDm]) skip_next=yes;; \
81      -[JT]) skip_next=yes;; \
82    esac; \
83    case $$flg in \
84      *$$target_option*) has_opt=yes; break;; \
85    esac; \
86  done; \
87  test $$has_opt = yes
88am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90pkgdatadir = $(datadir)/@PACKAGE@
91pkgincludedir = $(includedir)/@PACKAGE@
92pkglibdir = $(libdir)/@PACKAGE@
93pkglibexecdir = $(libexecdir)/@PACKAGE@
94am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95install_sh_DATA = $(install_sh) -c -m 644
96install_sh_PROGRAM = $(install_sh) -c
97install_sh_SCRIPT = $(install_sh) -c
98INSTALL_HEADER = $(INSTALL_DATA)
99transform = $(program_transform_name)
100NORMAL_INSTALL = :
101PRE_INSTALL = :
102POST_INSTALL = :
103NORMAL_UNINSTALL = :
104PRE_UNINSTALL = :
105POST_UNINSTALL = :
106build_triplet = @build@
107host_triplet = @host@
108subdir = test/cuesheets
109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
111	$(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
112	$(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
113	$(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
114	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
115	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
116	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
117	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
118	$(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
119	$(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
120	$(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/config.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128AM_V_P = $(am__v_P_@AM_V@)
129am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
130am__v_P_0 = false
131am__v_P_1 = :
132AM_V_GEN = $(am__v_GEN_@AM_V@)
133am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
134am__v_GEN_0 = @echo "  GEN     " $@;
135am__v_GEN_1 =
136AM_V_at = $(am__v_at_@AM_V@)
137am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138am__v_at_0 = @
139am__v_at_1 =
140SOURCES =
141DIST_SOURCES =
142am__can_run_installinfo = \
143  case $$AM_UPDATE_INFO_DIR in \
144    n|no|NO) false;; \
145    *) (install-info --version) >/dev/null 2>&1;; \
146  esac
147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148am__DIST_COMMON = $(srcdir)/Makefile.in
149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
150ACLOCAL = @ACLOCAL@
151AMTAR = @AMTAR@
152AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
153AR = @AR@
154AS = @AS@
155AUTOCONF = @AUTOCONF@
156AUTOHEADER = @AUTOHEADER@
157AUTOMAKE = @AUTOMAKE@
158AWK = @AWK@
159CC = @CC@
160CCAS = @CCAS@
161CCASDEPMODE = @CCASDEPMODE@
162CCASFLAGS = @CCASFLAGS@
163CCDEPMODE = @CCDEPMODE@
164CFLAGS = @CFLAGS@
165CPP = @CPP@
166CPPFLAGS = @CPPFLAGS@
167CXX = @CXX@
168CXXCPP = @CXXCPP@
169CXXDEPMODE = @CXXDEPMODE@
170CXXFLAGS = @CXXFLAGS@
171CYGPATH_W = @CYGPATH_W@
172DEFS = @DEFS@
173DEPDIR = @DEPDIR@
174DLLTOOL = @DLLTOOL@
175DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
176DOXYGEN = @DOXYGEN@
177DSYMUTIL = @DSYMUTIL@
178DUMPBIN = @DUMPBIN@
179ECHO_C = @ECHO_C@
180ECHO_N = @ECHO_N@
181ECHO_T = @ECHO_T@
182EGREP = @EGREP@
183ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
184EXEEXT = @EXEEXT@
185FGREP = @FGREP@
186FLAC__HAS_OGG = @FLAC__HAS_OGG@
187FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
188FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
189GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
190GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
191GCC_VERSION = @GCC_VERSION@
192GREP = @GREP@
193INSTALL = @INSTALL@
194INSTALL_DATA = @INSTALL_DATA@
195INSTALL_PROGRAM = @INSTALL_PROGRAM@
196INSTALL_SCRIPT = @INSTALL_SCRIPT@
197INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
198LD = @LD@
199LDFLAGS = @LDFLAGS@
200LIBICONV = @LIBICONV@
201LIBOBJS = @LIBOBJS@
202LIBS = @LIBS@
203LIBTOOL = @LIBTOOL@
204LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
205LIPO = @LIPO@
206LN_S = @LN_S@
207LTLIBICONV = @LTLIBICONV@
208LTLIBOBJS = @LTLIBOBJS@
209LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
210MAKEINFO = @MAKEINFO@
211MANIFEST_TOOL = @MANIFEST_TOOL@
212MKDIR_P = @MKDIR_P@
213NASM = @NASM@
214NM = @NM@
215NMEDIT = @NMEDIT@
216OBJDUMP = @OBJDUMP@
217OBJEXT = @OBJEXT@
218OBJ_FORMAT = @OBJ_FORMAT@
219OGG_CFLAGS = @OGG_CFLAGS@
220OGG_LIBS = @OGG_LIBS@
221OGG_PACKAGE = @OGG_PACKAGE@
222OTOOL = @OTOOL@
223OTOOL64 = @OTOOL64@
224PACKAGE = @PACKAGE@
225PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226PACKAGE_NAME = @PACKAGE_NAME@
227PACKAGE_STRING = @PACKAGE_STRING@
228PACKAGE_TARNAME = @PACKAGE_TARNAME@
229PACKAGE_URL = @PACKAGE_URL@
230PACKAGE_VERSION = @PACKAGE_VERSION@
231PATH_SEPARATOR = @PATH_SEPARATOR@
232RANLIB = @RANLIB@
233SED = @SED@
234SET_MAKE = @SET_MAKE@
235SHELL = @SHELL@
236STRIP = @STRIP@
237VERSION = @VERSION@
238XMMS_CFLAGS = @XMMS_CFLAGS@
239XMMS_CONFIG = @XMMS_CONFIG@
240XMMS_DATA_DIR = @XMMS_DATA_DIR@
241XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
242XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
243XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
244XMMS_LIBS = @XMMS_LIBS@
245XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
246XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
247XMMS_VERSION = @XMMS_VERSION@
248XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
249abs_builddir = @abs_builddir@
250abs_srcdir = @abs_srcdir@
251abs_top_builddir = @abs_top_builddir@
252abs_top_srcdir = @abs_top_srcdir@
253ac_ct_AR = @ac_ct_AR@
254ac_ct_CC = @ac_ct_CC@
255ac_ct_CXX = @ac_ct_CXX@
256ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257am__include = @am__include@
258am__leading_dot = @am__leading_dot@
259am__quote = @am__quote@
260am__tar = @am__tar@
261am__untar = @am__untar@
262bindir = @bindir@
263build = @build@
264build_alias = @build_alias@
265build_cpu = @build_cpu@
266build_os = @build_os@
267build_vendor = @build_vendor@
268builddir = @builddir@
269datadir = @datadir@
270datarootdir = @datarootdir@
271docdir = @docdir@
272dvidir = @dvidir@
273exec_prefix = @exec_prefix@
274host = @host@
275host_alias = @host_alias@
276host_cpu = @host_cpu@
277host_os = @host_os@
278host_vendor = @host_vendor@
279htmldir = @htmldir@
280includedir = @includedir@
281infodir = @infodir@
282install_sh = @install_sh@
283libdir = @libdir@
284libexecdir = @libexecdir@
285localedir = @localedir@
286localstatedir = @localstatedir@
287mandir = @mandir@
288mkdir_p = @mkdir_p@
289oldincludedir = @oldincludedir@
290pdfdir = @pdfdir@
291prefix = @prefix@
292program_transform_name = @program_transform_name@
293psdir = @psdir@
294runstatedir = @runstatedir@
295sbindir = @sbindir@
296sharedstatedir = @sharedstatedir@
297srcdir = @srcdir@
298sysconfdir = @sysconfdir@
299target_alias = @target_alias@
300top_build_prefix = @top_build_prefix@
301top_builddir = @top_builddir@
302top_srcdir = @top_srcdir@
303EXTRA_DIST = \
304	bad.000.CATALOG_multiple.cue \
305	bad.001.CATALOG_missing_number.cue \
306	bad.002.CATALOG_number_too_long.cue \
307	bad.003.CATALOG_not_13_digits.cue \
308	bad.030.FLAGS_multiple.cue \
309	bad.031.FLAGS_wrong_place_1.cue \
310	bad.032.FLAGS_wrong_place_2.cue \
311	bad.060.INDEX_wrong_place.cue \
312	bad.061.INDEX_missing_number.cue \
313	bad.062.INDEX_invalid_number_1.cue \
314	bad.063.first_INDEX_not_0_or_1.cue \
315	bad.064.INDEX_num_non_sequential.cue \
316	bad.065.INDEX_num_out_of_range.cue \
317	bad.066.INDEX_missing_offset.cue \
318	bad.067.INDEX_illegal_offset.cue \
319	bad.068.INDEX_cdda_illegal_offset.cue \
320	bad.069.nonzero_first_INDEX.cue \
321	bad.070.INDEX_offset_not_ascending_1.cue \
322	bad.071.INDEX_offset_not_ascending_2.cue \
323	bad.110.ISRC_multiple.cue \
324	bad.111.ISRC_wrong_place_1.cue \
325	bad.112.ISRC_wrong_place_2.cue \
326	bad.113.ISRC_missing_number.cue \
327	bad.114.ISRC_invalid_number.cue \
328	bad.130.TRACK_missing_INDEX_01_1.cue \
329	bad.131.TRACK_missing_INDEX_01_2.cue \
330	bad.132.TRACK_missing_INDEX_01_3.cue \
331	bad.133.TRACK_missing_INDEX_01_4.cue \
332	bad.134.TRACK_missing_number.cue \
333	bad.135.TRACK_invalid_number_1.cue \
334	bad.136.TRACK_invalid_number_2.cue \
335	bad.137.TRACK_cdda_out_of_range.cue \
336	bad.138.TRACK_num_non_sequential.cue \
337	bad.139.TRACK_missing_type.cue \
338	bad.140.no_TRACKs.cue \
339	bad.200.FLAC_leadin_missing_offset.cue \
340	bad.201.FLAC_leadin_illegal_offset.cue \
341	bad.202.FLAC_leadin_cdda_illegal_offset.cue \
342	bad.230.FLAC_leadout_multiple.cue \
343	bad.231.FLAC_leadout_missing_track.cue \
344	bad.232.FLAC_leadout_illegal_track.cue \
345	bad.233.FLAC_leadout_missing_offset.cue \
346	bad.234.FLAC_leadout_illegal_offset.cue \
347	bad.235.FLAC_leadout_offset_not_211680000.cue \
348	good.000.cue \
349	good.001.cue \
350	good.002.dos_format.cue \
351	good.003.missing_final_newline.cue \
352	good.004.dos_format.missing_final_newline.cue \
353	good.005.quoted.isrc.cue
354
355all: all-am
356
357.SUFFIXES:
358$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
359	@for dep in $?; do \
360	  case '$(am__configure_deps)' in \
361	    *$$dep*) \
362	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
363	        && { if test -f $@; then exit 0; else break; fi; }; \
364	      exit 1;; \
365	  esac; \
366	done; \
367	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/cuesheets/Makefile'; \
368	$(am__cd) $(top_srcdir) && \
369	  $(AUTOMAKE) --foreign test/cuesheets/Makefile
370Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
371	@case '$?' in \
372	  *config.status*) \
373	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
374	  *) \
375	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
377	esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381
382$(top_srcdir)/configure:  $(am__configure_deps)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386$(am__aclocal_m4_deps):
387
388mostlyclean-libtool:
389	-rm -f *.lo
390
391clean-libtool:
392	-rm -rf .libs _libs
393tags TAGS:
394
395ctags CTAGS:
396
397cscope cscopelist:
398
399
400distdir: $(DISTFILES)
401	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
402	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
403	list='$(DISTFILES)'; \
404	  dist_files=`for file in $$list; do echo $$file; done | \
405	  sed -e "s|^$$srcdirstrip/||;t" \
406	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
407	case $$dist_files in \
408	  */*) $(MKDIR_P) `echo "$$dist_files" | \
409			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
410			   sort -u` ;; \
411	esac; \
412	for file in $$dist_files; do \
413	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
414	  if test -d $$d/$$file; then \
415	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
416	    if test -d "$(distdir)/$$file"; then \
417	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
418	    fi; \
419	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
420	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
421	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
422	    fi; \
423	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
424	  else \
425	    test -f "$(distdir)/$$file" \
426	    || cp -p $$d/$$file "$(distdir)/$$file" \
427	    || exit 1; \
428	  fi; \
429	done
430check-am: all-am
431check: check-am
432all-am: Makefile
433installdirs:
434install: install-am
435install-exec: install-exec-am
436install-data: install-data-am
437uninstall: uninstall-am
438
439install-am: all-am
440	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441
442installcheck: installcheck-am
443install-strip:
444	if test -z '$(STRIP)'; then \
445	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
446	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
447	      install; \
448	else \
449	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
450	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
451	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
452	fi
453mostlyclean-generic:
454
455clean-generic:
456
457distclean-generic:
458	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
459	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
460
461maintainer-clean-generic:
462	@echo "This command is intended for maintainers to use"
463	@echo "it deletes files that may require special tools to rebuild."
464clean: clean-am
465
466clean-am: clean-generic clean-libtool mostlyclean-am
467
468distclean: distclean-am
469	-rm -f Makefile
470distclean-am: clean-am distclean-generic
471
472dvi: dvi-am
473
474dvi-am:
475
476html: html-am
477
478html-am:
479
480info: info-am
481
482info-am:
483
484install-data-am:
485
486install-dvi: install-dvi-am
487
488install-dvi-am:
489
490install-exec-am:
491
492install-html: install-html-am
493
494install-html-am:
495
496install-info: install-info-am
497
498install-info-am:
499
500install-man:
501
502install-pdf: install-pdf-am
503
504install-pdf-am:
505
506install-ps: install-ps-am
507
508install-ps-am:
509
510installcheck-am:
511
512maintainer-clean: maintainer-clean-am
513	-rm -f Makefile
514maintainer-clean-am: distclean-am maintainer-clean-generic
515
516mostlyclean: mostlyclean-am
517
518mostlyclean-am: mostlyclean-generic mostlyclean-libtool
519
520pdf: pdf-am
521
522pdf-am:
523
524ps: ps-am
525
526ps-am:
527
528uninstall-am:
529
530.MAKE: install-am install-strip
531
532.PHONY: all all-am check check-am clean clean-generic clean-libtool \
533	cscopelist-am ctags-am distclean distclean-generic \
534	distclean-libtool distdir dvi dvi-am html html-am info info-am \
535	install install-am install-data install-data-am install-dvi \
536	install-dvi-am install-exec install-exec-am install-html \
537	install-html-am install-info install-info-am install-man \
538	install-pdf install-pdf-am install-ps install-ps-am \
539	install-strip installcheck installcheck-am installdirs \
540	maintainer-clean maintainer-clean-generic mostlyclean \
541	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
542	tags-am uninstall uninstall-am
543
544.PRECIOUS: Makefile
545
546
547# Tell versions [3.59,3.63) of GNU make to not export all variables.
548# Otherwise a system limit (for SysV at least) may be exceeded.
549.NOEXPORT:
550