Home | History | Annotate | Download | only in src
      1 # Makefile.in generated by automake 1.11.3 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, 2009, 2010, 2011 Free Software
      6 # Foundation, Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 VPATH = @srcdir@
     18 pkgdatadir = $(datadir)/@PACKAGE@
     19 pkgincludedir = $(includedir)/@PACKAGE@
     20 pkglibdir = $(libdir)/@PACKAGE@
     21 pkglibexecdir = $(libexecdir)/@PACKAGE@
     22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     23 install_sh_DATA = $(install_sh) -c -m 644
     24 install_sh_PROGRAM = $(install_sh) -c
     25 install_sh_SCRIPT = $(install_sh) -c
     26 INSTALL_HEADER = $(INSTALL_DATA)
     27 transform = $(program_transform_name)
     28 NORMAL_INSTALL = :
     29 PRE_INSTALL = :
     30 POST_INSTALL = :
     31 NORMAL_UNINSTALL = :
     32 PRE_UNINSTALL = :
     33 POST_UNINSTALL = :
     34 build_triplet = @build@
     35 host_triplet = @host@
     36 subdir = src
     37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     39 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     40 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     41 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     42 	$(top_srcdir)/configure.ac
     43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     44 	$(ACLOCAL_M4)
     45 mkinstalldirs = $(install_sh) -d
     46 CONFIG_HEADER = $(top_builddir)/config.h \
     47 	$(top_builddir)/src/include/fst/config.h
     48 CONFIG_CLEAN_FILES =
     49 CONFIG_CLEAN_VPATH_FILES =
     50 SOURCES =
     51 DIST_SOURCES =
     52 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
     53 	html-recursive info-recursive install-data-recursive \
     54 	install-dvi-recursive install-exec-recursive \
     55 	install-html-recursive install-info-recursive \
     56 	install-pdf-recursive install-ps-recursive install-recursive \
     57 	installcheck-recursive installdirs-recursive pdf-recursive \
     58 	ps-recursive uninstall-recursive
     59 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
     60   distclean-recursive maintainer-clean-recursive
     61 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
     62 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
     63 	distdir
     64 ETAGS = etags
     65 CTAGS = ctags
     66 DIST_SUBDIRS = $(SUBDIRS)
     67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     68 am__relativize = \
     69   dir0=`pwd`; \
     70   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
     71   sed_rest='s,^[^/]*/*,,'; \
     72   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
     73   sed_butlast='s,/*[^/]*$$,,'; \
     74   while test -n "$$dir1"; do \
     75     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
     76     if test "$$first" != "."; then \
     77       if test "$$first" = ".."; then \
     78         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
     79         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
     80       else \
     81         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
     82         if test "$$first2" = "$$first"; then \
     83           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
     84         else \
     85           dir2="../$$dir2"; \
     86         fi; \
     87         dir0="$$dir0"/"$$first"; \
     88       fi; \
     89     fi; \
     90     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
     91   done; \
     92   reldir="$$dir2"
     93 ACLOCAL = @ACLOCAL@
     94 AMTAR = @AMTAR@
     95 AR = @AR@
     96 AUTOCONF = @AUTOCONF@
     97 AUTOHEADER = @AUTOHEADER@
     98 AUTOMAKE = @AUTOMAKE@
     99 AWK = @AWK@
    100 CC = @CC@
    101 CCDEPMODE = @CCDEPMODE@
    102 CFLAGS = @CFLAGS@
    103 CPP = @CPP@
    104 CPPFLAGS = @CPPFLAGS@
    105 CXX = @CXX@
    106 CXXCPP = @CXXCPP@
    107 CXXDEPMODE = @CXXDEPMODE@
    108 CXXFLAGS = @CXXFLAGS@
    109 CYGPATH_W = @CYGPATH_W@
    110 DEFS = @DEFS@
    111 DEPDIR = @DEPDIR@
    112 DLLTOOL = @DLLTOOL@
    113 DSYMUTIL = @DSYMUTIL@
    114 DUMPBIN = @DUMPBIN@
    115 ECHO_C = @ECHO_C@
    116 ECHO_N = @ECHO_N@
    117 ECHO_T = @ECHO_T@
    118 EGREP = @EGREP@
    119 EXEEXT = @EXEEXT@
    120 FGREP = @FGREP@
    121 GREP = @GREP@
    122 INSTALL = @INSTALL@
    123 INSTALL_DATA = @INSTALL_DATA@
    124 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    125 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    126 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    127 LD = @LD@
    128 LDFLAGS = @LDFLAGS@
    129 LIBOBJS = @LIBOBJS@
    130 LIBS = @LIBS@
    131 LIBTOOL = @LIBTOOL@
    132 LIPO = @LIPO@
    133 LN_S = @LN_S@
    134 LTLIBOBJS = @LTLIBOBJS@
    135 MAKEINFO = @MAKEINFO@
    136 MANIFEST_TOOL = @MANIFEST_TOOL@
    137 MKDIR_P = @MKDIR_P@
    138 NM = @NM@
    139 NMEDIT = @NMEDIT@
    140 OBJDUMP = @OBJDUMP@
    141 OBJEXT = @OBJEXT@
    142 OTOOL = @OTOOL@
    143 OTOOL64 = @OTOOL64@
    144 PACKAGE = @PACKAGE@
    145 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    146 PACKAGE_NAME = @PACKAGE_NAME@
    147 PACKAGE_STRING = @PACKAGE_STRING@
    148 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    149 PACKAGE_URL = @PACKAGE_URL@
    150 PACKAGE_VERSION = @PACKAGE_VERSION@
    151 PATH_SEPARATOR = @PATH_SEPARATOR@
    152 RANLIB = @RANLIB@
    153 SED = @SED@
    154 SET_MAKE = @SET_MAKE@
    155 SHELL = @SHELL@
    156 STRIP = @STRIP@
    157 VERSION = @VERSION@
    158 abs_builddir = @abs_builddir@
    159 abs_srcdir = @abs_srcdir@
    160 abs_top_builddir = @abs_top_builddir@
    161 abs_top_srcdir = @abs_top_srcdir@
    162 ac_ct_AR = @ac_ct_AR@
    163 ac_ct_CC = @ac_ct_CC@
    164 ac_ct_CXX = @ac_ct_CXX@
    165 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    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 libfstdir = @libfstdir@
    195 localedir = @localedir@
    196 localstatedir = @localstatedir@
    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 SUBDIRS = include lib script bin test extensions
    213 all: all-recursive
    214 
    215 .SUFFIXES:
    216 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    217 	@for dep in $?; do \
    218 	  case '$(am__configure_deps)' in \
    219 	    *$$dep*) \
    220 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    221 	        && { if test -f $@; then exit 0; else break; fi; }; \
    222 	      exit 1;; \
    223 	  esac; \
    224 	done; \
    225 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
    226 	$(am__cd) $(top_srcdir) && \
    227 	  $(AUTOMAKE) --foreign src/Makefile
    228 .PRECIOUS: Makefile
    229 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    230 	@case '$?' in \
    231 	  *config.status*) \
    232 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    233 	  *) \
    234 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    235 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    236 	esac;
    237 
    238 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    239 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    240 
    241 $(top_srcdir)/configure:  $(am__configure_deps)
    242 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    243 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    244 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    245 $(am__aclocal_m4_deps):
    246 
    247 mostlyclean-libtool:
    248 	-rm -f *.lo
    249 
    250 clean-libtool:
    251 	-rm -rf .libs _libs
    252 
    253 # This directory's subdirectories are mostly independent; you can cd
    254 # into them and run `make' without going through this Makefile.
    255 # To change the values of `make' variables: instead of editing Makefiles,
    256 # (1) if the variable is set in `config.status', edit `config.status'
    257 #     (which will cause the Makefiles to be regenerated when you run `make');
    258 # (2) otherwise, pass the desired values on the `make' command line.
    259 $(RECURSIVE_TARGETS):
    260 	@fail= failcom='exit 1'; \
    261 	for f in x $$MAKEFLAGS; do \
    262 	  case $$f in \
    263 	    *=* | --[!k]*);; \
    264 	    *k*) failcom='fail=yes';; \
    265 	  esac; \
    266 	done; \
    267 	dot_seen=no; \
    268 	target=`echo $@ | sed s/-recursive//`; \
    269 	list='$(SUBDIRS)'; for subdir in $$list; do \
    270 	  echo "Making $$target in $$subdir"; \
    271 	  if test "$$subdir" = "."; then \
    272 	    dot_seen=yes; \
    273 	    local_target="$$target-am"; \
    274 	  else \
    275 	    local_target="$$target"; \
    276 	  fi; \
    277 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    278 	  || eval $$failcom; \
    279 	done; \
    280 	if test "$$dot_seen" = "no"; then \
    281 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    282 	fi; test -z "$$fail"
    283 
    284 $(RECURSIVE_CLEAN_TARGETS):
    285 	@fail= failcom='exit 1'; \
    286 	for f in x $$MAKEFLAGS; do \
    287 	  case $$f in \
    288 	    *=* | --[!k]*);; \
    289 	    *k*) failcom='fail=yes';; \
    290 	  esac; \
    291 	done; \
    292 	dot_seen=no; \
    293 	case "$@" in \
    294 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    295 	  *) list='$(SUBDIRS)' ;; \
    296 	esac; \
    297 	rev=''; for subdir in $$list; do \
    298 	  if test "$$subdir" = "."; then :; else \
    299 	    rev="$$subdir $$rev"; \
    300 	  fi; \
    301 	done; \
    302 	rev="$$rev ."; \
    303 	target=`echo $@ | sed s/-recursive//`; \
    304 	for subdir in $$rev; do \
    305 	  echo "Making $$target in $$subdir"; \
    306 	  if test "$$subdir" = "."; then \
    307 	    local_target="$$target-am"; \
    308 	  else \
    309 	    local_target="$$target"; \
    310 	  fi; \
    311 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    312 	  || eval $$failcom; \
    313 	done && test -z "$$fail"
    314 tags-recursive:
    315 	list='$(SUBDIRS)'; for subdir in $$list; do \
    316 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
    317 	done
    318 ctags-recursive:
    319 	list='$(SUBDIRS)'; for subdir in $$list; do \
    320 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
    321 	done
    322 
    323 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    324 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    325 	unique=`for i in $$list; do \
    326 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    327 	  done | \
    328 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    329 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    330 	mkid -fID $$unique
    331 tags: TAGS
    332 
    333 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    334 		$(TAGS_FILES) $(LISP)
    335 	set x; \
    336 	here=`pwd`; \
    337 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    338 	  include_option=--etags-include; \
    339 	  empty_fix=.; \
    340 	else \
    341 	  include_option=--include; \
    342 	  empty_fix=; \
    343 	fi; \
    344 	list='$(SUBDIRS)'; for subdir in $$list; do \
    345 	  if test "$$subdir" = .; then :; else \
    346 	    test ! -f $$subdir/TAGS || \
    347 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    348 	  fi; \
    349 	done; \
    350 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    351 	unique=`for i in $$list; do \
    352 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    353 	  done | \
    354 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    355 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    356 	shift; \
    357 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    358 	  test -n "$$unique" || unique=$$empty_fix; \
    359 	  if test $$# -gt 0; then \
    360 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    361 	      "$$@" $$unique; \
    362 	  else \
    363 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    364 	      $$unique; \
    365 	  fi; \
    366 	fi
    367 ctags: CTAGS
    368 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    369 		$(TAGS_FILES) $(LISP)
    370 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    371 	unique=`for i in $$list; do \
    372 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    373 	  done | \
    374 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    375 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    376 	test -z "$(CTAGS_ARGS)$$unique" \
    377 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    378 	     $$unique
    379 
    380 GTAGS:
    381 	here=`$(am__cd) $(top_builddir) && pwd` \
    382 	  && $(am__cd) $(top_srcdir) \
    383 	  && gtags -i $(GTAGS_ARGS) "$$here"
    384 
    385 distclean-tags:
    386 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    387 
    388 distdir: $(DISTFILES)
    389 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    390 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    391 	list='$(DISTFILES)'; \
    392 	  dist_files=`for file in $$list; do echo $$file; done | \
    393 	  sed -e "s|^$$srcdirstrip/||;t" \
    394 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    395 	case $$dist_files in \
    396 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    397 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    398 			   sort -u` ;; \
    399 	esac; \
    400 	for file in $$dist_files; do \
    401 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    402 	  if test -d $$d/$$file; then \
    403 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    404 	    if test -d "$(distdir)/$$file"; then \
    405 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    406 	    fi; \
    407 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    408 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    409 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    410 	    fi; \
    411 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    412 	  else \
    413 	    test -f "$(distdir)/$$file" \
    414 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    415 	    || exit 1; \
    416 	  fi; \
    417 	done
    418 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    419 	  if test "$$subdir" = .; then :; else \
    420 	    test -d "$(distdir)/$$subdir" \
    421 	    || $(MKDIR_P) "$(distdir)/$$subdir" \
    422 	    || exit 1; \
    423 	  fi; \
    424 	done
    425 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    426 	  if test "$$subdir" = .; then :; else \
    427 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    428 	    $(am__relativize); \
    429 	    new_distdir=$$reldir; \
    430 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    431 	    $(am__relativize); \
    432 	    new_top_distdir=$$reldir; \
    433 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    434 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    435 	    ($(am__cd) $$subdir && \
    436 	      $(MAKE) $(AM_MAKEFLAGS) \
    437 	        top_distdir="$$new_top_distdir" \
    438 	        distdir="$$new_distdir" \
    439 		am__remove_distdir=: \
    440 		am__skip_length_check=: \
    441 		am__skip_mode_fix=: \
    442 	        distdir) \
    443 	      || exit 1; \
    444 	  fi; \
    445 	done
    446 check-am: all-am
    447 check: check-recursive
    448 all-am: Makefile
    449 installdirs: installdirs-recursive
    450 installdirs-am:
    451 install: install-recursive
    452 install-exec: install-exec-recursive
    453 install-data: install-data-recursive
    454 uninstall: uninstall-recursive
    455 
    456 install-am: all-am
    457 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    458 
    459 installcheck: installcheck-recursive
    460 install-strip:
    461 	if test -z '$(STRIP)'; then \
    462 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    463 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    464 	      install; \
    465 	else \
    466 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    467 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    468 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    469 	fi
    470 mostlyclean-generic:
    471 
    472 clean-generic:
    473 
    474 distclean-generic:
    475 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    476 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    477 
    478 maintainer-clean-generic:
    479 	@echo "This command is intended for maintainers to use"
    480 	@echo "it deletes files that may require special tools to rebuild."
    481 clean: clean-recursive
    482 
    483 clean-am: clean-generic clean-libtool mostlyclean-am
    484 
    485 distclean: distclean-recursive
    486 	-rm -f Makefile
    487 distclean-am: clean-am distclean-generic distclean-tags
    488 
    489 dvi: dvi-recursive
    490 
    491 dvi-am:
    492 
    493 html: html-recursive
    494 
    495 html-am:
    496 
    497 info: info-recursive
    498 
    499 info-am:
    500 
    501 install-data-am:
    502 
    503 install-dvi: install-dvi-recursive
    504 
    505 install-dvi-am:
    506 
    507 install-exec-am:
    508 
    509 install-html: install-html-recursive
    510 
    511 install-html-am:
    512 
    513 install-info: install-info-recursive
    514 
    515 install-info-am:
    516 
    517 install-man:
    518 
    519 install-pdf: install-pdf-recursive
    520 
    521 install-pdf-am:
    522 
    523 install-ps: install-ps-recursive
    524 
    525 install-ps-am:
    526 
    527 installcheck-am:
    528 
    529 maintainer-clean: maintainer-clean-recursive
    530 	-rm -f Makefile
    531 maintainer-clean-am: distclean-am maintainer-clean-generic
    532 
    533 mostlyclean: mostlyclean-recursive
    534 
    535 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    536 
    537 pdf: pdf-recursive
    538 
    539 pdf-am:
    540 
    541 ps: ps-recursive
    542 
    543 ps-am:
    544 
    545 uninstall-am:
    546 
    547 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
    548 	install-am install-strip tags-recursive
    549 
    550 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
    551 	all all-am check check-am clean clean-generic clean-libtool \
    552 	ctags ctags-recursive distclean 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 installdirs-am maintainer-clean \
    560 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    561 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
    562 	uninstall uninstall-am
    563 
    564 
    565 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    566 # Otherwise a system limit (for SysV at least) may be exceeded.
    567 .NOEXPORT:
    568