1# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
6# 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37check_PROGRAMS = test_lineiter$(EXEEXT)
38TESTS = test_lineiter$(EXEEXT)
39subdir = test/unit/test_lineiter
40DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
41	$(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \
44	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
45	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
46	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.in
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50	$(ACLOCAL_M4)
51mkinstalldirs = $(install_sh) -d
52CONFIG_HEADER = $(top_builddir)/include/config.h \
53	$(top_builddir)/include/sphinx_config.h
54CONFIG_CLEAN_FILES =
55CONFIG_CLEAN_VPATH_FILES =
56test_lineiter_SOURCES = test_lineiter.c
57test_lineiter_OBJECTS = test_lineiter.$(OBJEXT)
58test_lineiter_LDADD = $(LDADD)
59test_lineiter_DEPENDENCIES =  \
60	${top_builddir}/src/libsphinxbase/libsphinxbase.la
61DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
62depcomp = $(SHELL) $(top_srcdir)/depcomp
63am__depfiles_maybe = depfiles
64am__mv = mv -f
65COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
66	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
67LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70CCLD = $(CC)
71LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
73	$(LDFLAGS) -o $@
74SOURCES = test_lineiter.c
75DIST_SOURCES = test_lineiter.c
76HEADERS = $(noinst_HEADERS)
77ETAGS = etags
78CTAGS = ctags
79am__tty_colors = \
80red=; grn=; lgn=; blu=; std=
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82ACLOCAL = @ACLOCAL@
83AMTAR = @AMTAR@
84AR = @AR@
85AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
88AWK = @AWK@
89CC = @CC@
90CCDEPMODE = @CCDEPMODE@
91CFLAGS = @CFLAGS@
92CPP = @CPP@
93CPPFLAGS = @CPPFLAGS@
94CYGPATH_W = @CYGPATH_W@
95DEFS = @DEFS@
96DEPDIR = @DEPDIR@
97DSYMUTIL = @DSYMUTIL@
98DUMPBIN = @DUMPBIN@
99ECHO_C = @ECHO_C@
100ECHO_N = @ECHO_N@
101ECHO_T = @ECHO_T@
102EGREP = @EGREP@
103EXEEXT = @EXEEXT@
104FGREP = @FGREP@
105GREP = @GREP@
106HAVE_CYTHON = @HAVE_CYTHON@
107HAVE_DOXYGEN = @HAVE_DOXYGEN@
108HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
109INSTALL = @INSTALL@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LD = @LD@
115LDFLAGS = @LDFLAGS@
116LIBICONV = @LIBICONV@
117LIBOBJS = @LIBOBJS@
118LIBS = @LIBS@
119LIBTOOL = @LIBTOOL@
120LIPO = @LIPO@
121LN_S = @LN_S@
122LTLIBICONV = @LTLIBICONV@
123LTLIBOBJS = @LTLIBOBJS@
124MAKEINFO = @MAKEINFO@
125MKDIR_P = @MKDIR_P@
126NM = @NM@
127NMEDIT = @NMEDIT@
128OBJDUMP = @OBJDUMP@
129OBJEXT = @OBJEXT@
130OTOOL = @OTOOL@
131OTOOL64 = @OTOOL64@
132PACKAGE = @PACKAGE@
133PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134PACKAGE_NAME = @PACKAGE_NAME@
135PACKAGE_STRING = @PACKAGE_STRING@
136PACKAGE_TARNAME = @PACKAGE_TARNAME@
137PACKAGE_URL = @PACKAGE_URL@
138PACKAGE_VERSION = @PACKAGE_VERSION@
139PATH_SEPARATOR = @PATH_SEPARATOR@
140PKG_CONFIG = @PKG_CONFIG@
141PYTHON = @PYTHON@
142PYTHON_CONFIG = @PYTHON_CONFIG@
143RANLIB = @RANLIB@
144SAMPLERATE_CFLAGS = @SAMPLERATE_CFLAGS@
145SAMPLERATE_LIBS = @SAMPLERATE_LIBS@
146SED = @SED@
147SET_MAKE = @SET_MAKE@
148SHELL = @SHELL@
149SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
150SNDFILE_LIBS = @SNDFILE_LIBS@
151STRIP = @STRIP@
152VERSION = @VERSION@
153YACC = @YACC@
154abs_builddir = @abs_builddir@
155abs_srcdir = @abs_srcdir@
156abs_top_builddir = @abs_top_builddir@
157abs_top_srcdir = @abs_top_srcdir@
158ac_ct_CC = @ac_ct_CC@
159ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
160ad_backend = @ad_backend@
161ad_files = @ad_files@
162ad_libs = @ad_libs@
163am__include = @am__include@
164am__leading_dot = @am__leading_dot@
165am__quote = @am__quote@
166am__tar = @am__tar@
167am__untar = @am__untar@
168bindir = @bindir@
169build = @build@
170build_alias = @build_alias@
171build_cpu = @build_cpu@
172build_os = @build_os@
173build_vendor = @build_vendor@
174builddir = @builddir@
175datadir = @datadir@
176datarootdir = @datarootdir@
177docdir = @docdir@
178dvidir = @dvidir@
179exec_prefix = @exec_prefix@
180host = @host@
181host_alias = @host_alias@
182host_cpu = @host_cpu@
183host_os = @host_os@
184host_vendor = @host_vendor@
185htmldir = @htmldir@
186includedir = @includedir@
187infodir = @infodir@
188install_sh = @install_sh@
189libdir = @libdir@
190libexecdir = @libexecdir@
191localedir = @localedir@
192localstatedir = @localstatedir@
193lt_ECHO = @lt_ECHO@
194mandir = @mandir@
195mkdir_p = @mkdir_p@
196oldincludedir = @oldincludedir@
197pdfdir = @pdfdir@
198prefix = @prefix@
199program_transform_name = @program_transform_name@
200psdir = @psdir@
201sbindir = @sbindir@
202sharedstatedir = @sharedstatedir@
203srcdir = @srcdir@
204sysconfdir = @sysconfdir@
205target_alias = @target_alias@
206top_build_prefix = @top_build_prefix@
207top_builddir = @top_builddir@
208top_srcdir = @top_srcdir@
209INCLUDES = \
210	-I$(top_srcdir)/include/sphinxbase \
211	-I$(top_srcdir)/include \
212	-I$(top_builddir)/include \
213	-DFILEDIR=\"$(srcdir)\"
214
215LDADD = ${top_builddir}/src/libsphinxbase/libsphinxbase.la -lm
216noinst_HEADERS = test_macros.h
217EXTRA_DIST = test.txt
218CLEANFILES = *.out tmp.*
219all: all-am
220
221.SUFFIXES:
222.SUFFIXES: .c .lo .o .obj
223$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
224	@for dep in $?; do \
225	  case '$(am__configure_deps)' in \
226	    *$$dep*) \
227	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
228	        && { if test -f $@; then exit 0; else break; fi; }; \
229	      exit 1;; \
230	  esac; \
231	done; \
232	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/unit/test_lineiter/Makefile'; \
233	$(am__cd) $(top_srcdir) && \
234	  $(AUTOMAKE) --gnu test/unit/test_lineiter/Makefile
235.PRECIOUS: Makefile
236Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237	@case '$?' in \
238	  *config.status*) \
239	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
240	  *) \
241	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
242	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
243	esac;
244
245$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
248$(top_srcdir)/configure:  $(am__configure_deps)
249	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252$(am__aclocal_m4_deps):
253
254clean-checkPROGRAMS:
255	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
256	echo " rm -f" $$list; \
257	rm -f $$list || exit $$?; \
258	test -n "$(EXEEXT)" || exit 0; \
259	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
260	echo " rm -f" $$list; \
261	rm -f $$list
262test_lineiter$(EXEEXT): $(test_lineiter_OBJECTS) $(test_lineiter_DEPENDENCIES)
263	@rm -f test_lineiter$(EXEEXT)
264	$(LINK) $(test_lineiter_OBJECTS) $(test_lineiter_LDADD) $(LIBS)
265
266mostlyclean-compile:
267	-rm -f *.$(OBJEXT)
268
269distclean-compile:
270	-rm -f *.tab.c
271
272@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_lineiter.Po@am__quote@
273
274.c.o:
275@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
276@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
277@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279@am__fastdepCC_FALSE@	$(COMPILE) -c $<
280
281.c.obj:
282@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
283@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
284@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
285@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
286@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
287
288.c.lo:
289@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
290@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
291@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
292@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
293@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
294
295mostlyclean-libtool:
296	-rm -f *.lo
297
298clean-libtool:
299	-rm -rf .libs _libs
300
301ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
302	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
303	unique=`for i in $$list; do \
304	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305	  done | \
306	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
307	      END { if (nonempty) { for (i in files) print i; }; }'`; \
308	mkid -fID $$unique
309tags: TAGS
310
311TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
312		$(TAGS_FILES) $(LISP)
313	set x; \
314	here=`pwd`; \
315	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
316	unique=`for i in $$list; do \
317	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318	  done | \
319	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320	      END { if (nonempty) { for (i in files) print i; }; }'`; \
321	shift; \
322	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
323	  test -n "$$unique" || unique=$$empty_fix; \
324	  if test $$# -gt 0; then \
325	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
326	      "$$@" $$unique; \
327	  else \
328	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
329	      $$unique; \
330	  fi; \
331	fi
332ctags: CTAGS
333CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334		$(TAGS_FILES) $(LISP)
335	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
336	unique=`for i in $$list; do \
337	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338	  done | \
339	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340	      END { if (nonempty) { for (i in files) print i; }; }'`; \
341	test -z "$(CTAGS_ARGS)$$unique" \
342	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
343	     $$unique
344
345GTAGS:
346	here=`$(am__cd) $(top_builddir) && pwd` \
347	  && $(am__cd) $(top_srcdir) \
348	  && gtags -i $(GTAGS_ARGS) "$$here"
349
350distclean-tags:
351	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
352
353check-TESTS: $(TESTS)
354	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
355	srcdir=$(srcdir); export srcdir; \
356	list=' $(TESTS) '; \
357	$(am__tty_colors); \
358	if test -n "$$list"; then \
359	  for tst in $$list; do \
360	    if test -f ./$$tst; then dir=./; \
361	    elif test -f $$tst; then dir=; \
362	    else dir="$(srcdir)/"; fi; \
363	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
364	      all=`expr $$all + 1`; \
365	      case " $(XFAIL_TESTS) " in \
366	      *[\ \	]$$tst[\ \	]*) \
367		xpass=`expr $$xpass + 1`; \
368		failed=`expr $$failed + 1`; \
369		col=$$red; res=XPASS; \
370	      ;; \
371	      *) \
372		col=$$grn; res=PASS; \
373	      ;; \
374	      esac; \
375	    elif test $$? -ne 77; then \
376	      all=`expr $$all + 1`; \
377	      case " $(XFAIL_TESTS) " in \
378	      *[\ \	]$$tst[\ \	]*) \
379		xfail=`expr $$xfail + 1`; \
380		col=$$lgn; res=XFAIL; \
381	      ;; \
382	      *) \
383		failed=`expr $$failed + 1`; \
384		col=$$red; res=FAIL; \
385	      ;; \
386	      esac; \
387	    else \
388	      skip=`expr $$skip + 1`; \
389	      col=$$blu; res=SKIP; \
390	    fi; \
391	    echo "$${col}$$res$${std}: $$tst"; \
392	  done; \
393	  if test "$$all" -eq 1; then \
394	    tests="test"; \
395	    All=""; \
396	  else \
397	    tests="tests"; \
398	    All="All "; \
399	  fi; \
400	  if test "$$failed" -eq 0; then \
401	    if test "$$xfail" -eq 0; then \
402	      banner="$$All$$all $$tests passed"; \
403	    else \
404	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
405	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
406	    fi; \
407	  else \
408	    if test "$$xpass" -eq 0; then \
409	      banner="$$failed of $$all $$tests failed"; \
410	    else \
411	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
412	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
413	    fi; \
414	  fi; \
415	  dashes="$$banner"; \
416	  skipped=""; \
417	  if test "$$skip" -ne 0; then \
418	    if test "$$skip" -eq 1; then \
419	      skipped="($$skip test was not run)"; \
420	    else \
421	      skipped="($$skip tests were not run)"; \
422	    fi; \
423	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
424	      dashes="$$skipped"; \
425	  fi; \
426	  report=""; \
427	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
428	    report="Please report to $(PACKAGE_BUGREPORT)"; \
429	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
430	      dashes="$$report"; \
431	  fi; \
432	  dashes=`echo "$$dashes" | sed s/./=/g`; \
433	  if test "$$failed" -eq 0; then \
434	    echo "$$grn$$dashes"; \
435	  else \
436	    echo "$$red$$dashes"; \
437	  fi; \
438	  echo "$$banner"; \
439	  test -z "$$skipped" || echo "$$skipped"; \
440	  test -z "$$report" || echo "$$report"; \
441	  echo "$$dashes$$std"; \
442	  test "$$failed" -eq 0; \
443	else :; fi
444
445distdir: $(DISTFILES)
446	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
447	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448	list='$(DISTFILES)'; \
449	  dist_files=`for file in $$list; do echo $$file; done | \
450	  sed -e "s|^$$srcdirstrip/||;t" \
451	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
452	case $$dist_files in \
453	  */*) $(MKDIR_P) `echo "$$dist_files" | \
454			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
455			   sort -u` ;; \
456	esac; \
457	for file in $$dist_files; do \
458	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
459	  if test -d $$d/$$file; then \
460	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
461	    if test -d "$(distdir)/$$file"; then \
462	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
463	    fi; \
464	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
465	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
466	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
467	    fi; \
468	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
469	  else \
470	    test -f "$(distdir)/$$file" \
471	    || cp -p $$d/$$file "$(distdir)/$$file" \
472	    || exit 1; \
473	  fi; \
474	done
475check-am: all-am
476	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
477	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
478check: check-am
479all-am: Makefile $(HEADERS)
480installdirs:
481install: install-am
482install-exec: install-exec-am
483install-data: install-data-am
484uninstall: uninstall-am
485
486install-am: all-am
487	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489installcheck: installcheck-am
490install-strip:
491	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493	  `test -z '$(STRIP)' || \
494	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
495mostlyclean-generic:
496
497clean-generic:
498	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
499
500distclean-generic:
501	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
502	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
503
504maintainer-clean-generic:
505	@echo "This command is intended for maintainers to use"
506	@echo "it deletes files that may require special tools to rebuild."
507clean: clean-am
508
509clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
510	mostlyclean-am
511
512distclean: distclean-am
513	-rm -rf ./$(DEPDIR)
514	-rm -f Makefile
515distclean-am: clean-am distclean-compile distclean-generic \
516	distclean-tags
517
518dvi: dvi-am
519
520dvi-am:
521
522html: html-am
523
524html-am:
525
526info: info-am
527
528info-am:
529
530install-data-am:
531
532install-dvi: install-dvi-am
533
534install-dvi-am:
535
536install-exec-am:
537
538install-html: install-html-am
539
540install-html-am:
541
542install-info: install-info-am
543
544install-info-am:
545
546install-man:
547
548install-pdf: install-pdf-am
549
550install-pdf-am:
551
552install-ps: install-ps-am
553
554install-ps-am:
555
556installcheck-am:
557
558maintainer-clean: maintainer-clean-am
559	-rm -rf ./$(DEPDIR)
560	-rm -f Makefile
561maintainer-clean-am: distclean-am maintainer-clean-generic
562
563mostlyclean: mostlyclean-am
564
565mostlyclean-am: mostlyclean-compile mostlyclean-generic \
566	mostlyclean-libtool
567
568pdf: pdf-am
569
570pdf-am:
571
572ps: ps-am
573
574ps-am:
575
576uninstall-am:
577
578.MAKE: check-am install-am install-strip
579
580.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
581	clean-checkPROGRAMS clean-generic clean-libtool ctags \
582	distclean distclean-compile distclean-generic \
583	distclean-libtool distclean-tags distdir dvi dvi-am html \
584	html-am info info-am install install-am install-data \
585	install-data-am install-dvi install-dvi-am install-exec \
586	install-exec-am install-html install-html-am install-info \
587	install-info-am install-man install-pdf install-pdf-am \
588	install-ps install-ps-am install-strip installcheck \
589	installcheck-am installdirs maintainer-clean \
590	maintainer-clean-generic mostlyclean mostlyclean-compile \
591	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592	tags uninstall uninstall-am
593
594
595# Tell versions [3.59,3.63) of GNU make to not export all variables.
596# Otherwise a system limit (for SysV at least) may be exceeded.
597.NOEXPORT:
598