Initial import to Tizen
[profile/ivi/sphinxbase.git] / src / libsphinxbase / util / 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 subdir = src/libsphinxbase/util
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/m4/iconv.m4 \
39         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
40         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
41         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.in
44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45         $(ACLOCAL_M4)
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_HEADER = $(top_builddir)/include/config.h \
48         $(top_builddir)/include/sphinx_config.h
49 CONFIG_CLEAN_FILES =
50 LTLIBRARIES = $(noinst_LTLIBRARIES)
51 libsphinxutil_la_LIBADD =
52 am__libsphinxutil_la_SOURCES_DIST = bitvec.c bio.c case.c ckd_alloc.c \
53         dtoa.c listelem_alloc.c cmd_ln.c err.c filename.c genrand.c \
54         glist.c hash_table.c heap.c huff_code.c info.c logmath.c \
55         mmio.c pio.c matrix.c profile.c sbthread.c strfuncs.c \
56         unlimit.c utf8.c slamch.c slapack_lite.c blas_lite.c \
57         f2c_lite.c
58 @LAPACK_LITE_TRUE@am__objects_1 = slamch.lo slapack_lite.lo \
59 @LAPACK_LITE_TRUE@      blas_lite.lo f2c_lite.lo
60 am_libsphinxutil_la_OBJECTS = bitvec.lo bio.lo case.lo ckd_alloc.lo \
61         dtoa.lo listelem_alloc.lo cmd_ln.lo err.lo filename.lo \
62         genrand.lo glist.lo hash_table.lo heap.lo huff_code.lo info.lo \
63         logmath.lo mmio.lo pio.lo matrix.lo profile.lo sbthread.lo \
64         strfuncs.lo unlimit.lo utf8.lo $(am__objects_1)
65 libsphinxutil_la_OBJECTS = $(am_libsphinxutil_la_OBJECTS)
66 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
67 depcomp = $(SHELL) $(top_srcdir)/depcomp
68 am__depfiles_maybe = depfiles
69 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
73         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74 CCLD = $(CC)
75 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
77         $(LDFLAGS) -o $@
78 SOURCES = $(libsphinxutil_la_SOURCES)
79 DIST_SOURCES = $(am__libsphinxutil_la_SOURCES_DIST)
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 noinst_LTLIBRARIES = libsphinxutil.la
208 @LAPACK_LITE_TRUE@LAPACK_LITE_SRCS = \
209 @LAPACK_LITE_TRUE@      slamch.c \
210 @LAPACK_LITE_TRUE@      slapack_lite.c \
211 @LAPACK_LITE_TRUE@      blas_lite.c \
212 @LAPACK_LITE_TRUE@      f2c_lite.c
213
214 libsphinxutil_la_SOURCES = \
215         bitvec.c \
216         bio.c \
217         case.c \
218         ckd_alloc.c \
219         dtoa.c \
220         listelem_alloc.c \
221         cmd_ln.c \
222         err.c \
223         filename.c \
224         genrand.c \
225         glist.c \
226         hash_table.c \
227         heap.c \
228         huff_code.c \
229         info.c \
230         logmath.c \
231         mmio.c \
232         pio.c \
233         matrix.c \
234         profile.c \
235         sbthread.c \
236         strfuncs.c \
237         unlimit.c \
238         utf8.c \
239         $(LAPACK_LITE_SRCS)
240
241 EXTRA_DIST = \
242         slamch.c \
243         slapack_lite.c \
244         blas_lite.c \
245         f2c_lite.c \
246         err_wince.c \
247         string_wce.c \
248         errno.c
249
250 INCLUDES = -I$(top_srcdir)/include/sphinxbase \
251            -I$(top_srcdir)/include \
252            -I$(top_builddir)/include 
253
254 all: all-am
255
256 .SUFFIXES:
257 .SUFFIXES: .c .lo .o .obj
258 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
259         @for dep in $?; do \
260           case '$(am__configure_deps)' in \
261             *$$dep*) \
262               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
263                 && { if test -f $@; then exit 0; else break; fi; }; \
264               exit 1;; \
265           esac; \
266         done; \
267         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/libsphinxbase/util/Makefile'; \
268         cd $(top_srcdir) && \
269           $(AUTOMAKE) --gnu  src/libsphinxbase/util/Makefile
270 .PRECIOUS: Makefile
271 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272         @case '$?' in \
273           *config.status*) \
274             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
275           *) \
276             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
277             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
278         esac;
279
280 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
282
283 $(top_srcdir)/configure:  $(am__configure_deps)
284         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
286         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
288 clean-noinstLTLIBRARIES:
289         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
290         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
291           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
292           test "$$dir" != "$$p" || dir=.; \
293           echo "rm -f \"$${dir}/so_locations\""; \
294           rm -f "$${dir}/so_locations"; \
295         done
296 libsphinxutil.la: $(libsphinxutil_la_OBJECTS) $(libsphinxutil_la_DEPENDENCIES) 
297         $(LINK)  $(libsphinxutil_la_OBJECTS) $(libsphinxutil_la_LIBADD) $(LIBS)
298
299 mostlyclean-compile:
300         -rm -f *.$(OBJEXT)
301
302 distclean-compile:
303         -rm -f *.tab.c
304
305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bio.Plo@am__quote@
306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitvec.Plo@am__quote@
307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/blas_lite.Plo@am__quote@
308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/case.Plo@am__quote@
309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ckd_alloc.Plo@am__quote@
310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_ln.Plo@am__quote@
311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtoa.Plo@am__quote@
312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/err.Plo@am__quote@
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/f2c_lite.Plo@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filename.Plo@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genrand.Plo@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glist.Plo@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash_table.Plo@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap.Plo@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/huff_code.Plo@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listelem_alloc.Plo@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logmath.Plo@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Plo@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmio.Plo@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pio.Plo@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/profile.Plo@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sbthread.Plo@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slamch.Plo@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slapack_lite.Plo@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strfuncs.Plo@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unlimit.Plo@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Plo@am__quote@
333
334 .c.o:
335 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
340
341 .c.obj:
342 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
347
348 .c.lo:
349 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
354
355 mostlyclean-libtool:
356         -rm -f *.lo
357
358 clean-libtool:
359         -rm -rf .libs _libs
360
361 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363         unique=`for i in $$list; do \
364             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365           done | \
366           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367               END { if (nonempty) { for (i in files) print i; }; }'`; \
368         mkid -fID $$unique
369 tags: TAGS
370
371 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
372                 $(TAGS_FILES) $(LISP)
373         tags=; \
374         here=`pwd`; \
375         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376         unique=`for i in $$list; do \
377             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378           done | \
379           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380               END { if (nonempty) { for (i in files) print i; }; }'`; \
381         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
382           test -n "$$unique" || unique=$$empty_fix; \
383           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384             $$tags $$unique; \
385         fi
386 ctags: CTAGS
387 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388                 $(TAGS_FILES) $(LISP)
389         tags=; \
390         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
391         unique=`for i in $$list; do \
392             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393           done | \
394           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395               END { if (nonempty) { for (i in files) print i; }; }'`; \
396         test -z "$(CTAGS_ARGS)$$tags$$unique" \
397           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
398              $$tags $$unique
399
400 GTAGS:
401         here=`$(am__cd) $(top_builddir) && pwd` \
402           && cd $(top_srcdir) \
403           && gtags -i $(GTAGS_ARGS) $$here
404
405 distclean-tags:
406         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
407
408 distdir: $(DISTFILES)
409         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
410         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411         list='$(DISTFILES)'; \
412           dist_files=`for file in $$list; do echo $$file; done | \
413           sed -e "s|^$$srcdirstrip/||;t" \
414               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
415         case $$dist_files in \
416           */*) $(MKDIR_P) `echo "$$dist_files" | \
417                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
418                            sort -u` ;; \
419         esac; \
420         for file in $$dist_files; do \
421           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
422           if test -d $$d/$$file; then \
423             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
424             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
425               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
426             fi; \
427             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
428           else \
429             test -f $(distdir)/$$file \
430             || cp -p $$d/$$file $(distdir)/$$file \
431             || exit 1; \
432           fi; \
433         done
434 check-am: all-am
435 check: check-am
436 all-am: Makefile $(LTLIBRARIES)
437 installdirs:
438 install: install-am
439 install-exec: install-exec-am
440 install-data: install-data-am
441 uninstall: uninstall-am
442
443 install-am: all-am
444         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445
446 installcheck: installcheck-am
447 install-strip:
448         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
449           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
450           `test -z '$(STRIP)' || \
451             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
452 mostlyclean-generic:
453
454 clean-generic:
455
456 distclean-generic:
457         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458
459 maintainer-clean-generic:
460         @echo "This command is intended for maintainers to use"
461         @echo "it deletes files that may require special tools to rebuild."
462 clean: clean-am
463
464 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
465         mostlyclean-am
466
467 distclean: distclean-am
468         -rm -rf ./$(DEPDIR)
469         -rm -f Makefile
470 distclean-am: clean-am distclean-compile distclean-generic \
471         distclean-tags
472
473 dvi: dvi-am
474
475 dvi-am:
476
477 html: html-am
478
479 info: info-am
480
481 info-am:
482
483 install-data-am:
484
485 install-dvi: install-dvi-am
486
487 install-exec-am:
488
489 install-html: install-html-am
490
491 install-info: install-info-am
492
493 install-man:
494
495 install-pdf: install-pdf-am
496
497 install-ps: install-ps-am
498
499 installcheck-am:
500
501 maintainer-clean: maintainer-clean-am
502         -rm -rf ./$(DEPDIR)
503         -rm -f Makefile
504 maintainer-clean-am: distclean-am maintainer-clean-generic
505
506 mostlyclean: mostlyclean-am
507
508 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
509         mostlyclean-libtool
510
511 pdf: pdf-am
512
513 pdf-am:
514
515 ps: ps-am
516
517 ps-am:
518
519 uninstall-am:
520
521 .MAKE: install-am install-strip
522
523 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
524         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
525         distclean-compile distclean-generic distclean-libtool \
526         distclean-tags distdir dvi dvi-am html html-am info info-am \
527         install install-am install-data install-data-am install-dvi \
528         install-dvi-am install-exec install-exec-am install-html \
529         install-html-am install-info install-info-am install-man \
530         install-pdf install-pdf-am install-ps install-ps-am \
531         install-strip installcheck installcheck-am installdirs \
532         maintainer-clean maintainer-clean-generic mostlyclean \
533         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
534         pdf pdf-am ps ps-am tags uninstall uninstall-am
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: