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