Fix CVE-2018-10392 : Sanity check number of channels in setup
[platform/upstream/libvorbis.git] / test / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 am__make_dryrun = \
19   { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22       *\\[\ \   ]*) \
23         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25       *) \
26         for am__flg in $$MAKEFLAGS; do \
27           case $$am__flg in \
28             *=*|--*) ;; \
29             *n*) am__dry=yes; break;; \
30           esac; \
31         done;; \
32     esac; \
33     test $$am__dry = yes; \
34   }
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 target_triplet = @target@
54 check_PROGRAMS = test$(EXEEXT)
55 subdir = test
56 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
59         $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
60         $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 am_test_OBJECTS = util.$(OBJEXT) write_read.$(OBJEXT) test.$(OBJEXT)
68 test_OBJECTS = $(am_test_OBJECTS)
69 test_DEPENDENCIES = ../lib/libvorbisenc.la ../lib/libvorbis.la
70 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
71 depcomp = $(SHELL) $(top_srcdir)/depcomp
72 am__depfiles_maybe = depfiles
73 am__mv = mv -f
74 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
78         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79 CCLD = $(CC)
80 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
82         $(LDFLAGS) -o $@
83 SOURCES = $(test_SOURCES)
84 DIST_SOURCES = $(test_SOURCES)
85 am__can_run_installinfo = \
86   case $$AM_UPDATE_INFO_DIR in \
87     n|no|NO) false;; \
88     *) (install-info --version) >/dev/null 2>&1;; \
89   esac
90 ETAGS = etags
91 CTAGS = ctags
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 ACLOCAL = @ACLOCAL@
94 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
95 ALLOCA = @ALLOCA@
96 AMTAR = @AMTAR@
97 AR = @AR@
98 AS = @AS@
99 AUTOCONF = @AUTOCONF@
100 AUTOHEADER = @AUTOHEADER@
101 AUTOMAKE = @AUTOMAKE@
102 AWK = @AWK@
103 CC = @CC@
104 CCDEPMODE = @CCDEPMODE@
105 CFLAGS = @CFLAGS@
106 CPP = @CPP@
107 CPPFLAGS = @CPPFLAGS@
108 CYGPATH_W = @CYGPATH_W@
109 DEBUG = @DEBUG@
110 DEFS = @DEFS@
111 DEPDIR = @DEPDIR@
112 DLLTOOL = @DLLTOOL@
113 DSYMUTIL = @DSYMUTIL@
114 DUMPBIN = @DUMPBIN@
115 ECHO_C = @ECHO_C@
116 ECHO_N = @ECHO_N@
117 ECHO_T = @ECHO_T@
118 EGREP = @EGREP@
119 EXEEXT = @EXEEXT@
120 FGREP = @FGREP@
121 GREP = @GREP@
122 HAVE_DOXYGEN = @HAVE_DOXYGEN@
123 HTLATEX = @HTLATEX@
124 INSTALL = @INSTALL@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129 LD = @LD@
130 LDFLAGS = @LDFLAGS@
131 LIBOBJS = @LIBOBJS@
132 LIBS = @LIBS@
133 LIBTOOL = @LIBTOOL@
134 LIBTOOL_DEPS = @LIBTOOL_DEPS@
135 LIPO = @LIPO@
136 LN_S = @LN_S@
137 LTLIBOBJS = @LTLIBOBJS@
138 MAINT = @MAINT@
139 MAKEINFO = @MAKEINFO@
140 MANIFEST_TOOL = @MANIFEST_TOOL@
141 MKDIR_P = @MKDIR_P@
142 NM = @NM@
143 NMEDIT = @NMEDIT@
144 OBJDUMP = @OBJDUMP@
145 OBJEXT = @OBJEXT@
146 OGG_CFLAGS = @OGG_CFLAGS@
147 OGG_LIBS = @OGG_LIBS@
148 OTOOL = @OTOOL@
149 OTOOL64 = @OTOOL64@
150 PACKAGE = @PACKAGE@
151 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152 PACKAGE_NAME = @PACKAGE_NAME@
153 PACKAGE_STRING = @PACKAGE_STRING@
154 PACKAGE_TARNAME = @PACKAGE_TARNAME@
155 PACKAGE_URL = @PACKAGE_URL@
156 PACKAGE_VERSION = @PACKAGE_VERSION@
157 PATH_SEPARATOR = @PATH_SEPARATOR@
158 PDFLATEX = @PDFLATEX@
159 PKG_CONFIG = @PKG_CONFIG@
160 PROFILE = @PROFILE@
161 RANLIB = @RANLIB@
162 SED = @SED@
163 SET_MAKE = @SET_MAKE@
164 SHELL = @SHELL@
165 STRIP = @STRIP@
166 VERSION = @VERSION@
167 VE_LIB_AGE = @VE_LIB_AGE@
168 VE_LIB_CURRENT = @VE_LIB_CURRENT@
169 VE_LIB_REVISION = @VE_LIB_REVISION@
170 VF_LIB_AGE = @VF_LIB_AGE@
171 VF_LIB_CURRENT = @VF_LIB_CURRENT@
172 VF_LIB_REVISION = @VF_LIB_REVISION@
173 VORBIS_LIBS = @VORBIS_LIBS@
174 V_LIB_AGE = @V_LIB_AGE@
175 V_LIB_CURRENT = @V_LIB_CURRENT@
176 V_LIB_REVISION = @V_LIB_REVISION@
177 abs_builddir = @abs_builddir@
178 abs_srcdir = @abs_srcdir@
179 abs_top_builddir = @abs_top_builddir@
180 abs_top_srcdir = @abs_top_srcdir@
181 ac_ct_AR = @ac_ct_AR@
182 ac_ct_CC = @ac_ct_CC@
183 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
184 am__include = @am__include@
185 am__leading_dot = @am__leading_dot@
186 am__quote = @am__quote@
187 am__tar = @am__tar@
188 am__untar = @am__untar@
189 bindir = @bindir@
190 build = @build@
191 build_alias = @build_alias@
192 build_cpu = @build_cpu@
193 build_os = @build_os@
194 build_vendor = @build_vendor@
195 builddir = @builddir@
196 datadir = @datadir@
197 datarootdir = @datarootdir@
198 docdir = @docdir@
199 dvidir = @dvidir@
200 exec_prefix = @exec_prefix@
201 host = @host@
202 host_alias = @host_alias@
203 host_cpu = @host_cpu@
204 host_os = @host_os@
205 host_vendor = @host_vendor@
206 htmldir = @htmldir@
207 includedir = @includedir@
208 infodir = @infodir@
209 install_sh = @install_sh@
210 libdir = @libdir@
211 libexecdir = @libexecdir@
212 localedir = @localedir@
213 localstatedir = @localstatedir@
214 mandir = @mandir@
215 mkdir_p = @mkdir_p@
216 oldincludedir = @oldincludedir@
217 pdfdir = @pdfdir@
218 prefix = @prefix@
219 program_transform_name = @program_transform_name@
220 psdir = @psdir@
221 pthread_lib = @pthread_lib@
222 sbindir = @sbindir@
223 sharedstatedir = @sharedstatedir@
224 srcdir = @srcdir@
225 sysconfdir = @sysconfdir@
226 target = @target@
227 target_alias = @target_alias@
228 target_cpu = @target_cpu@
229 target_os = @target_os@
230 target_vendor = @target_vendor@
231 top_build_prefix = @top_build_prefix@
232 top_builddir = @top_builddir@
233 top_srcdir = @top_srcdir@
234 AUTOMAKE_OPTIONS = foreign
235 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
236 test_SOURCES = util.c util.h write_read.c write_read.h test.c
237 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
238 all: all-am
239
240 .SUFFIXES:
241 .SUFFIXES: .c .lo .o .obj
242 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
243         @for dep in $?; do \
244           case '$(am__configure_deps)' in \
245             *$$dep*) \
246               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
247                 && { if test -f $@; then exit 0; else break; fi; }; \
248               exit 1;; \
249           esac; \
250         done; \
251         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
252         $(am__cd) $(top_srcdir) && \
253           $(AUTOMAKE) --foreign test/Makefile
254 .PRECIOUS: Makefile
255 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
256         @case '$?' in \
257           *config.status*) \
258             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259           *) \
260             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
261             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
262         esac;
263
264 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
265         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
267 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
268         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
270         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271 $(am__aclocal_m4_deps):
272
273 clean-checkPROGRAMS:
274         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
275         echo " rm -f" $$list; \
276         rm -f $$list || exit $$?; \
277         test -n "$(EXEEXT)" || exit 0; \
278         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
279         echo " rm -f" $$list; \
280         rm -f $$list
281 test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) $(EXTRA_test_DEPENDENCIES) 
282         @rm -f test$(EXEEXT)
283         $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
284
285 mostlyclean-compile:
286         -rm -f *.$(OBJEXT)
287
288 distclean-compile:
289         -rm -f *.tab.c
290
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/write_read.Po@am__quote@
294
295 .c.o:
296 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
297 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
300 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
301
302 .c.obj:
303 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
304 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
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 `$(CYGPATH_W) '$<'`
308
309 .c.lo:
310 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
311 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
315
316 mostlyclean-libtool:
317         -rm -f *.lo
318
319 clean-libtool:
320         -rm -rf .libs _libs
321
322 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
323         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
324         unique=`for i in $$list; do \
325             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326           done | \
327           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328               END { if (nonempty) { for (i in files) print i; }; }'`; \
329         mkid -fID $$unique
330 tags: TAGS
331
332 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
333                 $(TAGS_FILES) $(LISP)
334         set x; \
335         here=`pwd`; \
336         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337         unique=`for i in $$list; do \
338             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339           done | \
340           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341               END { if (nonempty) { for (i in files) print i; }; }'`; \
342         shift; \
343         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
344           test -n "$$unique" || unique=$$empty_fix; \
345           if test $$# -gt 0; then \
346             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
347               "$$@" $$unique; \
348           else \
349             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350               $$unique; \
351           fi; \
352         fi
353 ctags: CTAGS
354 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
355                 $(TAGS_FILES) $(LISP)
356         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357         unique=`for i in $$list; do \
358             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359           done | \
360           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361               END { if (nonempty) { for (i in files) print i; }; }'`; \
362         test -z "$(CTAGS_ARGS)$$unique" \
363           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
364              $$unique
365
366 GTAGS:
367         here=`$(am__cd) $(top_builddir) && pwd` \
368           && $(am__cd) $(top_srcdir) \
369           && gtags -i $(GTAGS_ARGS) "$$here"
370
371 distclean-tags:
372         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
373
374 distdir: $(DISTFILES)
375         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
376         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377         list='$(DISTFILES)'; \
378           dist_files=`for file in $$list; do echo $$file; done | \
379           sed -e "s|^$$srcdirstrip/||;t" \
380               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
381         case $$dist_files in \
382           */*) $(MKDIR_P) `echo "$$dist_files" | \
383                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
384                            sort -u` ;; \
385         esac; \
386         for file in $$dist_files; do \
387           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
388           if test -d $$d/$$file; then \
389             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
390             if test -d "$(distdir)/$$file"; then \
391               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392             fi; \
393             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
394               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
395               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
396             fi; \
397             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
398           else \
399             test -f "$(distdir)/$$file" \
400             || cp -p $$d/$$file "$(distdir)/$$file" \
401             || exit 1; \
402           fi; \
403         done
404 check-am: all-am
405         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
406 check: check-am
407 all-am: Makefile
408 installdirs:
409 install: install-am
410 install-exec: install-exec-am
411 install-data: install-data-am
412 uninstall: uninstall-am
413
414 install-am: all-am
415         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
416
417 installcheck: installcheck-am
418 install-strip:
419         if test -z '$(STRIP)'; then \
420           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
421             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
422               install; \
423         else \
424           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
425             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
426             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
427         fi
428 mostlyclean-generic:
429
430 clean-generic:
431
432 distclean-generic:
433         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
434         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
435
436 maintainer-clean-generic:
437         @echo "This command is intended for maintainers to use"
438         @echo "it deletes files that may require special tools to rebuild."
439 clean: clean-am
440
441 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
442         mostlyclean-am
443
444 distclean: distclean-am
445         -rm -rf ./$(DEPDIR)
446         -rm -f Makefile
447 distclean-am: clean-am distclean-compile distclean-generic \
448         distclean-tags
449
450 dvi: dvi-am
451
452 dvi-am:
453
454 html: html-am
455
456 html-am:
457
458 info: info-am
459
460 info-am:
461
462 install-data-am:
463
464 install-dvi: install-dvi-am
465
466 install-dvi-am:
467
468 install-exec-am:
469
470 install-html: install-html-am
471
472 install-html-am:
473
474 install-info: install-info-am
475
476 install-info-am:
477
478 install-man:
479
480 install-pdf: install-pdf-am
481
482 install-pdf-am:
483
484 install-ps: install-ps-am
485
486 install-ps-am:
487
488 installcheck-am:
489
490 maintainer-clean: maintainer-clean-am
491         -rm -rf ./$(DEPDIR)
492         -rm -f Makefile
493 maintainer-clean-am: distclean-am maintainer-clean-generic
494
495 mostlyclean: mostlyclean-am
496
497 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
498         mostlyclean-libtool
499
500 pdf: pdf-am
501
502 pdf-am:
503
504 ps: ps-am
505
506 ps-am:
507
508 uninstall-am:
509
510 .MAKE: check-am install-am install-strip
511
512 .PHONY: CTAGS GTAGS all all-am check check-am clean \
513         clean-checkPROGRAMS clean-generic clean-libtool ctags \
514         distclean distclean-compile distclean-generic \
515         distclean-libtool distclean-tags distdir dvi dvi-am html \
516         html-am info info-am install install-am install-data \
517         install-data-am install-dvi install-dvi-am install-exec \
518         install-exec-am install-html install-html-am install-info \
519         install-info-am install-man install-pdf install-pdf-am \
520         install-ps install-ps-am install-strip installcheck \
521         installcheck-am installdirs maintainer-clean \
522         maintainer-clean-generic mostlyclean mostlyclean-compile \
523         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
524         tags uninstall uninstall-am
525
526
527 check: $(check_PROGRAMS)
528         ./test$(EXEEXT)
529
530 debug:
531         $(MAKE) check CFLAGS="@DEBUG@"
532
533 profile:
534         $(MAKE) check CFLAGS="@PROFILE@"
535
536 # Tell versions [3.59,3.63) of GNU make to not export all variables.
537 # Otherwise a system limit (for SysV at least) may be exceeded.
538 .NOEXPORT: