1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
4 # Copyright (C) 1994-2020 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.
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
18 if test -z '$(MAKELEVEL)'; then \
20 elif test -n '$(MAKE_HOST)'; then \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 am__make_running_with_option = \
29 case $${target_option-} in \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
66 *$$target_option*) has_opt=yes; break;; \
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
88 build_triplet = @build@
90 check_PROGRAMS = test$(EXEEXT)
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
94 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \
97 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_VPATH_FILES =
105 am_test_OBJECTS = util.$(OBJEXT) write_read.$(OBJEXT) test.$(OBJEXT)
106 test_OBJECTS = $(am_test_OBJECTS)
107 test_DEPENDENCIES = ../lib/libvorbisenc.la ../lib/libvorbis.la
108 AM_V_lt = $(am__v_lt_@AM_V@)
109 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110 am__v_lt_0 = --silent
112 AM_V_P = $(am__v_P_@AM_V@)
113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo " GEN " $@;
120 AM_V_at = $(am__v_at_@AM_V@)
121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
124 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
125 depcomp = $(SHELL) $(top_srcdir)/depcomp
126 am__maybe_remake_depfiles = depfiles
127 am__depfiles_remade = ./$(DEPDIR)/test.Po ./$(DEPDIR)/util.Po \
128 ./$(DEPDIR)/write_read.Po
130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
131 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
132 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
133 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
134 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
135 $(AM_CFLAGS) $(CFLAGS)
136 AM_V_CC = $(am__v_CC_@AM_V@)
137 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
138 am__v_CC_0 = @echo " CC " $@;
141 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
143 $(AM_LDFLAGS) $(LDFLAGS) -o $@
144 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
145 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
146 am__v_CCLD_0 = @echo " CCLD " $@;
148 SOURCES = $(test_SOURCES)
149 DIST_SOURCES = $(test_SOURCES)
150 am__can_run_installinfo = \
151 case $$AM_UPDATE_INFO_DIR in \
153 *) (install-info --version) >/dev/null 2>&1;; \
155 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156 # Read a list of newline-separated strings from the standard input,
157 # and print each of them once, without duplicates. Input order is
159 am__uniquify_input = $(AWK) '\
160 BEGIN { nonempty = 0; } \
161 { items[$$0] = 1; nonempty = 1; } \
162 END { if (nonempty) { for (i in items) print i; }; } \
164 # Make sure the list of sources is unique. This is necessary because,
165 # e.g., the same source file might be shared among _SOURCES variables
166 # for different programs/libraries.
167 am__define_uniq_tagged_files = \
168 list='$(am__tagged_files)'; \
169 unique=`for i in $$list; do \
170 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171 done | $(am__uniquify_input)`
174 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
180 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
183 AUTOCONF = @AUTOCONF@
184 AUTOHEADER = @AUTOHEADER@
185 AUTOMAKE = @AUTOMAKE@
188 CCDEPMODE = @CCDEPMODE@
191 CPPFLAGS = @CPPFLAGS@
192 CYGPATH_W = @CYGPATH_W@
197 DSYMUTIL = @DSYMUTIL@
206 HAVE_DOXYGEN = @HAVE_DOXYGEN@
209 INSTALL_DATA = @INSTALL_DATA@
210 INSTALL_PROGRAM = @INSTALL_PROGRAM@
211 INSTALL_SCRIPT = @INSTALL_SCRIPT@
212 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
218 LIBTOOL_DEPS = @LIBTOOL_DEPS@
221 LTLIBOBJS = @LTLIBOBJS@
222 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
224 MAKEINFO = @MAKEINFO@
225 MANIFEST_TOOL = @MANIFEST_TOOL@
231 OGG_CFLAGS = @OGG_CFLAGS@
232 OGG_LIBS = @OGG_LIBS@
236 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237 PACKAGE_NAME = @PACKAGE_NAME@
238 PACKAGE_STRING = @PACKAGE_STRING@
239 PACKAGE_TARNAME = @PACKAGE_TARNAME@
240 PACKAGE_URL = @PACKAGE_URL@
241 PACKAGE_VERSION = @PACKAGE_VERSION@
242 PATH_SEPARATOR = @PATH_SEPARATOR@
243 PDFLATEX = @PDFLATEX@
244 PKG_CONFIG = @PKG_CONFIG@
248 SET_MAKE = @SET_MAKE@
252 VE_LIB_AGE = @VE_LIB_AGE@
253 VE_LIB_CURRENT = @VE_LIB_CURRENT@
254 VE_LIB_REVISION = @VE_LIB_REVISION@
255 VF_LIB_AGE = @VF_LIB_AGE@
256 VF_LIB_CURRENT = @VF_LIB_CURRENT@
257 VF_LIB_REVISION = @VF_LIB_REVISION@
258 VORBIS_LIBS = @VORBIS_LIBS@
259 V_LIB_AGE = @V_LIB_AGE@
260 V_LIB_CURRENT = @V_LIB_CURRENT@
261 V_LIB_REVISION = @V_LIB_REVISION@
262 abs_builddir = @abs_builddir@
263 abs_srcdir = @abs_srcdir@
264 abs_top_builddir = @abs_top_builddir@
265 abs_top_srcdir = @abs_top_srcdir@
266 ac_ct_AR = @ac_ct_AR@
267 ac_ct_CC = @ac_ct_CC@
268 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
269 am__include = @am__include@
270 am__leading_dot = @am__leading_dot@
271 am__quote = @am__quote@
273 am__untar = @am__untar@
276 build_alias = @build_alias@
277 build_cpu = @build_cpu@
278 build_os = @build_os@
279 build_vendor = @build_vendor@
280 builddir = @builddir@
282 datarootdir = @datarootdir@
285 exec_prefix = @exec_prefix@
287 host_alias = @host_alias@
288 host_cpu = @host_cpu@
290 host_vendor = @host_vendor@
292 includedir = @includedir@
294 install_sh = @install_sh@
296 libexecdir = @libexecdir@
297 localedir = @localedir@
298 localstatedir = @localstatedir@
301 oldincludedir = @oldincludedir@
304 program_transform_name = @program_transform_name@
306 pthread_lib = @pthread_lib@
307 runstatedir = @runstatedir@
309 sharedstatedir = @sharedstatedir@
311 sysconfdir = @sysconfdir@
312 target_alias = @target_alias@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 AUTOMAKE_OPTIONS = foreign
317 AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
318 test_SOURCES = util.c util.h write_read.c write_read.h test.c
319 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
323 .SUFFIXES: .c .lo .o .obj
324 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
326 case '$(am__configure_deps)' in \
328 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
329 && { if test -f $@; then exit 0; else break; fi; }; \
333 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
334 $(am__cd) $(top_srcdir) && \
335 $(AUTOMAKE) --foreign test/Makefile
336 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
341 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
342 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
345 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
349 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352 $(am__aclocal_m4_deps):
355 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
356 echo " rm -f" $$list; \
357 rm -f $$list || exit $$?; \
358 test -n "$(EXEEXT)" || exit 0; \
359 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
360 echo " rm -f" $$list; \
363 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES)
365 $(AM_V_CCLD)$(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@ # am--include-marker
374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ # am--include-marker
375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write_read.Po@am__quote@ # am--include-marker
377 $(am__depfiles_remade):
379 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
381 am--depfiles: $(am__depfiles_remade)
384 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
385 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
391 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
392 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
398 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
399 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
410 ID: $(am__tagged_files)
411 $(am__define_uniq_tagged_files); mkid -fID $$unique
415 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
418 $(am__define_uniq_tagged_files); \
420 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421 test -n "$$unique" || unique=$$empty_fix; \
422 if test $$# -gt 0; then \
423 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434 $(am__define_uniq_tagged_files); \
435 test -z "$(CTAGS_ARGS)$$unique" \
436 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
440 here=`$(am__cd) $(top_builddir) && pwd` \
441 && $(am__cd) $(top_srcdir) \
442 && gtags -i $(GTAGS_ARGS) "$$here"
443 cscopelist: cscopelist-am
445 cscopelist-am: $(am__tagged_files)
446 list='$(am__tagged_files)'; \
447 case "$(srcdir)" in \
448 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
449 *) sdir=$(subdir)/$(srcdir) ;; \
451 for i in $$list; do \
452 if test -f "$$i"; then \
453 echo "$(subdir)/$$i"; \
457 done >> $(top_builddir)/cscope.files
460 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
462 distdir: $(BUILT_SOURCES)
463 $(MAKE) $(AM_MAKEFLAGS) distdir-am
465 distdir-am: $(DISTFILES)
466 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468 list='$(DISTFILES)'; \
469 dist_files=`for file in $$list; do echo $$file; done | \
470 sed -e "s|^$$srcdirstrip/||;t" \
471 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472 case $$dist_files in \
473 */*) $(MKDIR_P) `echo "$$dist_files" | \
474 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477 for file in $$dist_files; do \
478 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479 if test -d $$d/$$file; then \
480 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481 if test -d "$(distdir)/$$file"; then \
482 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490 test -f "$(distdir)/$$file" \
491 || cp -p $$d/$$file "$(distdir)/$$file" \
496 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
501 install-exec: install-exec-am
502 install-data: install-data-am
503 uninstall: uninstall-am
506 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508 installcheck: installcheck-am
510 if test -z '$(STRIP)'; then \
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
524 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
527 maintainer-clean-generic:
528 @echo "This command is intended for maintainers to use"
529 @echo "it deletes files that may require special tools to rebuild."
532 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
535 distclean: distclean-am
536 -rm -f ./$(DEPDIR)/test.Po
537 -rm -f ./$(DEPDIR)/util.Po
538 -rm -f ./$(DEPDIR)/write_read.Po
540 distclean-am: clean-am distclean-compile distclean-generic \
557 install-dvi: install-dvi-am
563 install-html: install-html-am
567 install-info: install-info-am
573 install-pdf: install-pdf-am
577 install-ps: install-ps-am
583 maintainer-clean: maintainer-clean-am
584 -rm -f ./$(DEPDIR)/test.Po
585 -rm -f ./$(DEPDIR)/util.Po
586 -rm -f ./$(DEPDIR)/write_read.Po
588 maintainer-clean-am: distclean-am maintainer-clean-generic
590 mostlyclean: mostlyclean-am
592 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
605 .MAKE: check-am install-am install-strip
607 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
608 clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
609 ctags ctags-am distclean distclean-compile distclean-generic \
610 distclean-libtool distclean-tags distdir dvi dvi-am html \
611 html-am info info-am install install-am install-data \
612 install-data-am install-dvi install-dvi-am install-exec \
613 install-exec-am install-html install-html-am install-info \
614 install-info-am install-man install-pdf install-pdf-am \
615 install-ps install-ps-am install-strip installcheck \
616 installcheck-am installdirs maintainer-clean \
617 maintainer-clean-generic mostlyclean mostlyclean-compile \
618 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
619 tags tags-am uninstall uninstall-am
624 check: $(check_PROGRAMS)
628 $(MAKE) check CFLAGS="@DEBUG@"
631 $(MAKE) check CFLAGS="@PROFILE@"
633 # Tell versions [3.59,3.63) of GNU make to not export all variables.
634 # Otherwise a system limit (for SysV at least) may be exceeded.