Home | History | Annotate | Download | only in include
      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 subdir = include
     92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     93 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     95 	$(ACLOCAL_M4)
     96 DIST_COMMON = $(srcdir)/Makefile.am $(nobase_pkginclude_HEADERS) \
     97 	$(am__DIST_COMMON)
     98 mkinstalldirs = $(install_sh) -d
     99 CONFIG_HEADER = $(top_builddir)/config.h
    100 CONFIG_CLEAN_FILES =
    101 CONFIG_CLEAN_VPATH_FILES =
    102 AM_V_P = $(am__v_P_@AM_V@)
    103 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    104 am__v_P_0 = false
    105 am__v_P_1 = :
    106 AM_V_GEN = $(am__v_GEN_@AM_V@)
    107 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    108 am__v_GEN_0 = @echo "  GEN     " $@;
    109 am__v_GEN_1 = 
    110 AM_V_at = $(am__v_at_@AM_V@)
    111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    112 am__v_at_0 = @
    113 am__v_at_1 = 
    114 SOURCES =
    115 DIST_SOURCES =
    116 am__can_run_installinfo = \
    117   case $$AM_UPDATE_INFO_DIR in \
    118     n|no|NO) false;; \
    119     *) (install-info --version) >/dev/null 2>&1;; \
    120   esac
    121 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    122 am__vpath_adj = case $$p in \
    123     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    124     *) f=$$p;; \
    125   esac;
    126 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    127 am__install_max = 40
    128 am__nobase_strip_setup = \
    129   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    130 am__nobase_strip = \
    131   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    132 am__nobase_list = $(am__nobase_strip_setup); \
    133   for p in $$list; do echo "$$p $$p"; done | \
    134   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    135   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    136     if (++n[$$2] == $(am__install_max)) \
    137       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    138     END { for (dir in files) print dir, files[dir] }'
    139 am__base_list = \
    140   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    141   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    142 am__uninstall_files_from_dir = { \
    143   test -z "$$files" \
    144     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    145     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    146          $(am__cd) "$$dir" && rm -f $$files; }; \
    147   }
    148 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
    149 HEADERS = $(nobase_pkginclude_HEADERS)
    150 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    151 # Read a list of newline-separated strings from the standard input,
    152 # and print each of them once, without duplicates.  Input order is
    153 # *not* preserved.
    154 am__uniquify_input = $(AWK) '\
    155   BEGIN { nonempty = 0; } \
    156   { items[$$0] = 1; nonempty = 1; } \
    157   END { if (nonempty) { for (i in items) print i; }; } \
    158 '
    159 # Make sure the list of sources is unique.  This is necessary because,
    160 # e.g., the same source file might be shared among _SOURCES variables
    161 # for different programs/libraries.
    162 am__define_uniq_tagged_files = \
    163   list='$(am__tagged_files)'; \
    164   unique=`for i in $$list; do \
    165     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    166   done | $(am__uniquify_input)`
    167 ETAGS = etags
    168 CTAGS = ctags
    169 am__DIST_COMMON = $(srcdir)/Makefile.in
    170 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    171 ACLOCAL = @ACLOCAL@
    172 AMTAR = @AMTAR@
    173 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    174 AR = @AR@
    175 AUTOCONF = @AUTOCONF@
    176 AUTOHEADER = @AUTOHEADER@
    177 AUTOMAKE = @AUTOMAKE@
    178 AWK = @AWK@
    179 BOOST_CFLAGS = @BOOST_CFLAGS@
    180 BOOST_LIBS = @BOOST_LIBS@
    181 CC = @CC@
    182 CCAS = @CCAS@
    183 CCASDEPMODE = @CCASDEPMODE@
    184 CCASFLAGS = @CCASFLAGS@
    185 CCDEPMODE = @CCDEPMODE@
    186 CFLAGS = @CFLAGS@
    187 CFLAGS_MPI = @CFLAGS_MPI@
    188 CPP = @CPP@
    189 CPPFLAGS = @CPPFLAGS@
    190 CXX = @CXX@
    191 CXXDEPMODE = @CXXDEPMODE@
    192 CXXFLAGS = @CXXFLAGS@
    193 CYGPATH_W = @CYGPATH_W@
    194 DEFAULT_SUPP = @DEFAULT_SUPP@
    195 DEFS = @DEFS@
    196 DEPDIR = @DEPDIR@
    197 DIFF = @DIFF@
    198 DIS_PATH = @DIS_PATH@
    199 ECHO_C = @ECHO_C@
    200 ECHO_N = @ECHO_N@
    201 ECHO_T = @ECHO_T@
    202 EGREP = @EGREP@
    203 EXEEXT = @EXEEXT@
    204 FLAG_FNO_IPA_ICF = @FLAG_FNO_IPA_ICF@
    205 FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
    206 FLAG_FSANITIZE = @FLAG_FSANITIZE@
    207 FLAG_M32 = @FLAG_M32@
    208 FLAG_M64 = @FLAG_M64@
    209 FLAG_MIPS32 = @FLAG_MIPS32@
    210 FLAG_MIPS64 = @FLAG_MIPS64@
    211 FLAG_MLONG_DOUBLE_128 = @FLAG_MLONG_DOUBLE_128@
    212 FLAG_MMMX = @FLAG_MMMX@
    213 FLAG_MSSE = @FLAG_MSSE@
    214 FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
    215 FLAG_NO_PIE = @FLAG_NO_PIE@
    216 FLAG_OCTEON = @FLAG_OCTEON@
    217 FLAG_OCTEON2 = @FLAG_OCTEON2@
    218 FLAG_T_TEXT = @FLAG_T_TEXT@
    219 FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
    220 FLAG_W_CAST_ALIGN = @FLAG_W_CAST_ALIGN@
    221 FLAG_W_CAST_QUAL = @FLAG_W_CAST_QUAL@
    222 FLAG_W_EMPTY_BODY = @FLAG_W_EMPTY_BODY@
    223 FLAG_W_EXTRA = @FLAG_W_EXTRA@
    224 FLAG_W_FORMAT = @FLAG_W_FORMAT@
    225 FLAG_W_FORMAT_SECURITY = @FLAG_W_FORMAT_SECURITY@
    226 FLAG_W_FORMAT_SIGNEDNESS = @FLAG_W_FORMAT_SIGNEDNESS@
    227 FLAG_W_IGNORED_QUALIFIERS = @FLAG_W_IGNORED_QUALIFIERS@
    228 FLAG_W_MISSING_PARAMETER_TYPE = @FLAG_W_MISSING_PARAMETER_TYPE@
    229 FLAG_W_NO_INFINITE_RECURSION = @FLAG_W_NO_INFINITE_RECURSION@
    230 FLAG_W_NO_MEMSET_TRANSPOSED_ARGS = @FLAG_W_NO_MEMSET_TRANSPOSED_ARGS@
    231 FLAG_W_NO_MISMATCHED_NEW_DELETE = @FLAG_W_NO_MISMATCHED_NEW_DELETE@
    232 FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@
    233 FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@
    234 FLAG_W_NO_POINTER_SIGN = @FLAG_W_NO_POINTER_SIGN@
    235 FLAG_W_NO_STATIC_LOCAL_IN_INLINE = @FLAG_W_NO_STATIC_LOCAL_IN_INLINE@
    236 FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
    237 FLAG_W_NO_UNUSED_FUNCTION = @FLAG_W_NO_UNUSED_FUNCTION@
    238 FLAG_W_OLD_STYLE_DECLARATION = @FLAG_W_OLD_STYLE_DECLARATION@
    239 FLAG_W_WRITE_STRINGS = @FLAG_W_WRITE_STRINGS@
    240 GDB = @GDB@
    241 GLIBC_VERSION = @GLIBC_VERSION@
    242 GREP = @GREP@
    243 HWCAP_HAS_ALTIVEC = @HWCAP_HAS_ALTIVEC@
    244 HWCAP_HAS_DFP = @HWCAP_HAS_DFP@
    245 HWCAP_HAS_HTM = @HWCAP_HAS_HTM@
    246 HWCAP_HAS_ISA_2_05 = @HWCAP_HAS_ISA_2_05@
    247 HWCAP_HAS_ISA_2_06 = @HWCAP_HAS_ISA_2_06@
    248 HWCAP_HAS_ISA_2_07 = @HWCAP_HAS_ISA_2_07@
    249 HWCAP_HAS_ISA_3_00 = @HWCAP_HAS_ISA_3_00@
    250 HWCAP_HAS_VSX = @HWCAP_HAS_VSX@
    251 INSTALL = @INSTALL@
    252 INSTALL_DATA = @INSTALL_DATA@
    253 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    254 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    255 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    256 LDFLAGS = @LDFLAGS@
    257 LDFLAGS_MPI = @LDFLAGS_MPI@
    258 LIBOBJS = @LIBOBJS@
    259 LIBS = @LIBS@
    260 LIB_UBSAN = @LIB_UBSAN@
    261 LN_S = @LN_S@
    262 LTLIBOBJS = @LTLIBOBJS@
    263 MAINT = @MAINT@
    264 MAKEINFO = @MAKEINFO@
    265 MKDIR_P = @MKDIR_P@
    266 MPI_CC = @MPI_CC@
    267 OBJEXT = @OBJEXT@
    268 PACKAGE = @PACKAGE@
    269 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    270 PACKAGE_NAME = @PACKAGE_NAME@
    271 PACKAGE_STRING = @PACKAGE_STRING@
    272 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    273 PACKAGE_URL = @PACKAGE_URL@
    274 PACKAGE_VERSION = @PACKAGE_VERSION@
    275 PATH_SEPARATOR = @PATH_SEPARATOR@
    276 PERL = @PERL@
    277 PREFERRED_STACK_BOUNDARY_2 = @PREFERRED_STACK_BOUNDARY_2@
    278 RANLIB = @RANLIB@
    279 SED = @SED@
    280 SET_MAKE = @SET_MAKE@
    281 SHELL = @SHELL@
    282 SOLARIS_UNDEF_LARGESOURCE = @SOLARIS_UNDEF_LARGESOURCE@
    283 STRIP = @STRIP@
    284 VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
    285 VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
    286 VERSION = @VERSION@
    287 VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
    288 VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
    289 VGCONF_OS = @VGCONF_OS@
    290 VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
    291 VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
    292 VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
    293 VG_TMPDIR = @VG_TMPDIR@
    294 abs_builddir = @abs_builddir@
    295 abs_srcdir = @abs_srcdir@
    296 abs_top_builddir = @abs_top_builddir@
    297 abs_top_srcdir = @abs_top_srcdir@
    298 ac_ct_CC = @ac_ct_CC@
    299 ac_ct_CXX = @ac_ct_CXX@
    300 am__include = @am__include@
    301 am__leading_dot = @am__leading_dot@
    302 am__quote = @am__quote@
    303 am__tar = @am__tar@
    304 am__untar = @am__untar@
    305 bindir = @bindir@
    306 build = @build@
    307 build_alias = @build_alias@
    308 build_cpu = @build_cpu@
    309 build_os = @build_os@
    310 build_vendor = @build_vendor@
    311 builddir = @builddir@
    312 datadir = @datadir@
    313 datarootdir = @datarootdir@
    314 docdir = @docdir@
    315 dvidir = @dvidir@
    316 exec_prefix = @exec_prefix@
    317 host = @host@
    318 host_alias = @host_alias@
    319 host_cpu = @host_cpu@
    320 host_os = @host_os@
    321 host_vendor = @host_vendor@
    322 htmldir = @htmldir@
    323 includedir = @includedir@
    324 infodir = @infodir@
    325 install_sh = @install_sh@
    326 libdir = @libdir@
    327 libexecdir = @libexecdir@
    328 localedir = @localedir@
    329 localstatedir = @localstatedir@
    330 mandir = @mandir@
    331 mkdir_p = @mkdir_p@
    332 oldincludedir = @oldincludedir@
    333 pdfdir = @pdfdir@
    334 prefix = @prefix@
    335 program_transform_name = @program_transform_name@
    336 psdir = @psdir@
    337 sbindir = @sbindir@
    338 sharedstatedir = @sharedstatedir@
    339 srcdir = @srcdir@
    340 sysconfdir = @sysconfdir@
    341 target_alias = @target_alias@
    342 top_build_prefix = @top_build_prefix@
    343 top_builddir = @top_builddir@
    344 top_srcdir = @top_srcdir@
    345 
    346 # The "nobase" means that the vki/ path on some of them will be preserved
    347 # when they are installed into $(includedir)/valgrind.
    348 nobase_pkginclude_HEADERS = \
    349 	pub_tool_basics.h 		\
    350 	pub_tool_basics_asm.h 		\
    351 	pub_tool_addrinfo.h 		\
    352 	pub_tool_aspacehl.h 		\
    353 	pub_tool_aspacemgr.h 		\
    354 	pub_tool_clientstate.h		\
    355 	pub_tool_clreq.h		\
    356 	pub_tool_deduppoolalloc.h	\
    357 	pub_tool_debuginfo.h 		\
    358 	pub_tool_errormgr.h 		\
    359 	pub_tool_execontext.h 		\
    360 	pub_tool_gdbserver.h 		\
    361 	pub_tool_guest.h 		\
    362 	pub_tool_poolalloc.h 		\
    363 	pub_tool_hashtable.h 		\
    364 	pub_tool_libcbase.h 		\
    365 	pub_tool_libcassert.h 		\
    366 	pub_tool_libcfile.h 		\
    367 	pub_tool_libcprint.h 		\
    368 	pub_tool_libcproc.h 		\
    369 	pub_tool_libcsetjmp.h 		\
    370 	pub_tool_libcsignal.h 		\
    371 	pub_tool_machine.h 		\
    372 	pub_tool_mallocfree.h 		\
    373 	pub_tool_options.h 		\
    374 	pub_tool_oset.h 		\
    375 	pub_tool_rangemap.h		\
    376 	pub_tool_redir.h		\
    377 	pub_tool_replacemalloc.h	\
    378 	pub_tool_seqmatch.h		\
    379 	pub_tool_signals.h 		\
    380 	pub_tool_sparsewa.h		\
    381 	pub_tool_stacktrace.h 		\
    382 	pub_tool_threadstate.h 		\
    383 	pub_tool_tooliface.h 		\
    384 	pub_tool_transtab.h 		\
    385 	pub_tool_vki.h			\
    386 	pub_tool_vkiscnums.h		\
    387 	pub_tool_vkiscnums_asm.h	\
    388 	pub_tool_wordfm.h		\
    389 	pub_tool_xarray.h		\
    390 	pub_tool_xtree.h		\
    391 	pub_tool_xtmemory.h		\
    392 	valgrind.h			\
    393 	vki/vki-linux.h			\
    394 	vki/vki-darwin.h		\
    395 	vki/vki-solaris.h		\
    396 	vki/vki-solaris-repcache.h	\
    397 	vki/vki-posixtypes-amd64-linux.h \
    398 	vki/vki-posixtypes-arm64-linux.h \
    399 	vki/vki-posixtypes-ppc32-linux.h \
    400 	vki/vki-posixtypes-ppc64-linux.h \
    401 	vki/vki-posixtypes-x86-linux.h	 \
    402 	vki/vki-posixtypes-arm-linux.h	 \
    403 	vki/vki-posixtypes-s390x-linux.h \
    404 	vki/vki-posixtypes-mips32-linux.h \
    405 	vki/vki-posixtypes-mips64-linux.h \
    406 	vki/vki-amd64-linux.h		\
    407 	vki/vki-arm64-linux.h		\
    408 	vki/vki-ppc32-linux.h		\
    409 	vki/vki-ppc64-linux.h		\
    410 	vki/vki-x86-linux.h		\
    411 	vki/vki-arm-linux.h		\
    412 	vki/vki-s390x-linux.h		\
    413 	vki/vki-mips32-linux.h		\
    414 	vki/vki-mips64-linux.h		\
    415 	vki/vki-scnums-amd64-linux.h	\
    416 	vki/vki-scnums-arm64-linux.h	\
    417 	vki/vki-scnums-ppc32-linux.h	\
    418 	vki/vki-scnums-ppc64-linux.h	\
    419 	vki/vki-scnums-x86-linux.h	\
    420 	vki/vki-scnums-arm-linux.h	\
    421 	vki/vki-scnums-s390x-linux.h	\
    422 	vki/vki-scnums-mips32-linux.h	\
    423 	vki/vki-scnums-mips64-linux.h	\
    424 	vki/vki-scnums-darwin.h         \
    425 	vki/vki-scnums-solaris.h	\
    426 	vki/vki-xen.h                   \
    427 	vki/vki-xen-domctl.h		\
    428 	vki/vki-xen-evtchn.h		\
    429 	vki/vki-xen-gnttab.h		\
    430 	vki/vki-xen-hvm.h		\
    431 	vki/vki-xen-memory.h		\
    432 	vki/vki-xen-mmuext.h		\
    433 	vki/vki-xen-physdev.h		\
    434 	vki/vki-xen-schedop.h		\
    435 	vki/vki-xen-sysctl.h		\
    436 	vki/vki-xen-tmem.h		\
    437 	vki/vki-xen-version.h		\
    438 	vki/vki-xen-xsm.h		\
    439 	vki/vki-xen-x86.h		\
    440 	vki/vki-linux-drm.h
    441 
    442 all: all-am
    443 
    444 .SUFFIXES:
    445 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    446 	@for dep in $?; do \
    447 	  case '$(am__configure_deps)' in \
    448 	    *$$dep*) \
    449 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    450 	        && { if test -f $@; then exit 0; else break; fi; }; \
    451 	      exit 1;; \
    452 	  esac; \
    453 	done; \
    454 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
    455 	$(am__cd) $(top_srcdir) && \
    456 	  $(AUTOMAKE) --foreign include/Makefile
    457 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    458 	@case '$?' in \
    459 	  *config.status*) \
    460 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    461 	  *) \
    462 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    463 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    464 	esac;
    465 
    466 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    467 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    468 
    469 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    470 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    471 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    472 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    473 $(am__aclocal_m4_deps):
    474 install-nobase_pkgincludeHEADERS: $(nobase_pkginclude_HEADERS)
    475 	@$(NORMAL_INSTALL)
    476 	@list='$(nobase_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
    477 	if test -n "$$list"; then \
    478 	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
    479 	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
    480 	fi; \
    481 	$(am__nobase_list) | while read dir files; do \
    482 	  xfiles=; for file in $$files; do \
    483 	    if test -f "$$file"; then xfiles="$$xfiles $$file"; \
    484 	    else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
    485 	  test -z "$$xfiles" || { \
    486 	    test "x$$dir" = x. || { \
    487 	      echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)/$$dir'"; \
    488 	      $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)/$$dir"; }; \
    489 	    echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(pkgincludedir)/$$dir'"; \
    490 	    $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(pkgincludedir)/$$dir" || exit $$?; }; \
    491 	done
    492 
    493 uninstall-nobase_pkgincludeHEADERS:
    494 	@$(NORMAL_UNINSTALL)
    495 	@list='$(nobase_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
    496 	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
    497 	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
    498 
    499 ID: $(am__tagged_files)
    500 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    501 tags: tags-am
    502 TAGS: tags
    503 
    504 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    505 	set x; \
    506 	here=`pwd`; \
    507 	$(am__define_uniq_tagged_files); \
    508 	shift; \
    509 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    510 	  test -n "$$unique" || unique=$$empty_fix; \
    511 	  if test $$# -gt 0; then \
    512 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    513 	      "$$@" $$unique; \
    514 	  else \
    515 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    516 	      $$unique; \
    517 	  fi; \
    518 	fi
    519 ctags: ctags-am
    520 
    521 CTAGS: ctags
    522 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    523 	$(am__define_uniq_tagged_files); \
    524 	test -z "$(CTAGS_ARGS)$$unique" \
    525 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    526 	     $$unique
    527 
    528 GTAGS:
    529 	here=`$(am__cd) $(top_builddir) && pwd` \
    530 	  && $(am__cd) $(top_srcdir) \
    531 	  && gtags -i $(GTAGS_ARGS) "$$here"
    532 cscopelist: cscopelist-am
    533 
    534 cscopelist-am: $(am__tagged_files)
    535 	list='$(am__tagged_files)'; \
    536 	case "$(srcdir)" in \
    537 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    538 	  *) sdir=$(subdir)/$(srcdir) ;; \
    539 	esac; \
    540 	for i in $$list; do \
    541 	  if test -f "$$i"; then \
    542 	    echo "$(subdir)/$$i"; \
    543 	  else \
    544 	    echo "$$sdir/$$i"; \
    545 	  fi; \
    546 	done >> $(top_builddir)/cscope.files
    547 
    548 distclean-tags:
    549 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    550 
    551 distdir: $(DISTFILES)
    552 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    553 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    554 	list='$(DISTFILES)'; \
    555 	  dist_files=`for file in $$list; do echo $$file; done | \
    556 	  sed -e "s|^$$srcdirstrip/||;t" \
    557 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    558 	case $$dist_files in \
    559 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    560 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    561 			   sort -u` ;; \
    562 	esac; \
    563 	for file in $$dist_files; do \
    564 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    565 	  if test -d $$d/$$file; then \
    566 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    567 	    if test -d "$(distdir)/$$file"; then \
    568 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    569 	    fi; \
    570 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    571 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    572 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    573 	    fi; \
    574 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    575 	  else \
    576 	    test -f "$(distdir)/$$file" \
    577 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    578 	    || exit 1; \
    579 	  fi; \
    580 	done
    581 check-am: all-am
    582 check: check-am
    583 all-am: Makefile $(HEADERS)
    584 installdirs:
    585 	for dir in "$(DESTDIR)$(pkgincludedir)"; do \
    586 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    587 	done
    588 install: install-am
    589 install-exec: install-exec-am
    590 install-data: install-data-am
    591 uninstall: uninstall-am
    592 
    593 install-am: all-am
    594 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    595 
    596 installcheck: installcheck-am
    597 install-strip:
    598 	if test -z '$(STRIP)'; then \
    599 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    600 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    601 	      install; \
    602 	else \
    603 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    604 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    605 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    606 	fi
    607 mostlyclean-generic:
    608 
    609 clean-generic:
    610 
    611 distclean-generic:
    612 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    613 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    614 
    615 maintainer-clean-generic:
    616 	@echo "This command is intended for maintainers to use"
    617 	@echo "it deletes files that may require special tools to rebuild."
    618 clean: clean-am
    619 
    620 clean-am: clean-generic mostlyclean-am
    621 
    622 distclean: distclean-am
    623 	-rm -f Makefile
    624 distclean-am: clean-am distclean-generic distclean-tags
    625 
    626 dvi: dvi-am
    627 
    628 dvi-am:
    629 
    630 html: html-am
    631 
    632 html-am:
    633 
    634 info: info-am
    635 
    636 info-am:
    637 
    638 install-data-am: install-nobase_pkgincludeHEADERS
    639 
    640 install-dvi: install-dvi-am
    641 
    642 install-dvi-am:
    643 
    644 install-exec-am:
    645 
    646 install-html: install-html-am
    647 
    648 install-html-am:
    649 
    650 install-info: install-info-am
    651 
    652 install-info-am:
    653 
    654 install-man:
    655 
    656 install-pdf: install-pdf-am
    657 
    658 install-pdf-am:
    659 
    660 install-ps: install-ps-am
    661 
    662 install-ps-am:
    663 
    664 installcheck-am:
    665 
    666 maintainer-clean: maintainer-clean-am
    667 	-rm -f Makefile
    668 maintainer-clean-am: distclean-am maintainer-clean-generic
    669 
    670 mostlyclean: mostlyclean-am
    671 
    672 mostlyclean-am: mostlyclean-generic
    673 
    674 pdf: pdf-am
    675 
    676 pdf-am:
    677 
    678 ps: ps-am
    679 
    680 ps-am:
    681 
    682 uninstall-am: uninstall-nobase_pkgincludeHEADERS
    683 
    684 .MAKE: install-am install-strip
    685 
    686 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    687 	cscopelist-am ctags ctags-am distclean distclean-generic \
    688 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    689 	install install-am install-data install-data-am install-dvi \
    690 	install-dvi-am install-exec install-exec-am install-html \
    691 	install-html-am install-info install-info-am install-man \
    692 	install-nobase_pkgincludeHEADERS install-pdf install-pdf-am \
    693 	install-ps install-ps-am install-strip installcheck \
    694 	installcheck-am installdirs maintainer-clean \
    695 	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
    696 	pdf-am ps ps-am tags tags-am uninstall uninstall-am \
    697 	uninstall-nobase_pkgincludeHEADERS
    698 
    699 .PRECIOUS: Makefile
    700 
    701 
    702 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    703 # Otherwise a system limit (for SysV at least) may be exceeded.
    704 .NOEXPORT:
    705