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