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