Home | History | Annotate | Download | only in internal
      1 # Makefile.in generated by automake 1.14.1 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 subdir = include/internal
     82 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     83 	$(noinst_HEADERS)
     84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     85 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
     86 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
     87 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
     88 	$(top_srcdir)/configure.ac
     89 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     90 	$(ACLOCAL_M4)
     91 mkinstalldirs = $(install_sh) -d
     92 CONFIG_HEADER = $(top_builddir)/config.h
     93 CONFIG_CLEAN_FILES =
     94 CONFIG_CLEAN_VPATH_FILES =
     95 AM_V_P = $(am__v_P_@AM_V@)
     96 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
     97 am__v_P_0 = false
     98 am__v_P_1 = :
     99 AM_V_GEN = $(am__v_GEN_@AM_V@)
    100 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    101 am__v_GEN_0 = @echo "  GEN     " $@;
    102 am__v_GEN_1 = 
    103 AM_V_at = $(am__v_at_@AM_V@)
    104 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    105 am__v_at_0 = @
    106 am__v_at_1 = 
    107 SOURCES =
    108 DIST_SOURCES =
    109 am__can_run_installinfo = \
    110   case $$AM_UPDATE_INFO_DIR in \
    111     n|no|NO) false;; \
    112     *) (install-info --version) >/dev/null 2>&1;; \
    113   esac
    114 HEADERS = $(noinst_HEADERS)
    115 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    116 # Read a list of newline-separated strings from the standard input,
    117 # and print each of them once, without duplicates.  Input order is
    118 # *not* preserved.
    119 am__uniquify_input = $(AWK) '\
    120   BEGIN { nonempty = 0; } \
    121   { items[$$0] = 1; nonempty = 1; } \
    122   END { if (nonempty) { for (i in items) print i; }; } \
    123 '
    124 # Make sure the list of sources is unique.  This is necessary because,
    125 # e.g., the same source file might be shared among _SOURCES variables
    126 # for different programs/libraries.
    127 am__define_uniq_tagged_files = \
    128   list='$(am__tagged_files)'; \
    129   unique=`for i in $$list; do \
    130     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    131   done | $(am__uniquify_input)`
    132 ETAGS = etags
    133 CTAGS = ctags
    134 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    135 ACLOCAL = @ACLOCAL@
    136 AMTAR = @AMTAR@
    137 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    138 AR = @AR@
    139 AUTOCONF = @AUTOCONF@
    140 AUTOHEADER = @AUTOHEADER@
    141 AUTOMAKE = @AUTOMAKE@
    142 AWK = @AWK@
    143 CC = @CC@
    144 CCDEPMODE = @CCDEPMODE@
    145 CFLAGS = @CFLAGS@
    146 CPP = @CPP@
    147 CPPFLAGS = @CPPFLAGS@
    148 CYGPATH_W = @CYGPATH_W@
    149 DEFS = @DEFS@
    150 DEPDIR = @DEPDIR@
    151 DLLTOOL = @DLLTOOL@
    152 DSYMUTIL = @DSYMUTIL@
    153 DUMPBIN = @DUMPBIN@
    154 ECHO_C = @ECHO_C@
    155 ECHO_N = @ECHO_N@
    156 ECHO_T = @ECHO_T@
    157 EGREP = @EGREP@
    158 EXEEXT = @EXEEXT@
    159 FGREP = @FGREP@
    160 GREP = @GREP@
    161 INSTALL = @INSTALL@
    162 INSTALL_DATA = @INSTALL_DATA@
    163 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    164 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    165 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    166 LD = @LD@
    167 LDFLAGS = @LDFLAGS@
    168 LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
    169 LIBMNL_LIBS = @LIBMNL_LIBS@
    170 LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
    171 LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
    172 LIBOBJS = @LIBOBJS@
    173 LIBS = @LIBS@
    174 LIBTOOL = @LIBTOOL@
    175 LIPO = @LIPO@
    176 LN_S = @LN_S@
    177 LTLIBOBJS = @LTLIBOBJS@
    178 MAKEINFO = @MAKEINFO@
    179 MANIFEST_TOOL = @MANIFEST_TOOL@
    180 MKDIR_P = @MKDIR_P@
    181 NM = @NM@
    182 NMEDIT = @NMEDIT@
    183 OBJDUMP = @OBJDUMP@
    184 OBJEXT = @OBJEXT@
    185 OTOOL = @OTOOL@
    186 OTOOL64 = @OTOOL64@
    187 PACKAGE = @PACKAGE@
    188 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    189 PACKAGE_NAME = @PACKAGE_NAME@
    190 PACKAGE_STRING = @PACKAGE_STRING@
    191 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    192 PACKAGE_URL = @PACKAGE_URL@
    193 PACKAGE_VERSION = @PACKAGE_VERSION@
    194 PATH_SEPARATOR = @PATH_SEPARATOR@
    195 PKG_CONFIG = @PKG_CONFIG@
    196 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    197 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    198 RANLIB = @RANLIB@
    199 SED = @SED@
    200 SET_MAKE = @SET_MAKE@
    201 SHELL = @SHELL@
    202 STRIP = @STRIP@
    203 VERSION = @VERSION@
    204 abs_builddir = @abs_builddir@
    205 abs_srcdir = @abs_srcdir@
    206 abs_top_builddir = @abs_top_builddir@
    207 abs_top_srcdir = @abs_top_srcdir@
    208 ac_ct_AR = @ac_ct_AR@
    209 ac_ct_CC = @ac_ct_CC@
    210 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    211 am__include = @am__include@
    212 am__leading_dot = @am__leading_dot@
    213 am__quote = @am__quote@
    214 am__tar = @am__tar@
    215 am__untar = @am__untar@
    216 bindir = @bindir@
    217 build = @build@
    218 build_alias = @build_alias@
    219 build_cpu = @build_cpu@
    220 build_os = @build_os@
    221 build_vendor = @build_vendor@
    222 builddir = @builddir@
    223 datadir = @datadir@
    224 datarootdir = @datarootdir@
    225 docdir = @docdir@
    226 dvidir = @dvidir@
    227 exec_prefix = @exec_prefix@
    228 host = @host@
    229 host_alias = @host_alias@
    230 host_cpu = @host_cpu@
    231 host_os = @host_os@
    232 host_vendor = @host_vendor@
    233 htmldir = @htmldir@
    234 includedir = @includedir@
    235 infodir = @infodir@
    236 install_sh = @install_sh@
    237 libdir = @libdir@
    238 libexecdir = @libexecdir@
    239 localedir = @localedir@
    240 localstatedir = @localstatedir@
    241 mandir = @mandir@
    242 mkdir_p = @mkdir_p@
    243 oldincludedir = @oldincludedir@
    244 pdfdir = @pdfdir@
    245 prefix = @prefix@
    246 program_transform_name = @program_transform_name@
    247 psdir = @psdir@
    248 sbindir = @sbindir@
    249 sharedstatedir = @sharedstatedir@
    250 srcdir = @srcdir@
    251 sysconfdir = @sysconfdir@
    252 target_alias = @target_alias@
    253 top_build_prefix = @top_build_prefix@
    254 top_builddir = @top_builddir@
    255 top_srcdir = @top_srcdir@
    256 noinst_HEADERS = bitops.h extern.h linux_list.h prototypes.h \
    257 		 internal.h object.h types.h stack.h
    258 
    259 all: all-am
    260 
    261 .SUFFIXES:
    262 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    263 	@for dep in $?; do \
    264 	  case '$(am__configure_deps)' in \
    265 	    *$$dep*) \
    266 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    267 	        && { if test -f $@; then exit 0; else break; fi; }; \
    268 	      exit 1;; \
    269 	  esac; \
    270 	done; \
    271 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/internal/Makefile'; \
    272 	$(am__cd) $(top_srcdir) && \
    273 	  $(AUTOMAKE) --foreign include/internal/Makefile
    274 .PRECIOUS: Makefile
    275 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    276 	@case '$?' in \
    277 	  *config.status*) \
    278 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    279 	  *) \
    280 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    281 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    282 	esac;
    283 
    284 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    285 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    286 
    287 $(top_srcdir)/configure:  $(am__configure_deps)
    288 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    289 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    290 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    291 $(am__aclocal_m4_deps):
    292 
    293 mostlyclean-libtool:
    294 	-rm -f *.lo
    295 
    296 clean-libtool:
    297 	-rm -rf .libs _libs
    298 
    299 ID: $(am__tagged_files)
    300 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    301 tags: tags-am
    302 TAGS: tags
    303 
    304 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    305 	set x; \
    306 	here=`pwd`; \
    307 	$(am__define_uniq_tagged_files); \
    308 	shift; \
    309 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    310 	  test -n "$$unique" || unique=$$empty_fix; \
    311 	  if test $$# -gt 0; then \
    312 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    313 	      "$$@" $$unique; \
    314 	  else \
    315 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    316 	      $$unique; \
    317 	  fi; \
    318 	fi
    319 ctags: ctags-am
    320 
    321 CTAGS: ctags
    322 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    323 	$(am__define_uniq_tagged_files); \
    324 	test -z "$(CTAGS_ARGS)$$unique" \
    325 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    326 	     $$unique
    327 
    328 GTAGS:
    329 	here=`$(am__cd) $(top_builddir) && pwd` \
    330 	  && $(am__cd) $(top_srcdir) \
    331 	  && gtags -i $(GTAGS_ARGS) "$$here"
    332 cscopelist: cscopelist-am
    333 
    334 cscopelist-am: $(am__tagged_files)
    335 	list='$(am__tagged_files)'; \
    336 	case "$(srcdir)" in \
    337 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    338 	  *) sdir=$(subdir)/$(srcdir) ;; \
    339 	esac; \
    340 	for i in $$list; do \
    341 	  if test -f "$$i"; then \
    342 	    echo "$(subdir)/$$i"; \
    343 	  else \
    344 	    echo "$$sdir/$$i"; \
    345 	  fi; \
    346 	done >> $(top_builddir)/cscope.files
    347 
    348 distclean-tags:
    349 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    350 
    351 distdir: $(DISTFILES)
    352 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    353 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    354 	list='$(DISTFILES)'; \
    355 	  dist_files=`for file in $$list; do echo $$file; done | \
    356 	  sed -e "s|^$$srcdirstrip/||;t" \
    357 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    358 	case $$dist_files in \
    359 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    360 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    361 			   sort -u` ;; \
    362 	esac; \
    363 	for file in $$dist_files; do \
    364 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    365 	  if test -d $$d/$$file; then \
    366 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    367 	    if test -d "$(distdir)/$$file"; then \
    368 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    369 	    fi; \
    370 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    371 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    372 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    373 	    fi; \
    374 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    375 	  else \
    376 	    test -f "$(distdir)/$$file" \
    377 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    378 	    || exit 1; \
    379 	  fi; \
    380 	done
    381 check-am: all-am
    382 check: check-am
    383 all-am: Makefile $(HEADERS)
    384 installdirs:
    385 install: install-am
    386 install-exec: install-exec-am
    387 install-data: install-data-am
    388 uninstall: uninstall-am
    389 
    390 install-am: all-am
    391 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    392 
    393 installcheck: installcheck-am
    394 install-strip:
    395 	if test -z '$(STRIP)'; then \
    396 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    397 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    398 	      install; \
    399 	else \
    400 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    401 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    402 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    403 	fi
    404 mostlyclean-generic:
    405 
    406 clean-generic:
    407 
    408 distclean-generic:
    409 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    410 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    411 
    412 maintainer-clean-generic:
    413 	@echo "This command is intended for maintainers to use"
    414 	@echo "it deletes files that may require special tools to rebuild."
    415 clean: clean-am
    416 
    417 clean-am: clean-generic clean-libtool mostlyclean-am
    418 
    419 distclean: distclean-am
    420 	-rm -f Makefile
    421 distclean-am: clean-am distclean-generic distclean-tags
    422 
    423 dvi: dvi-am
    424 
    425 dvi-am:
    426 
    427 html: html-am
    428 
    429 html-am:
    430 
    431 info: info-am
    432 
    433 info-am:
    434 
    435 install-data-am:
    436 
    437 install-dvi: install-dvi-am
    438 
    439 install-dvi-am:
    440 
    441 install-exec-am:
    442 
    443 install-html: install-html-am
    444 
    445 install-html-am:
    446 
    447 install-info: install-info-am
    448 
    449 install-info-am:
    450 
    451 install-man:
    452 
    453 install-pdf: install-pdf-am
    454 
    455 install-pdf-am:
    456 
    457 install-ps: install-ps-am
    458 
    459 install-ps-am:
    460 
    461 installcheck-am:
    462 
    463 maintainer-clean: maintainer-clean-am
    464 	-rm -f Makefile
    465 maintainer-clean-am: distclean-am maintainer-clean-generic
    466 
    467 mostlyclean: mostlyclean-am
    468 
    469 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    470 
    471 pdf: pdf-am
    472 
    473 pdf-am:
    474 
    475 ps: ps-am
    476 
    477 ps-am:
    478 
    479 uninstall-am:
    480 
    481 .MAKE: install-am install-strip
    482 
    483 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    484 	clean-libtool cscopelist-am ctags ctags-am distclean \
    485 	distclean-generic distclean-libtool distclean-tags distdir dvi \
    486 	dvi-am html html-am info info-am install install-am \
    487 	install-data install-data-am install-dvi install-dvi-am \
    488 	install-exec install-exec-am install-html install-html-am \
    489 	install-info install-info-am install-man install-pdf \
    490 	install-pdf-am install-ps install-ps-am install-strip \
    491 	installcheck installcheck-am installdirs maintainer-clean \
    492 	maintainer-clean-generic mostlyclean mostlyclean-generic \
    493 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    494 	uninstall-am
    495 
    496 
    497 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    498 # Otherwise a system limit (for SysV at least) may be exceeded.
    499 .NOEXPORT:
    500