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