1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = lib
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101am__vpath_adj = case $$p in \
102    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103    *) f=$$p;; \
104  esac;
105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106am__install_max = 40
107am__nobase_strip_setup = \
108  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109am__nobase_strip = \
110  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111am__nobase_list = $(am__nobase_strip_setup); \
112  for p in $$list; do echo "$$p $$p"; done | \
113  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115    if (++n[$$2] == $(am__install_max)) \
116      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117    END { for (dir in files) print dir, files[dir] }'
118am__base_list = \
119  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
121am__uninstall_files_from_dir = { \
122  test -z "$$files" \
123    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125         $(am__cd) "$$dir" && rm -f $$files; }; \
126  }
127am__installdirs = "$(DESTDIR)$(libdir)"
128LIBRARIES = $(lib_LIBRARIES)
129ARFLAGS = cru
130AM_V_AR = $(am__v_AR_@AM_V@)
131am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
132am__v_AR_0 = @echo "  AR      " $@;
133am__v_AR_1 =
134libHTSEngine_a_AR = $(AR) $(ARFLAGS)
135libHTSEngine_a_LIBADD =
136am_libHTSEngine_a_OBJECTS = HTS_audio.$(OBJEXT) HTS_engine.$(OBJEXT) \
137	HTS_misc.$(OBJEXT) HTS_pstream.$(OBJEXT) HTS_sstream.$(OBJEXT) \
138	HTS_model.$(OBJEXT) HTS_vocoder.$(OBJEXT) \
139	HTS_gstream.$(OBJEXT) HTS_label.$(OBJEXT)
140libHTSEngine_a_OBJECTS = $(am_libHTSEngine_a_OBJECTS)
141AM_V_P = $(am__v_P_@AM_V@)
142am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143am__v_P_0 = false
144am__v_P_1 = :
145AM_V_GEN = $(am__v_GEN_@AM_V@)
146am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147am__v_GEN_0 = @echo "  GEN     " $@;
148am__v_GEN_1 =
149AM_V_at = $(am__v_at_@AM_V@)
150am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151am__v_at_0 = @
152am__v_at_1 =
153DEFAULT_INCLUDES = -I.@am__isrc@
154depcomp = $(SHELL) $(top_srcdir)/config/depcomp
155am__depfiles_maybe = depfiles
156am__mv = mv -f
157COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
158	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
159AM_V_CC = $(am__v_CC_@AM_V@)
160am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
161am__v_CC_0 = @echo "  CC      " $@;
162am__v_CC_1 =
163CCLD = $(CC)
164LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
165AM_V_CCLD = $(am__v_CCLD_@AM_V@)
166am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
167am__v_CCLD_0 = @echo "  CCLD    " $@;
168am__v_CCLD_1 =
169SOURCES = $(libHTSEngine_a_SOURCES)
170DIST_SOURCES = $(libHTSEngine_a_SOURCES)
171am__can_run_installinfo = \
172  case $$AM_UPDATE_INFO_DIR in \
173    n|no|NO) false;; \
174    *) (install-info --version) >/dev/null 2>&1;; \
175  esac
176am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177# Read a list of newline-separated strings from the standard input,
178# and print each of them once, without duplicates.  Input order is
179# *not* preserved.
180am__uniquify_input = $(AWK) '\
181  BEGIN { nonempty = 0; } \
182  { items[$$0] = 1; nonempty = 1; } \
183  END { if (nonempty) { for (i in items) print i; }; } \
184'
185# Make sure the list of sources is unique.  This is necessary because,
186# e.g., the same source file might be shared among _SOURCES variables
187# for different programs/libraries.
188am__define_uniq_tagged_files = \
189  list='$(am__tagged_files)'; \
190  unique=`for i in $$list; do \
191    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192  done | $(am__uniquify_input)`
193ETAGS = etags
194CTAGS = ctags
195am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197ACLOCAL = @ACLOCAL@
198AMTAR = @AMTAR@
199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
200AR = @AR@
201AUTOCONF = @AUTOCONF@
202AUTOHEADER = @AUTOHEADER@
203AUTOMAKE = @AUTOMAKE@
204AWK = @AWK@
205CC = @CC@
206CCDEPMODE = @CCDEPMODE@
207CFLAGS = @CFLAGS@
208CPP = @CPP@
209CPPFLAGS = @CPPFLAGS@
210CYGPATH_W = @CYGPATH_W@
211DEFS = @DEFS@
212DEPDIR = @DEPDIR@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218GREP = @GREP@
219INSTALL = @INSTALL@
220INSTALL_DATA = @INSTALL_DATA@
221INSTALL_PROGRAM = @INSTALL_PROGRAM@
222INSTALL_SCRIPT = @INSTALL_SCRIPT@
223INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
224LDFLAGS = @LDFLAGS@
225LIBOBJS = @LIBOBJS@
226LIBS = @LIBS@
227LTLIBOBJS = @LTLIBOBJS@
228MAKEINFO = @MAKEINFO@
229MKDIR_P = @MKDIR_P@
230OBJEXT = @OBJEXT@
231PACKAGE = @PACKAGE@
232PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233PACKAGE_NAME = @PACKAGE_NAME@
234PACKAGE_STRING = @PACKAGE_STRING@
235PACKAGE_TARNAME = @PACKAGE_TARNAME@
236PACKAGE_URL = @PACKAGE_URL@
237PACKAGE_VERSION = @PACKAGE_VERSION@
238PATH_SEPARATOR = @PATH_SEPARATOR@
239RANLIB = @RANLIB@
240SET_MAKE = @SET_MAKE@
241SHELL = @SHELL@
242STRIP = @STRIP@
243VERSION = @VERSION@
244abs_builddir = @abs_builddir@
245abs_srcdir = @abs_srcdir@
246abs_top_builddir = @abs_top_builddir@
247abs_top_srcdir = @abs_top_srcdir@
248ac_ct_CC = @ac_ct_CC@
249am__include = @am__include@
250am__leading_dot = @am__leading_dot@
251am__quote = @am__quote@
252am__tar = @am__tar@
253am__untar = @am__untar@
254bindir = @bindir@
255build = @build@
256build_alias = @build_alias@
257build_cpu = @build_cpu@
258build_os = @build_os@
259build_vendor = @build_vendor@
260builddir = @builddir@
261datadir = @datadir@
262datarootdir = @datarootdir@
263docdir = @docdir@
264dvidir = @dvidir@
265exec_prefix = @exec_prefix@
266host = @host@
267host_alias = @host_alias@
268host_cpu = @host_cpu@
269host_os = @host_os@
270host_vendor = @host_vendor@
271htmldir = @htmldir@
272includedir = @includedir@
273infodir = @infodir@
274install_sh = @install_sh@
275libdir = @libdir@
276libexecdir = @libexecdir@
277localedir = @localedir@
278localstatedir = @localstatedir@
279mandir = @mandir@
280mkdir_p = @mkdir_p@
281oldincludedir = @oldincludedir@
282pdfdir = @pdfdir@
283prefix = @prefix@
284program_transform_name = @program_transform_name@
285psdir = @psdir@
286sbindir = @sbindir@
287sharedstatedir = @sharedstatedir@
288srcdir = @srcdir@
289sysconfdir = @sysconfdir@
290target_alias = @target_alias@
291top_build_prefix = @top_build_prefix@
292top_builddir = @top_builddir@
293top_srcdir = @top_srcdir@
294EXTRA_DIST = Makefile.mak
295AM_CPPFLAGS = -I @top_srcdir@/include
296lib_LIBRARIES = libHTSEngine.a
297libHTSEngine_a_SOURCES = HTS_audio.c  HTS_engine.c  HTS_hidden.h  HTS_misc.c  \
298                         HTS_pstream.c  HTS_sstream.c  HTS_model.c  HTS_vocoder.c \
299                         HTS_gstream.c HTS_label.c
300
301DISTCLEANFILES = *.log *.out *~
302MAINTAINERCLEANFILES = Makefile.in
303all: all-am
304
305.SUFFIXES:
306.SUFFIXES: .c .o .obj
307$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
308	@for dep in $?; do \
309	  case '$(am__configure_deps)' in \
310	    *$$dep*) \
311	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
312	        && { if test -f $@; then exit 0; else break; fi; }; \
313	      exit 1;; \
314	  esac; \
315	done; \
316	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
317	$(am__cd) $(top_srcdir) && \
318	  $(AUTOMAKE) --gnu lib/Makefile
319Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320	@case '$?' in \
321	  *config.status*) \
322	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
323	  *) \
324	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
325	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
326	esac;
327
328$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
331$(top_srcdir)/configure:  $(am__configure_deps)
332	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335$(am__aclocal_m4_deps):
336install-libLIBRARIES: $(lib_LIBRARIES)
337	@$(NORMAL_INSTALL)
338	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
339	list2=; for p in $$list; do \
340	  if test -f $$p; then \
341	    list2="$$list2 $$p"; \
342	  else :; fi; \
343	done; \
344	test -z "$$list2" || { \
345	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
346	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
347	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
348	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
349	@$(POST_INSTALL)
350	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
351	for p in $$list; do \
352	  if test -f $$p; then \
353	    $(am__strip_dir) \
354	    echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
355	    ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
356	  else :; fi; \
357	done
358
359uninstall-libLIBRARIES:
360	@$(NORMAL_UNINSTALL)
361	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
362	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
363	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
364
365clean-libLIBRARIES:
366	-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
367
368libHTSEngine.a: $(libHTSEngine_a_OBJECTS) $(libHTSEngine_a_DEPENDENCIES) $(EXTRA_libHTSEngine_a_DEPENDENCIES)
369	$(AM_V_at)-rm -f libHTSEngine.a
370	$(AM_V_AR)$(libHTSEngine_a_AR) libHTSEngine.a $(libHTSEngine_a_OBJECTS) $(libHTSEngine_a_LIBADD)
371	$(AM_V_at)$(RANLIB) libHTSEngine.a
372
373mostlyclean-compile:
374	-rm -f *.$(OBJEXT)
375
376distclean-compile:
377	-rm -f *.tab.c
378
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_audio.Po@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_engine.Po@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_gstream.Po@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_label.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_misc.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_model.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_pstream.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_sstream.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HTS_vocoder.Po@am__quote@
388
389.c.o:
390@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
391@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
392@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
393@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
395
396.c.obj:
397@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
398@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
399@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
402
403ID: $(am__tagged_files)
404	$(am__define_uniq_tagged_files); mkid -fID $$unique
405tags: tags-am
406TAGS: tags
407
408tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
409	set x; \
410	here=`pwd`; \
411	$(am__define_uniq_tagged_files); \
412	shift; \
413	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
414	  test -n "$$unique" || unique=$$empty_fix; \
415	  if test $$# -gt 0; then \
416	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
417	      "$$@" $$unique; \
418	  else \
419	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420	      $$unique; \
421	  fi; \
422	fi
423ctags: ctags-am
424
425CTAGS: ctags
426ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
427	$(am__define_uniq_tagged_files); \
428	test -z "$(CTAGS_ARGS)$$unique" \
429	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430	     $$unique
431
432GTAGS:
433	here=`$(am__cd) $(top_builddir) && pwd` \
434	  && $(am__cd) $(top_srcdir) \
435	  && gtags -i $(GTAGS_ARGS) "$$here"
436cscopelist: cscopelist-am
437
438cscopelist-am: $(am__tagged_files)
439	list='$(am__tagged_files)'; \
440	case "$(srcdir)" in \
441	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
442	  *) sdir=$(subdir)/$(srcdir) ;; \
443	esac; \
444	for i in $$list; do \
445	  if test -f "$$i"; then \
446	    echo "$(subdir)/$$i"; \
447	  else \
448	    echo "$$sdir/$$i"; \
449	  fi; \
450	done >> $(top_builddir)/cscope.files
451
452distclean-tags:
453	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
454
455distdir: $(DISTFILES)
456	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458	list='$(DISTFILES)'; \
459	  dist_files=`for file in $$list; do echo $$file; done | \
460	  sed -e "s|^$$srcdirstrip/||;t" \
461	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
462	case $$dist_files in \
463	  */*) $(MKDIR_P) `echo "$$dist_files" | \
464			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
465			   sort -u` ;; \
466	esac; \
467	for file in $$dist_files; do \
468	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469	  if test -d $$d/$$file; then \
470	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
471	    if test -d "$(distdir)/$$file"; then \
472	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473	    fi; \
474	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477	    fi; \
478	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
479	  else \
480	    test -f "$(distdir)/$$file" \
481	    || cp -p $$d/$$file "$(distdir)/$$file" \
482	    || exit 1; \
483	  fi; \
484	done
485check-am: all-am
486check: check-am
487all-am: Makefile $(LIBRARIES)
488installdirs:
489	for dir in "$(DESTDIR)$(libdir)"; do \
490	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
491	done
492install: install-am
493install-exec: install-exec-am
494install-data: install-data-am
495uninstall: uninstall-am
496
497install-am: all-am
498	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-am
501install-strip:
502	if test -z '$(STRIP)'; then \
503	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
504	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
505	      install; \
506	else \
507	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
510	fi
511mostlyclean-generic:
512
513clean-generic:
514
515distclean-generic:
516	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
517	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
518	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
519
520maintainer-clean-generic:
521	@echo "This command is intended for maintainers to use"
522	@echo "it deletes files that may require special tools to rebuild."
523	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
524clean: clean-am
525
526clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
527
528distclean: distclean-am
529	-rm -rf ./$(DEPDIR)
530	-rm -f Makefile
531distclean-am: clean-am distclean-compile distclean-generic \
532	distclean-tags
533
534dvi: dvi-am
535
536dvi-am:
537
538html: html-am
539
540html-am:
541
542info: info-am
543
544info-am:
545
546install-data-am:
547
548install-dvi: install-dvi-am
549
550install-dvi-am:
551
552install-exec-am: install-libLIBRARIES
553
554install-html: install-html-am
555
556install-html-am:
557
558install-info: install-info-am
559
560install-info-am:
561
562install-man:
563
564install-pdf: install-pdf-am
565
566install-pdf-am:
567
568install-ps: install-ps-am
569
570install-ps-am:
571
572installcheck-am:
573
574maintainer-clean: maintainer-clean-am
575	-rm -rf ./$(DEPDIR)
576	-rm -f Makefile
577maintainer-clean-am: distclean-am maintainer-clean-generic
578
579mostlyclean: mostlyclean-am
580
581mostlyclean-am: mostlyclean-compile mostlyclean-generic
582
583pdf: pdf-am
584
585pdf-am:
586
587ps: ps-am
588
589ps-am:
590
591uninstall-am: uninstall-libLIBRARIES
592
593.MAKE: install-am install-strip
594
595.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
596	clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \
597	distclean-compile distclean-generic distclean-tags distdir dvi \
598	dvi-am html html-am info info-am install install-am \
599	install-data install-data-am install-dvi install-dvi-am \
600	install-exec install-exec-am install-html install-html-am \
601	install-info install-info-am install-libLIBRARIES install-man \
602	install-pdf install-pdf-am install-ps install-ps-am \
603	install-strip installcheck installcheck-am installdirs \
604	maintainer-clean maintainer-clean-generic mostlyclean \
605	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
606	tags tags-am uninstall uninstall-am uninstall-libLIBRARIES
607
608.PRECIOUS: Makefile
609
610
611# Tell versions [3.59,3.63) of GNU make to not export all variables.
612# Otherwise a system limit (for SysV at least) may be exceeded.
613.NOEXPORT:
614