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