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