Home | History | Annotate | Download | only in lmfit
      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 
     17 # Library lmfit:
     18 #   Levenberg-Marquardt least squares fitting
     19 # 
     20 # File Makefile.am:
     21 #   Input for the build process using GNU autotools.
     22 # 
     23 # Copyright:
     24 #   (C) 2013 Joachim Wuttke, Forschungszentrum Jlich GmbH
     25 # 
     26 # Licence:
     27 #   FreeBSD. See ../COPYING.
     28 # 
     29 # Website:
     30 #   http://apps.jcns.fz-juelich.de/lmfit
     31 
     32 VPATH = @srcdir@
     33 am__is_gnu_make = { \
     34   if test -z '$(MAKELEVEL)'; then \
     35     false; \
     36   elif test -n '$(MAKE_HOST)'; then \
     37     true; \
     38   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     39     true; \
     40   else \
     41     false; \
     42   fi; \
     43 }
     44 am__make_running_with_option = \
     45   case $${target_option-} in \
     46       ?) ;; \
     47       *) echo "am__make_running_with_option: internal error: invalid" \
     48               "target option '$${target_option-}' specified" >&2; \
     49          exit 1;; \
     50   esac; \
     51   has_opt=no; \
     52   sane_makeflags=$$MAKEFLAGS; \
     53   if $(am__is_gnu_make); then \
     54     sane_makeflags=$$MFLAGS; \
     55   else \
     56     case $$MAKEFLAGS in \
     57       *\\[\ \	]*) \
     58         bs=\\; \
     59         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     60           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     61     esac; \
     62   fi; \
     63   skip_next=no; \
     64   strip_trailopt () \
     65   { \
     66     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     67   }; \
     68   for flg in $$sane_makeflags; do \
     69     test $$skip_next = yes && { skip_next=no; continue; }; \
     70     case $$flg in \
     71       *=*|--*) continue;; \
     72         -*I) strip_trailopt 'I'; skip_next=yes;; \
     73       -*I?*) strip_trailopt 'I';; \
     74         -*O) strip_trailopt 'O'; skip_next=yes;; \
     75       -*O?*) strip_trailopt 'O';; \
     76         -*l) strip_trailopt 'l'; skip_next=yes;; \
     77       -*l?*) strip_trailopt 'l';; \
     78       -[dEDm]) skip_next=yes;; \
     79       -[JT]) skip_next=yes;; \
     80     esac; \
     81     case $$flg in \
     82       *$$target_option*) has_opt=yes; break;; \
     83     esac; \
     84   done; \
     85   test $$has_opt = yes
     86 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     87 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     88 pkgdatadir = $(datadir)/@PACKAGE@
     89 pkgincludedir = $(includedir)/@PACKAGE@
     90 pkglibdir = $(libdir)/@PACKAGE@
     91 pkglibexecdir = $(libexecdir)/@PACKAGE@
     92 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     93 install_sh_DATA = $(install_sh) -c -m 644
     94 install_sh_PROGRAM = $(install_sh) -c
     95 install_sh_SCRIPT = $(install_sh) -c
     96 INSTALL_HEADER = $(INSTALL_DATA)
     97 transform = $(program_transform_name)
     98 NORMAL_INSTALL = :
     99 PRE_INSTALL = :
    100 POST_INSTALL = :
    101 NORMAL_UNINSTALL = :
    102 PRE_UNINSTALL = :
    103 POST_UNINSTALL = :
    104 build_triplet = @build@
    105 host_triplet = @host@
    106 subdir = .
    107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    108 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
    109 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
    110 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
    111 	$(top_srcdir)/configure.ac
    112 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    113 	$(ACLOCAL_M4)
    114 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
    115 	$(am__configure_deps) $(am__DIST_COMMON)
    116 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
    117  configure.lineno config.status.lineno
    118 mkinstalldirs = $(install_sh) -d
    119 CONFIG_HEADER = config.h
    120 CONFIG_CLEAN_FILES = lmfit.pc
    121 CONFIG_CLEAN_VPATH_FILES =
    122 AM_V_P = $(am__v_P_@AM_V@)
    123 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    124 am__v_P_0 = false
    125 am__v_P_1 = :
    126 AM_V_GEN = $(am__v_GEN_@AM_V@)
    127 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    128 am__v_GEN_0 = @echo "  GEN     " $@;
    129 am__v_GEN_1 = 
    130 AM_V_at = $(am__v_at_@AM_V@)
    131 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    132 am__v_at_0 = @
    133 am__v_at_1 = 
    134 SOURCES =
    135 DIST_SOURCES =
    136 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    137 	ctags-recursive dvi-recursive html-recursive info-recursive \
    138 	install-data-recursive install-dvi-recursive \
    139 	install-exec-recursive install-html-recursive \
    140 	install-info-recursive install-pdf-recursive \
    141 	install-ps-recursive install-recursive installcheck-recursive \
    142 	installdirs-recursive pdf-recursive ps-recursive \
    143 	tags-recursive uninstall-recursive
    144 am__can_run_installinfo = \
    145   case $$AM_UPDATE_INFO_DIR in \
    146     n|no|NO) false;; \
    147     *) (install-info --version) >/dev/null 2>&1;; \
    148   esac
    149 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    150 am__vpath_adj = case $$p in \
    151     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    152     *) f=$$p;; \
    153   esac;
    154 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    155 am__install_max = 40
    156 am__nobase_strip_setup = \
    157   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    158 am__nobase_strip = \
    159   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    160 am__nobase_list = $(am__nobase_strip_setup); \
    161   for p in $$list; do echo "$$p $$p"; done | \
    162   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    163   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    164     if (++n[$$2] == $(am__install_max)) \
    165       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    166     END { for (dir in files) print dir, files[dir] }'
    167 am__base_list = \
    168   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    169   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    170 am__uninstall_files_from_dir = { \
    171   test -z "$$files" \
    172     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    173     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    174          $(am__cd) "$$dir" && rm -f $$files; }; \
    175   }
    176 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
    177 DATA = $(pkgconfig_DATA)
    178 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    179   distclean-recursive maintainer-clean-recursive
    180 am__recursive_targets = \
    181   $(RECURSIVE_TARGETS) \
    182   $(RECURSIVE_CLEAN_TARGETS) \
    183   $(am__extra_recursive_targets)
    184 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    185 	cscope distdir dist dist-all distcheck
    186 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
    187 	$(LISP)config.h.in
    188 # Read a list of newline-separated strings from the standard input,
    189 # and print each of them once, without duplicates.  Input order is
    190 # *not* preserved.
    191 am__uniquify_input = $(AWK) '\
    192   BEGIN { nonempty = 0; } \
    193   { items[$$0] = 1; nonempty = 1; } \
    194   END { if (nonempty) { for (i in items) print i; }; } \
    195 '
    196 # Make sure the list of sources is unique.  This is necessary because,
    197 # e.g., the same source file might be shared among _SOURCES variables
    198 # for different programs/libraries.
    199 am__define_uniq_tagged_files = \
    200   list='$(am__tagged_files)'; \
    201   unique=`for i in $$list; do \
    202     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    203   done | $(am__uniquify_input)`
    204 ETAGS = etags
    205 CTAGS = ctags
    206 CSCOPE = cscope
    207 DIST_SUBDIRS = $(SUBDIRS)
    208 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
    209 	$(srcdir)/lmfit.pc.in $(top_srcdir)/build-aux/compile \
    210 	$(top_srcdir)/build-aux/config.guess \
    211 	$(top_srcdir)/build-aux/config.sub \
    212 	$(top_srcdir)/build-aux/install-sh \
    213 	$(top_srcdir)/build-aux/ltmain.sh \
    214 	$(top_srcdir)/build-aux/missing COPYING INSTALL \
    215 	build-aux/compile build-aux/config.guess build-aux/config.sub \
    216 	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
    217 	build-aux/missing
    218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    219 distdir = $(PACKAGE)-$(VERSION)
    220 top_distdir = $(distdir)
    221 am__remove_distdir = \
    222   if test -d "$(distdir)"; then \
    223     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
    224       && rm -rf "$(distdir)" \
    225       || { sleep 5 && rm -rf "$(distdir)"; }; \
    226   else :; fi
    227 am__post_remove_distdir = $(am__remove_distdir)
    228 am__relativize = \
    229   dir0=`pwd`; \
    230   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    231   sed_rest='s,^[^/]*/*,,'; \
    232   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    233   sed_butlast='s,/*[^/]*$$,,'; \
    234   while test -n "$$dir1"; do \
    235     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    236     if test "$$first" != "."; then \
    237       if test "$$first" = ".."; then \
    238         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    239         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    240       else \
    241         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    242         if test "$$first2" = "$$first"; then \
    243           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    244         else \
    245           dir2="../$$dir2"; \
    246         fi; \
    247         dir0="$$dir0"/"$$first"; \
    248       fi; \
    249     fi; \
    250     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    251   done; \
    252   reldir="$$dir2"
    253 DIST_ARCHIVES = $(distdir).tar.gz
    254 GZIP_ENV = --best
    255 DIST_TARGETS = dist-gzip
    256 distuninstallcheck_listfiles = find . -type f -print
    257 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
    258   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
    259 distcleancheck_listfiles = find . -type f -print
    260 ACLOCAL = @ACLOCAL@
    261 AMTAR = @AMTAR@
    262 AM_CFLAGS = @AM_CFLAGS@
    263 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    264 AR = @AR@
    265 AUTOCONF = @AUTOCONF@
    266 AUTOHEADER = @AUTOHEADER@
    267 AUTOMAKE = @AUTOMAKE@
    268 AWK = @AWK@
    269 CC = @CC@
    270 CCDEPMODE = @CCDEPMODE@
    271 CFLAGS = @CFLAGS@
    272 CPP = @CPP@
    273 CPPFLAGS = @CPPFLAGS@
    274 CYGPATH_W = @CYGPATH_W@
    275 DEFS = @DEFS@
    276 DEPDIR = @DEPDIR@
    277 DLLTOOL = @DLLTOOL@
    278 DSYMUTIL = @DSYMUTIL@
    279 DUMPBIN = @DUMPBIN@
    280 ECHO_C = @ECHO_C@
    281 ECHO_N = @ECHO_N@
    282 ECHO_T = @ECHO_T@
    283 EGREP = @EGREP@
    284 EXEEXT = @EXEEXT@
    285 FGREP = @FGREP@
    286 GREP = @GREP@
    287 INSTALL = @INSTALL@
    288 INSTALL_DATA = @INSTALL_DATA@
    289 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    290 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    291 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    292 LD = @LD@
    293 LDFLAGS = @LDFLAGS@
    294 LIBOBJS = @LIBOBJS@
    295 LIBS = @LIBS@
    296 LIBTOOL = @LIBTOOL@
    297 LIPO = @LIPO@
    298 LN_S = @LN_S@
    299 LTLIBOBJS = @LTLIBOBJS@
    300 MAINT = @MAINT@
    301 MAKEINFO = @MAKEINFO@
    302 MANIFEST_TOOL = @MANIFEST_TOOL@
    303 MKDIR_P = @MKDIR_P@
    304 NM = @NM@
    305 NMEDIT = @NMEDIT@
    306 OBJDUMP = @OBJDUMP@
    307 OBJEXT = @OBJEXT@
    308 OTOOL = @OTOOL@
    309 OTOOL64 = @OTOOL64@
    310 PACKAGE = @PACKAGE@
    311 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    312 PACKAGE_NAME = @PACKAGE_NAME@
    313 PACKAGE_STRING = @PACKAGE_STRING@
    314 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    315 PACKAGE_URL = @PACKAGE_URL@
    316 PACKAGE_VERSION = @PACKAGE_VERSION@
    317 PATH_SEPARATOR = @PATH_SEPARATOR@
    318 RANLIB = @RANLIB@
    319 SED = @SED@
    320 SET_MAKE = @SET_MAKE@
    321 SHELL = @SHELL@
    322 STRIP = @STRIP@
    323 VERSION = @VERSION@
    324 abs_builddir = @abs_builddir@
    325 abs_srcdir = @abs_srcdir@
    326 abs_top_builddir = @abs_top_builddir@
    327 abs_top_srcdir = @abs_top_srcdir@
    328 ac_ct_AR = @ac_ct_AR@
    329 ac_ct_CC = @ac_ct_CC@
    330 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    331 am__include = @am__include@
    332 am__leading_dot = @am__leading_dot@
    333 am__quote = @am__quote@
    334 am__tar = @am__tar@
    335 am__untar = @am__untar@
    336 bindir = @bindir@
    337 build = @build@
    338 build_alias = @build_alias@
    339 build_cpu = @build_cpu@
    340 build_os = @build_os@
    341 build_vendor = @build_vendor@
    342 builddir = @builddir@
    343 datadir = @datadir@
    344 datarootdir = @datarootdir@
    345 docdir = @docdir@
    346 dvidir = @dvidir@
    347 exec_prefix = @exec_prefix@
    348 host = @host@
    349 host_alias = @host_alias@
    350 host_cpu = @host_cpu@
    351 host_os = @host_os@
    352 host_vendor = @host_vendor@
    353 htmldir = @htmldir@
    354 includedir = @includedir@
    355 infodir = @infodir@
    356 install_sh = @install_sh@
    357 libdir = @libdir@
    358 libexecdir = @libexecdir@
    359 localedir = @localedir@
    360 localstatedir = @localstatedir@
    361 mandir = @mandir@
    362 mkdir_p = @mkdir_p@
    363 oldincludedir = @oldincludedir@
    364 pdfdir = @pdfdir@
    365 prefix = @prefix@
    366 program_transform_name = @program_transform_name@
    367 psdir = @psdir@
    368 runstatedir = @runstatedir@
    369 sbindir = @sbindir@
    370 sharedstatedir = @sharedstatedir@
    371 srcdir = @srcdir@
    372 sysconfdir = @sysconfdir@
    373 target_alias = @target_alias@
    374 top_build_prefix = @top_build_prefix@
    375 top_builddir = @top_builddir@
    376 top_srcdir = @top_srcdir@
    377 pkgconfigdir = $(libdir)/pkgconfig
    378 pkgconfig_DATA = lmfit.pc
    379 SUBDIRS = lib test man demo
    380 ACLOCAL_AMFLAGS = -I m4
    381 all: config.h
    382 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    383 
    384 .SUFFIXES:
    385 am--refresh: Makefile
    386 	@:
    387 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    388 	@for dep in $?; do \
    389 	  case '$(am__configure_deps)' in \
    390 	    *$$dep*) \
    391 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    392 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    393 		&& exit 0; \
    394 	      exit 1;; \
    395 	  esac; \
    396 	done; \
    397 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    398 	$(am__cd) $(top_srcdir) && \
    399 	  $(AUTOMAKE) --foreign Makefile
    400 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    401 	@case '$?' in \
    402 	  *config.status*) \
    403 	    echo ' $(SHELL) ./config.status'; \
    404 	    $(SHELL) ./config.status;; \
    405 	  *) \
    406 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    407 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    408 	esac;
    409 
    410 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    411 	$(SHELL) ./config.status --recheck
    412 
    413 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    414 	$(am__cd) $(srcdir) && $(AUTOCONF)
    415 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    416 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    417 $(am__aclocal_m4_deps):
    418 
    419 config.h: stamp-h1
    420 	@test -f $@ || rm -f stamp-h1
    421 	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
    422 
    423 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
    424 	@rm -f stamp-h1
    425 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    426 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
    427 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    428 	rm -f stamp-h1
    429 	touch $@
    430 
    431 distclean-hdr:
    432 	-rm -f config.h stamp-h1
    433 lmfit.pc: $(top_builddir)/config.status $(srcdir)/lmfit.pc.in
    434 	cd $(top_builddir) && $(SHELL) ./config.status $@
    435 
    436 mostlyclean-libtool:
    437 	-rm -f *.lo
    438 
    439 clean-libtool:
    440 	-rm -rf .libs _libs
    441 
    442 distclean-libtool:
    443 	-rm -f libtool config.lt
    444 install-pkgconfigDATA: $(pkgconfig_DATA)
    445 	@$(NORMAL_INSTALL)
    446 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    447 	if test -n "$$list"; then \
    448 	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
    449 	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
    450 	fi; \
    451 	for p in $$list; do \
    452 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    453 	  echo "$$d$$p"; \
    454 	done | $(am__base_list) | \
    455 	while read files; do \
    456 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
    457 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
    458 	done
    459 
    460 uninstall-pkgconfigDATA:
    461 	@$(NORMAL_UNINSTALL)
    462 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
    463 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    464 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
    465 
    466 # This directory's subdirectories are mostly independent; you can cd
    467 # into them and run 'make' without going through this Makefile.
    468 # To change the values of 'make' variables: instead of editing Makefiles,
    469 # (1) if the variable is set in 'config.status', edit 'config.status'
    470 #     (which will cause the Makefiles to be regenerated when you run 'make');
    471 # (2) otherwise, pass the desired values on the 'make' command line.
    472 $(am__recursive_targets):
    473 	@fail=; \
    474 	if $(am__make_keepgoing); then \
    475 	  failcom='fail=yes'; \
    476 	else \
    477 	  failcom='exit 1'; \
    478 	fi; \
    479 	dot_seen=no; \
    480 	target=`echo $@ | sed s/-recursive//`; \
    481 	case "$@" in \
    482 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    483 	  *) list='$(SUBDIRS)' ;; \
    484 	esac; \
    485 	for subdir in $$list; do \
    486 	  echo "Making $$target in $$subdir"; \
    487 	  if test "$$subdir" = "."; then \
    488 	    dot_seen=yes; \
    489 	    local_target="$$target-am"; \
    490 	  else \
    491 	    local_target="$$target"; \
    492 	  fi; \
    493 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    494 	  || eval $$failcom; \
    495 	done; \
    496 	if test "$$dot_seen" = "no"; then \
    497 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    498 	fi; test -z "$$fail"
    499 
    500 ID: $(am__tagged_files)
    501 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    502 tags: tags-recursive
    503 TAGS: tags
    504 
    505 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    506 	set x; \
    507 	here=`pwd`; \
    508 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    509 	  include_option=--etags-include; \
    510 	  empty_fix=.; \
    511 	else \
    512 	  include_option=--include; \
    513 	  empty_fix=; \
    514 	fi; \
    515 	list='$(SUBDIRS)'; for subdir in $$list; do \
    516 	  if test "$$subdir" = .; then :; else \
    517 	    test ! -f $$subdir/TAGS || \
    518 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    519 	  fi; \
    520 	done; \
    521 	$(am__define_uniq_tagged_files); \
    522 	shift; \
    523 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    524 	  test -n "$$unique" || unique=$$empty_fix; \
    525 	  if test $$# -gt 0; then \
    526 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    527 	      "$$@" $$unique; \
    528 	  else \
    529 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    530 	      $$unique; \
    531 	  fi; \
    532 	fi
    533 ctags: ctags-recursive
    534 
    535 CTAGS: ctags
    536 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    537 	$(am__define_uniq_tagged_files); \
    538 	test -z "$(CTAGS_ARGS)$$unique" \
    539 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    540 	     $$unique
    541 
    542 GTAGS:
    543 	here=`$(am__cd) $(top_builddir) && pwd` \
    544 	  && $(am__cd) $(top_srcdir) \
    545 	  && gtags -i $(GTAGS_ARGS) "$$here"
    546 cscope: cscope.files
    547 	test ! -s cscope.files \
    548 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
    549 clean-cscope:
    550 	-rm -f cscope.files
    551 cscope.files: clean-cscope cscopelist
    552 cscopelist: cscopelist-recursive
    553 
    554 cscopelist-am: $(am__tagged_files)
    555 	list='$(am__tagged_files)'; \
    556 	case "$(srcdir)" in \
    557 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    558 	  *) sdir=$(subdir)/$(srcdir) ;; \
    559 	esac; \
    560 	for i in $$list; do \
    561 	  if test -f "$$i"; then \
    562 	    echo "$(subdir)/$$i"; \
    563 	  else \
    564 	    echo "$$sdir/$$i"; \
    565 	  fi; \
    566 	done >> $(top_builddir)/cscope.files
    567 
    568 distclean-tags:
    569 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    570 	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
    571 
    572 distdir: $(DISTFILES)
    573 	$(am__remove_distdir)
    574 	test -d "$(distdir)" || mkdir "$(distdir)"
    575 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    576 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    577 	list='$(DISTFILES)'; \
    578 	  dist_files=`for file in $$list; do echo $$file; done | \
    579 	  sed -e "s|^$$srcdirstrip/||;t" \
    580 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    581 	case $$dist_files in \
    582 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    583 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    584 			   sort -u` ;; \
    585 	esac; \
    586 	for file in $$dist_files; do \
    587 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    588 	  if test -d $$d/$$file; then \
    589 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    590 	    if test -d "$(distdir)/$$file"; then \
    591 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    592 	    fi; \
    593 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    594 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    595 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    596 	    fi; \
    597 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    598 	  else \
    599 	    test -f "$(distdir)/$$file" \
    600 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    601 	    || exit 1; \
    602 	  fi; \
    603 	done
    604 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    605 	  if test "$$subdir" = .; then :; else \
    606 	    $(am__make_dryrun) \
    607 	      || test -d "$(distdir)/$$subdir" \
    608 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    609 	      || exit 1; \
    610 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    611 	    $(am__relativize); \
    612 	    new_distdir=$$reldir; \
    613 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    614 	    $(am__relativize); \
    615 	    new_top_distdir=$$reldir; \
    616 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    617 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    618 	    ($(am__cd) $$subdir && \
    619 	      $(MAKE) $(AM_MAKEFLAGS) \
    620 	        top_distdir="$$new_top_distdir" \
    621 	        distdir="$$new_distdir" \
    622 		am__remove_distdir=: \
    623 		am__skip_length_check=: \
    624 		am__skip_mode_fix=: \
    625 	        distdir) \
    626 	      || exit 1; \
    627 	  fi; \
    628 	done
    629 	-test -n "$(am__skip_mode_fix)" \
    630 	|| find "$(distdir)" -type d ! -perm -755 \
    631 		-exec chmod u+rwx,go+rx {} \; -o \
    632 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
    633 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
    634 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
    635 	|| chmod -R a+r "$(distdir)"
    636 dist-gzip: distdir
    637 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
    638 	$(am__post_remove_distdir)
    639 
    640 dist-bzip2: distdir
    641 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
    642 	$(am__post_remove_distdir)
    643 
    644 dist-lzip: distdir
    645 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
    646 	$(am__post_remove_distdir)
    647 
    648 dist-xz: distdir
    649 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
    650 	$(am__post_remove_distdir)
    651 
    652 dist-tarZ: distdir
    653 	@echo WARNING: "Support for distribution archives compressed with" \
    654 		       "legacy program 'compress' is deprecated." >&2
    655 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    656 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
    657 	$(am__post_remove_distdir)
    658 
    659 dist-shar: distdir
    660 	@echo WARNING: "Support for shar distribution archives is" \
    661 	               "deprecated." >&2
    662 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
    663 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
    664 	$(am__post_remove_distdir)
    665 
    666 dist-zip: distdir
    667 	-rm -f $(distdir).zip
    668 	zip -rq $(distdir).zip $(distdir)
    669 	$(am__post_remove_distdir)
    670 
    671 dist dist-all:
    672 	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
    673 	$(am__post_remove_distdir)
    674 
    675 # This target untars the dist file and tries a VPATH configuration.  Then
    676 # it guarantees that the distribution is self-contained by making another
    677 # tarfile.
    678 distcheck: dist
    679 	case '$(DIST_ARCHIVES)' in \
    680 	*.tar.gz*) \
    681 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
    682 	*.tar.bz2*) \
    683 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
    684 	*.tar.lz*) \
    685 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
    686 	*.tar.xz*) \
    687 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
    688 	*.tar.Z*) \
    689 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
    690 	*.shar.gz*) \
    691 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
    692 	*.zip*) \
    693 	  unzip $(distdir).zip ;;\
    694 	esac
    695 	chmod -R a-w $(distdir)
    696 	chmod u+w $(distdir)
    697 	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
    698 	chmod a-w $(distdir)
    699 	test -d $(distdir)/_build || exit 0; \
    700 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
    701 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
    702 	  && am__cwd=`pwd` \
    703 	  && $(am__cd) $(distdir)/_build/sub \
    704 	  && ../../configure \
    705 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
    706 	    $(DISTCHECK_CONFIGURE_FLAGS) \
    707 	    --srcdir=../.. --prefix="$$dc_install_base" \
    708 	  && $(MAKE) $(AM_MAKEFLAGS) \
    709 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
    710 	  && $(MAKE) $(AM_MAKEFLAGS) check \
    711 	  && $(MAKE) $(AM_MAKEFLAGS) install \
    712 	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
    713 	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
    714 	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
    715 	        distuninstallcheck \
    716 	  && chmod -R a-w "$$dc_install_base" \
    717 	  && ({ \
    718 	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
    719 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
    720 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
    721 	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
    722 	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
    723 	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
    724 	  && rm -rf "$$dc_destdir" \
    725 	  && $(MAKE) $(AM_MAKEFLAGS) dist \
    726 	  && rm -rf $(DIST_ARCHIVES) \
    727 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
    728 	  && cd "$$am__cwd" \
    729 	  || exit 1
    730 	$(am__post_remove_distdir)
    731 	@(echo "$(distdir) archives ready for distribution: "; \
    732 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
    733 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
    734 distuninstallcheck:
    735 	@test -n '$(distuninstallcheck_dir)' || { \
    736 	  echo 'ERROR: trying to run $@ with an empty' \
    737 	       '$$(distuninstallcheck_dir)' >&2; \
    738 	  exit 1; \
    739 	}; \
    740 	$(am__cd) '$(distuninstallcheck_dir)' || { \
    741 	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
    742 	  exit 1; \
    743 	}; \
    744 	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
    745 	   || { echo "ERROR: files left after uninstall:" ; \
    746 	        if test -n "$(DESTDIR)"; then \
    747 	          echo "  (check DESTDIR support)"; \
    748 	        fi ; \
    749 	        $(distuninstallcheck_listfiles) ; \
    750 	        exit 1; } >&2
    751 distcleancheck: distclean
    752 	@if test '$(srcdir)' = . ; then \
    753 	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
    754 	  exit 1 ; \
    755 	fi
    756 	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
    757 	  || { echo "ERROR: files left in build directory after distclean:" ; \
    758 	       $(distcleancheck_listfiles) ; \
    759 	       exit 1; } >&2
    760 check-am: all-am
    761 check: check-recursive
    762 all-am: Makefile $(DATA) config.h
    763 installdirs: installdirs-recursive
    764 installdirs-am:
    765 	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
    766 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    767 	done
    768 install: install-recursive
    769 install-exec: install-exec-recursive
    770 install-data: install-data-recursive
    771 uninstall: uninstall-recursive
    772 
    773 install-am: all-am
    774 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    775 
    776 installcheck: installcheck-recursive
    777 install-strip:
    778 	if test -z '$(STRIP)'; then \
    779 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    780 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    781 	      install; \
    782 	else \
    783 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    784 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    785 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    786 	fi
    787 mostlyclean-generic:
    788 
    789 clean-generic:
    790 
    791 distclean-generic:
    792 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    793 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    794 
    795 maintainer-clean-generic:
    796 	@echo "This command is intended for maintainers to use"
    797 	@echo "it deletes files that may require special tools to rebuild."
    798 clean: clean-recursive
    799 
    800 clean-am: clean-generic clean-libtool mostlyclean-am
    801 
    802 distclean: distclean-recursive
    803 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    804 	-rm -f Makefile
    805 distclean-am: clean-am distclean-generic distclean-hdr \
    806 	distclean-libtool distclean-tags
    807 
    808 dvi: dvi-recursive
    809 
    810 dvi-am:
    811 
    812 html: html-recursive
    813 
    814 html-am:
    815 
    816 info: info-recursive
    817 
    818 info-am:
    819 
    820 install-data-am: install-pkgconfigDATA
    821 
    822 install-dvi: install-dvi-recursive
    823 
    824 install-dvi-am:
    825 
    826 install-exec-am:
    827 
    828 install-html: install-html-recursive
    829 
    830 install-html-am:
    831 
    832 install-info: install-info-recursive
    833 
    834 install-info-am:
    835 
    836 install-man:
    837 
    838 install-pdf: install-pdf-recursive
    839 
    840 install-pdf-am:
    841 
    842 install-ps: install-ps-recursive
    843 
    844 install-ps-am:
    845 
    846 installcheck-am:
    847 
    848 maintainer-clean: maintainer-clean-recursive
    849 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
    850 	-rm -rf $(top_srcdir)/autom4te.cache
    851 	-rm -f Makefile
    852 maintainer-clean-am: distclean-am maintainer-clean-generic
    853 
    854 mostlyclean: mostlyclean-recursive
    855 
    856 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    857 
    858 pdf: pdf-recursive
    859 
    860 pdf-am:
    861 
    862 ps: ps-recursive
    863 
    864 ps-am:
    865 
    866 uninstall-am: uninstall-pkgconfigDATA
    867 
    868 .MAKE: $(am__recursive_targets) all install-am install-strip
    869 
    870 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
    871 	am--refresh check check-am clean clean-cscope clean-generic \
    872 	clean-libtool cscope cscopelist-am ctags ctags-am dist \
    873 	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
    874 	dist-xz dist-zip distcheck distclean distclean-generic \
    875 	distclean-hdr distclean-libtool distclean-tags distcleancheck \
    876 	distdir distuninstallcheck dvi dvi-am html html-am info \
    877 	info-am install install-am install-data install-data-am \
    878 	install-dvi install-dvi-am install-exec install-exec-am \
    879 	install-html install-html-am install-info install-info-am \
    880 	install-man install-pdf install-pdf-am install-pkgconfigDATA \
    881 	install-ps install-ps-am install-strip installcheck \
    882 	installcheck-am installdirs installdirs-am maintainer-clean \
    883 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    884 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    885 	uninstall-am uninstall-pkgconfigDATA
    886 
    887 .PRECIOUS: Makefile
    888 
    889 
    890 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    891 # Otherwise a system limit (for SysV at least) may be exceeded.
    892 .NOEXPORT:
    893