Imported Upstream version 1.6.4
[platform/upstream/openfst.git] / src / extensions / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = src/extensions
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_python_devel.m4 \
93         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99 mkinstalldirs = $(install_sh) -d
100 CONFIG_HEADER = $(top_builddir)/config.h \
101         $(top_builddir)/src/include/fst/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo "  GEN     " $@;
111 am__v_GEN_1 = 
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 = 
116 SOURCES =
117 DIST_SOURCES =
118 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119         ctags-recursive dvi-recursive html-recursive info-recursive \
120         install-data-recursive install-dvi-recursive \
121         install-exec-recursive install-html-recursive \
122         install-info-recursive install-pdf-recursive \
123         install-ps-recursive install-recursive installcheck-recursive \
124         installdirs-recursive pdf-recursive ps-recursive \
125         tags-recursive uninstall-recursive
126 am__can_run_installinfo = \
127   case $$AM_UPDATE_INFO_DIR in \
128     n|no|NO) false;; \
129     *) (install-info --version) >/dev/null 2>&1;; \
130   esac
131 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
132   distclean-recursive maintainer-clean-recursive
133 am__recursive_targets = \
134   $(RECURSIVE_TARGETS) \
135   $(RECURSIVE_CLEAN_TARGETS) \
136   $(am__extra_recursive_targets)
137 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
138         distdir
139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140 # Read a list of newline-separated strings from the standard input,
141 # and print each of them once, without duplicates.  Input order is
142 # *not* preserved.
143 am__uniquify_input = $(AWK) '\
144   BEGIN { nonempty = 0; } \
145   { items[$$0] = 1; nonempty = 1; } \
146   END { if (nonempty) { for (i in items) print i; }; } \
147 '
148 # Make sure the list of sources is unique.  This is necessary because,
149 # e.g., the same source file might be shared among _SOURCES variables
150 # for different programs/libraries.
151 am__define_uniq_tagged_files = \
152   list='$(am__tagged_files)'; \
153   unique=`for i in $$list; do \
154     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155   done | $(am__uniquify_input)`
156 ETAGS = etags
157 CTAGS = ctags
158 DIST_SUBDIRS = compact compress const far linear lookahead pdt mpdt \
159         ngram python special
160 am__DIST_COMMON = $(srcdir)/Makefile.in
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 am__relativize = \
163   dir0=`pwd`; \
164   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
165   sed_rest='s,^[^/]*/*,,'; \
166   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
167   sed_butlast='s,/*[^/]*$$,,'; \
168   while test -n "$$dir1"; do \
169     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
170     if test "$$first" != "."; then \
171       if test "$$first" = ".."; then \
172         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
173         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
174       else \
175         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
176         if test "$$first2" = "$$first"; then \
177           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
178         else \
179           dir2="../$$dir2"; \
180         fi; \
181         dir0="$$dir0"/"$$first"; \
182       fi; \
183     fi; \
184     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
185   done; \
186   reldir="$$dir2"
187 ACLOCAL = @ACLOCAL@
188 AMTAR = @AMTAR@
189 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190 AR = @AR@
191 AUTOCONF = @AUTOCONF@
192 AUTOHEADER = @AUTOHEADER@
193 AUTOMAKE = @AUTOMAKE@
194 AWK = @AWK@
195 CC = @CC@
196 CCDEPMODE = @CCDEPMODE@
197 CFLAGS = @CFLAGS@
198 CPP = @CPP@
199 CPPFLAGS = @CPPFLAGS@
200 CXX = @CXX@
201 CXXCPP = @CXXCPP@
202 CXXDEPMODE = @CXXDEPMODE@
203 CXXFLAGS = @CXXFLAGS@
204 CYGPATH_W = @CYGPATH_W@
205 DEFS = @DEFS@
206 DEPDIR = @DEPDIR@
207 DLLTOOL = @DLLTOOL@
208 DL_LIBS = @DL_LIBS@
209 DSYMUTIL = @DSYMUTIL@
210 DUMPBIN = @DUMPBIN@
211 ECHO_C = @ECHO_C@
212 ECHO_N = @ECHO_N@
213 ECHO_T = @ECHO_T@
214 EGREP = @EGREP@
215 EXEEXT = @EXEEXT@
216 FGREP = @FGREP@
217 GREP = @GREP@
218 INSTALL = @INSTALL@
219 INSTALL_DATA = @INSTALL_DATA@
220 INSTALL_PROGRAM = @INSTALL_PROGRAM@
221 INSTALL_SCRIPT = @INSTALL_SCRIPT@
222 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223 LD = @LD@
224 LDFLAGS = @LDFLAGS@
225 LIBOBJS = @LIBOBJS@
226 LIBS = @LIBS@
227 LIBTOOL = @LIBTOOL@
228 LIPO = @LIPO@
229 LN_S = @LN_S@
230 LTLIBOBJS = @LTLIBOBJS@
231 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
232 MAKEINFO = @MAKEINFO@
233 MANIFEST_TOOL = @MANIFEST_TOOL@
234 MKDIR_P = @MKDIR_P@
235 NM = @NM@
236 NMEDIT = @NMEDIT@
237 OBJDUMP = @OBJDUMP@
238 OBJEXT = @OBJEXT@
239 OTOOL = @OTOOL@
240 OTOOL64 = @OTOOL64@
241 PACKAGE = @PACKAGE@
242 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243 PACKAGE_NAME = @PACKAGE_NAME@
244 PACKAGE_STRING = @PACKAGE_STRING@
245 PACKAGE_TARNAME = @PACKAGE_TARNAME@
246 PACKAGE_URL = @PACKAGE_URL@
247 PACKAGE_VERSION = @PACKAGE_VERSION@
248 PATH_SEPARATOR = @PATH_SEPARATOR@
249 PYTHON = @PYTHON@
250 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
251 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
252 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
253 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
254 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
255 PYTHON_PLATFORM = @PYTHON_PLATFORM@
256 PYTHON_PREFIX = @PYTHON_PREFIX@
257 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
258 PYTHON_VERSION = @PYTHON_VERSION@
259 RANLIB = @RANLIB@
260 SED = @SED@
261 SET_MAKE = @SET_MAKE@
262 SHELL = @SHELL@
263 STRIP = @STRIP@
264 VERSION = @VERSION@
265 abs_builddir = @abs_builddir@
266 abs_srcdir = @abs_srcdir@
267 abs_top_builddir = @abs_top_builddir@
268 abs_top_srcdir = @abs_top_srcdir@
269 ac_ct_AR = @ac_ct_AR@
270 ac_ct_CC = @ac_ct_CC@
271 ac_ct_CXX = @ac_ct_CXX@
272 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
273 am__include = @am__include@
274 am__leading_dot = @am__leading_dot@
275 am__quote = @am__quote@
276 am__tar = @am__tar@
277 am__untar = @am__untar@
278 bindir = @bindir@
279 build = @build@
280 build_alias = @build_alias@
281 build_cpu = @build_cpu@
282 build_os = @build_os@
283 build_vendor = @build_vendor@
284 builddir = @builddir@
285 datadir = @datadir@
286 datarootdir = @datarootdir@
287 docdir = @docdir@
288 dvidir = @dvidir@
289 exec_prefix = @exec_prefix@
290 host = @host@
291 host_alias = @host_alias@
292 host_cpu = @host_cpu@
293 host_os = @host_os@
294 host_vendor = @host_vendor@
295 htmldir = @htmldir@
296 includedir = @includedir@
297 infodir = @infodir@
298 install_sh = @install_sh@
299 libdir = @libdir@
300 libexecdir = @libexecdir@
301 libfstdir = @libfstdir@
302 localedir = @localedir@
303 localstatedir = @localstatedir@
304 mandir = @mandir@
305 mkdir_p = @mkdir_p@
306 oldincludedir = @oldincludedir@
307 pdfdir = @pdfdir@
308 pkgpyexecdir = @pkgpyexecdir@
309 pkgpythondir = @pkgpythondir@
310 prefix = @prefix@
311 program_transform_name = @program_transform_name@
312 psdir = @psdir@
313 pyexecdir = @pyexecdir@
314 pythondir = @pythondir@
315 runstatedir = @runstatedir@
316 sbindir = @sbindir@
317 sharedstatedir = @sharedstatedir@
318 srcdir = @srcdir@
319 sysconfdir = @sysconfdir@
320 target_alias = @target_alias@
321 top_build_prefix = @top_build_prefix@
322 top_builddir = @top_builddir@
323 top_srcdir = @top_srcdir@
324 @HAVE_COMPACT_TRUE@compactdir = compact
325 @HAVE_COMPRESS_TRUE@compressdir = compress
326 @HAVE_CONST_TRUE@constdir = const
327 @HAVE_FAR_TRUE@fardir = far
328 @HAVE_GRM_TRUE@fardir = far
329 @HAVE_PYTHON_TRUE@fardir = far
330 @HAVE_GRM_TRUE@pdtdir = pdt
331 @HAVE_MPDT_TRUE@pdtdir = pdt
332 @HAVE_PDT_TRUE@pdtdir = pdt
333 @HAVE_GRM_TRUE@mpdtdir = mpdt
334 @HAVE_MPDT_TRUE@mpdtdir = mpdt
335 @HAVE_LINEAR_TRUE@lineardir = linear
336 @HAVE_LOOKAHEAD_TRUE@lookaheaddir = lookahead
337 @HAVE_NGRAM_TRUE@ngramdir = ngram
338 @HAVE_PYTHON_TRUE@pywrapfstdir = python
339 @HAVE_SPECIAL_TRUE@specialdir = special
340 SUBDIRS = $(compactdir) $(compressdir) $(constdir) $(fardir) $(lineardir)  \
341           $(lookaheaddir) $(pdtdir) $(mpdtdir) $(ngramdir) $(pywrapfstdir) \
342           $(specialdir)
343
344 all: all-recursive
345
346 .SUFFIXES:
347 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
348         @for dep in $?; do \
349           case '$(am__configure_deps)' in \
350             *$$dep*) \
351               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
352                 && { if test -f $@; then exit 0; else break; fi; }; \
353               exit 1;; \
354           esac; \
355         done; \
356         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/extensions/Makefile'; \
357         $(am__cd) $(top_srcdir) && \
358           $(AUTOMAKE) --foreign src/extensions/Makefile
359 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
360         @case '$?' in \
361           *config.status*) \
362             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
363           *) \
364             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
365             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
366         esac;
367
368 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
369         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370
371 $(top_srcdir)/configure:  $(am__configure_deps)
372         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
374         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(am__aclocal_m4_deps):
376
377 mostlyclean-libtool:
378         -rm -f *.lo
379
380 clean-libtool:
381         -rm -rf .libs _libs
382
383 # This directory's subdirectories are mostly independent; you can cd
384 # into them and run 'make' without going through this Makefile.
385 # To change the values of 'make' variables: instead of editing Makefiles,
386 # (1) if the variable is set in 'config.status', edit 'config.status'
387 #     (which will cause the Makefiles to be regenerated when you run 'make');
388 # (2) otherwise, pass the desired values on the 'make' command line.
389 $(am__recursive_targets):
390         @fail=; \
391         if $(am__make_keepgoing); then \
392           failcom='fail=yes'; \
393         else \
394           failcom='exit 1'; \
395         fi; \
396         dot_seen=no; \
397         target=`echo $@ | sed s/-recursive//`; \
398         case "$@" in \
399           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
400           *) list='$(SUBDIRS)' ;; \
401         esac; \
402         for subdir in $$list; do \
403           echo "Making $$target in $$subdir"; \
404           if test "$$subdir" = "."; then \
405             dot_seen=yes; \
406             local_target="$$target-am"; \
407           else \
408             local_target="$$target"; \
409           fi; \
410           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411           || eval $$failcom; \
412         done; \
413         if test "$$dot_seen" = "no"; then \
414           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
415         fi; test -z "$$fail"
416
417 ID: $(am__tagged_files)
418         $(am__define_uniq_tagged_files); mkid -fID $$unique
419 tags: tags-recursive
420 TAGS: tags
421
422 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
423         set x; \
424         here=`pwd`; \
425         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
426           include_option=--etags-include; \
427           empty_fix=.; \
428         else \
429           include_option=--include; \
430           empty_fix=; \
431         fi; \
432         list='$(SUBDIRS)'; for subdir in $$list; do \
433           if test "$$subdir" = .; then :; else \
434             test ! -f $$subdir/TAGS || \
435               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
436           fi; \
437         done; \
438         $(am__define_uniq_tagged_files); \
439         shift; \
440         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441           test -n "$$unique" || unique=$$empty_fix; \
442           if test $$# -gt 0; then \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               "$$@" $$unique; \
445           else \
446             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447               $$unique; \
448           fi; \
449         fi
450 ctags: ctags-recursive
451
452 CTAGS: ctags
453 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
454         $(am__define_uniq_tagged_files); \
455         test -z "$(CTAGS_ARGS)$$unique" \
456           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457              $$unique
458
459 GTAGS:
460         here=`$(am__cd) $(top_builddir) && pwd` \
461           && $(am__cd) $(top_srcdir) \
462           && gtags -i $(GTAGS_ARGS) "$$here"
463 cscopelist: cscopelist-recursive
464
465 cscopelist-am: $(am__tagged_files)
466         list='$(am__tagged_files)'; \
467         case "$(srcdir)" in \
468           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
469           *) sdir=$(subdir)/$(srcdir) ;; \
470         esac; \
471         for i in $$list; do \
472           if test -f "$$i"; then \
473             echo "$(subdir)/$$i"; \
474           else \
475             echo "$$sdir/$$i"; \
476           fi; \
477         done >> $(top_builddir)/cscope.files
478
479 distclean-tags:
480         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481
482 distdir: $(DISTFILES)
483         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485         list='$(DISTFILES)'; \
486           dist_files=`for file in $$list; do echo $$file; done | \
487           sed -e "s|^$$srcdirstrip/||;t" \
488               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489         case $$dist_files in \
490           */*) $(MKDIR_P) `echo "$$dist_files" | \
491                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492                            sort -u` ;; \
493         esac; \
494         for file in $$dist_files; do \
495           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496           if test -d $$d/$$file; then \
497             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498             if test -d "$(distdir)/$$file"; then \
499               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500             fi; \
501             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504             fi; \
505             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506           else \
507             test -f "$(distdir)/$$file" \
508             || cp -p $$d/$$file "$(distdir)/$$file" \
509             || exit 1; \
510           fi; \
511         done
512         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513           if test "$$subdir" = .; then :; else \
514             $(am__make_dryrun) \
515               || test -d "$(distdir)/$$subdir" \
516               || $(MKDIR_P) "$(distdir)/$$subdir" \
517               || exit 1; \
518             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
519             $(am__relativize); \
520             new_distdir=$$reldir; \
521             dir1=$$subdir; dir2="$(top_distdir)"; \
522             $(am__relativize); \
523             new_top_distdir=$$reldir; \
524             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
525             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
526             ($(am__cd) $$subdir && \
527               $(MAKE) $(AM_MAKEFLAGS) \
528                 top_distdir="$$new_top_distdir" \
529                 distdir="$$new_distdir" \
530                 am__remove_distdir=: \
531                 am__skip_length_check=: \
532                 am__skip_mode_fix=: \
533                 distdir) \
534               || exit 1; \
535           fi; \
536         done
537 check-am: all-am
538 check: check-recursive
539 all-am: Makefile
540 installdirs: installdirs-recursive
541 installdirs-am:
542 install: install-recursive
543 install-exec: install-exec-recursive
544 install-data: install-data-recursive
545 uninstall: uninstall-recursive
546
547 install-am: all-am
548         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549
550 installcheck: installcheck-recursive
551 install-strip:
552         if test -z '$(STRIP)'; then \
553           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555               install; \
556         else \
557           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
560         fi
561 mostlyclean-generic:
562
563 clean-generic:
564
565 distclean-generic:
566         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
568
569 maintainer-clean-generic:
570         @echo "This command is intended for maintainers to use"
571         @echo "it deletes files that may require special tools to rebuild."
572 clean: clean-recursive
573
574 clean-am: clean-generic clean-libtool mostlyclean-am
575
576 distclean: distclean-recursive
577         -rm -f Makefile
578 distclean-am: clean-am distclean-generic distclean-tags
579
580 dvi: dvi-recursive
581
582 dvi-am:
583
584 html: html-recursive
585
586 html-am:
587
588 info: info-recursive
589
590 info-am:
591
592 install-data-am:
593
594 install-dvi: install-dvi-recursive
595
596 install-dvi-am:
597
598 install-exec-am:
599
600 install-html: install-html-recursive
601
602 install-html-am:
603
604 install-info: install-info-recursive
605
606 install-info-am:
607
608 install-man:
609
610 install-pdf: install-pdf-recursive
611
612 install-pdf-am:
613
614 install-ps: install-ps-recursive
615
616 install-ps-am:
617
618 installcheck-am:
619
620 maintainer-clean: maintainer-clean-recursive
621         -rm -f Makefile
622 maintainer-clean-am: distclean-am maintainer-clean-generic
623
624 mostlyclean: mostlyclean-recursive
625
626 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
627
628 pdf: pdf-recursive
629
630 pdf-am:
631
632 ps: ps-recursive
633
634 ps-am:
635
636 uninstall-am:
637
638 .MAKE: $(am__recursive_targets) install-am install-strip
639
640 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
641         check-am clean clean-generic clean-libtool cscopelist-am ctags \
642         ctags-am distclean distclean-generic distclean-libtool \
643         distclean-tags distdir dvi dvi-am html html-am info info-am \
644         install install-am install-data install-data-am install-dvi \
645         install-dvi-am install-exec install-exec-am install-html \
646         install-html-am install-info install-info-am install-man \
647         install-pdf install-pdf-am install-ps install-ps-am \
648         install-strip installcheck installcheck-am installdirs \
649         installdirs-am maintainer-clean maintainer-clean-generic \
650         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
651         ps ps-am tags tags-am uninstall uninstall-am
652
653 .PRECIOUS: Makefile
654
655
656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
657 # Otherwise a system limit (for SysV at least) may be exceeded.
658 .NOEXPORT: