Home | History | Annotate | Download | only in src
      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 DIST_COMMON = $(top_srcdir)/Make_global.am $(srcdir)/Makefile.in \
     82 	$(srcdir)/Makefile.am $(top_srcdir)/build-aux/depcomp
     83 subdir = src
     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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     96 am__vpath_adj = case $$p in \
     97     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     98     *) f=$$p;; \
     99   esac;
    100 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    101 am__install_max = 40
    102 am__nobase_strip_setup = \
    103   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    104 am__nobase_strip = \
    105   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    106 am__nobase_list = $(am__nobase_strip_setup); \
    107   for p in $$list; do echo "$$p $$p"; done | \
    108   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    109   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    110     if (++n[$$2] == $(am__install_max)) \
    111       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    112     END { for (dir in files) print dir, files[dir] }'
    113 am__base_list = \
    114   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    115   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    116 am__uninstall_files_from_dir = { \
    117   test -z "$$files" \
    118     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    119     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    120          $(am__cd) "$$dir" && rm -f $$files; }; \
    121   }
    122 am__installdirs = "$(DESTDIR)$(libdir)"
    123 LTLIBRARIES = $(lib_LTLIBRARIES)
    124 am__DEPENDENCIES_1 =
    125 libnetfilter_conntrack_la_DEPENDENCIES = conntrack/libnfconntrack.la \
    126 	expect/libnfexpect.la $(am__DEPENDENCIES_1) \
    127 	$(am__DEPENDENCIES_1)
    128 am_libnetfilter_conntrack_la_OBJECTS = main.lo callback.lo
    129 libnetfilter_conntrack_la_OBJECTS =  \
    130 	$(am_libnetfilter_conntrack_la_OBJECTS)
    131 AM_V_lt = $(am__v_lt_@AM_V@)
    132 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    133 am__v_lt_0 = --silent
    134 am__v_lt_1 = 
    135 libnetfilter_conntrack_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
    136 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
    137 	$(AM_CFLAGS) $(CFLAGS) $(libnetfilter_conntrack_la_LDFLAGS) \
    138 	$(LDFLAGS) -o $@
    139 AM_V_P = $(am__v_P_@AM_V@)
    140 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    141 am__v_P_0 = false
    142 am__v_P_1 = :
    143 AM_V_GEN = $(am__v_GEN_@AM_V@)
    144 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    145 am__v_GEN_0 = @echo "  GEN     " $@;
    146 am__v_GEN_1 = 
    147 AM_V_at = $(am__v_at_@AM_V@)
    148 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    149 am__v_at_0 = @
    150 am__v_at_1 = 
    151 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    152 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
    153 am__depfiles_maybe = depfiles
    154 am__mv = mv -f
    155 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    156 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    157 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    158 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    159 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    160 	$(AM_CFLAGS) $(CFLAGS)
    161 AM_V_CC = $(am__v_CC_@AM_V@)
    162 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    163 am__v_CC_0 = @echo "  CC      " $@;
    164 am__v_CC_1 = 
    165 CCLD = $(CC)
    166 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    167 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    168 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    169 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    170 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    171 am__v_CCLD_0 = @echo "  CCLD    " $@;
    172 am__v_CCLD_1 = 
    173 SOURCES = $(libnetfilter_conntrack_la_SOURCES)
    174 DIST_SOURCES = $(libnetfilter_conntrack_la_SOURCES)
    175 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    176 	ctags-recursive dvi-recursive html-recursive info-recursive \
    177 	install-data-recursive install-dvi-recursive \
    178 	install-exec-recursive install-html-recursive \
    179 	install-info-recursive install-pdf-recursive \
    180 	install-ps-recursive install-recursive installcheck-recursive \
    181 	installdirs-recursive pdf-recursive ps-recursive \
    182 	tags-recursive uninstall-recursive
    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 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    189   distclean-recursive maintainer-clean-recursive
    190 am__recursive_targets = \
    191   $(RECURSIVE_TARGETS) \
    192   $(RECURSIVE_CLEAN_TARGETS) \
    193   $(am__extra_recursive_targets)
    194 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    195 	distdir
    196 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    197 # Read a list of newline-separated strings from the standard input,
    198 # and print each of them once, without duplicates.  Input order is
    199 # *not* preserved.
    200 am__uniquify_input = $(AWK) '\
    201   BEGIN { nonempty = 0; } \
    202   { items[$$0] = 1; nonempty = 1; } \
    203   END { if (nonempty) { for (i in items) print i; }; } \
    204 '
    205 # Make sure the list of sources is unique.  This is necessary because,
    206 # e.g., the same source file might be shared among _SOURCES variables
    207 # for different programs/libraries.
    208 am__define_uniq_tagged_files = \
    209   list='$(am__tagged_files)'; \
    210   unique=`for i in $$list; do \
    211     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    212   done | $(am__uniquify_input)`
    213 ETAGS = etags
    214 CTAGS = ctags
    215 DIST_SUBDIRS = $(SUBDIRS)
    216 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    217 am__relativize = \
    218   dir0=`pwd`; \
    219   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    220   sed_rest='s,^[^/]*/*,,'; \
    221   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    222   sed_butlast='s,/*[^/]*$$,,'; \
    223   while test -n "$$dir1"; do \
    224     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    225     if test "$$first" != "."; then \
    226       if test "$$first" = ".."; then \
    227         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    228         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    229       else \
    230         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    231         if test "$$first2" = "$$first"; then \
    232           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    233         else \
    234           dir2="../$$dir2"; \
    235         fi; \
    236         dir0="$$dir0"/"$$first"; \
    237       fi; \
    238     fi; \
    239     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    240   done; \
    241   reldir="$$dir2"
    242 ACLOCAL = @ACLOCAL@
    243 AMTAR = @AMTAR@
    244 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    245 AR = @AR@
    246 AUTOCONF = @AUTOCONF@
    247 AUTOHEADER = @AUTOHEADER@
    248 AUTOMAKE = @AUTOMAKE@
    249 AWK = @AWK@
    250 CC = @CC@
    251 CCDEPMODE = @CCDEPMODE@
    252 CFLAGS = @CFLAGS@
    253 CPP = @CPP@
    254 CPPFLAGS = @CPPFLAGS@
    255 CYGPATH_W = @CYGPATH_W@
    256 DEFS = @DEFS@
    257 DEPDIR = @DEPDIR@
    258 DLLTOOL = @DLLTOOL@
    259 DSYMUTIL = @DSYMUTIL@
    260 DUMPBIN = @DUMPBIN@
    261 ECHO_C = @ECHO_C@
    262 ECHO_N = @ECHO_N@
    263 ECHO_T = @ECHO_T@
    264 EGREP = @EGREP@
    265 EXEEXT = @EXEEXT@
    266 FGREP = @FGREP@
    267 GREP = @GREP@
    268 INSTALL = @INSTALL@
    269 INSTALL_DATA = @INSTALL_DATA@
    270 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    271 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    272 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    273 LD = @LD@
    274 LDFLAGS = @LDFLAGS@
    275 LIBMNL_CFLAGS = @LIBMNL_CFLAGS@
    276 LIBMNL_LIBS = @LIBMNL_LIBS@
    277 LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@
    278 LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@
    279 LIBOBJS = @LIBOBJS@
    280 LIBS = @LIBS@
    281 LIBTOOL = @LIBTOOL@
    282 LIPO = @LIPO@
    283 LN_S = @LN_S@
    284 LTLIBOBJS = @LTLIBOBJS@
    285 MAKEINFO = @MAKEINFO@
    286 MANIFEST_TOOL = @MANIFEST_TOOL@
    287 MKDIR_P = @MKDIR_P@
    288 NM = @NM@
    289 NMEDIT = @NMEDIT@
    290 OBJDUMP = @OBJDUMP@
    291 OBJEXT = @OBJEXT@
    292 OTOOL = @OTOOL@
    293 OTOOL64 = @OTOOL64@
    294 PACKAGE = @PACKAGE@
    295 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    296 PACKAGE_NAME = @PACKAGE_NAME@
    297 PACKAGE_STRING = @PACKAGE_STRING@
    298 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    299 PACKAGE_URL = @PACKAGE_URL@
    300 PACKAGE_VERSION = @PACKAGE_VERSION@
    301 PATH_SEPARATOR = @PATH_SEPARATOR@
    302 PKG_CONFIG = @PKG_CONFIG@
    303 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    304 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    305 RANLIB = @RANLIB@
    306 SED = @SED@
    307 SET_MAKE = @SET_MAKE@
    308 SHELL = @SHELL@
    309 STRIP = @STRIP@
    310 VERSION = @VERSION@
    311 abs_builddir = @abs_builddir@
    312 abs_srcdir = @abs_srcdir@
    313 abs_top_builddir = @abs_top_builddir@
    314 abs_top_srcdir = @abs_top_srcdir@
    315 ac_ct_AR = @ac_ct_AR@
    316 ac_ct_CC = @ac_ct_CC@
    317 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    318 am__include = @am__include@
    319 am__leading_dot = @am__leading_dot@
    320 am__quote = @am__quote@
    321 am__tar = @am__tar@
    322 am__untar = @am__untar@
    323 bindir = @bindir@
    324 build = @build@
    325 build_alias = @build_alias@
    326 build_cpu = @build_cpu@
    327 build_os = @build_os@
    328 build_vendor = @build_vendor@
    329 builddir = @builddir@
    330 datadir = @datadir@
    331 datarootdir = @datarootdir@
    332 docdir = @docdir@
    333 dvidir = @dvidir@
    334 exec_prefix = @exec_prefix@
    335 host = @host@
    336 host_alias = @host_alias@
    337 host_cpu = @host_cpu@
    338 host_os = @host_os@
    339 host_vendor = @host_vendor@
    340 htmldir = @htmldir@
    341 includedir = @includedir@
    342 infodir = @infodir@
    343 install_sh = @install_sh@
    344 libdir = @libdir@
    345 libexecdir = @libexecdir@
    346 localedir = @localedir@
    347 localstatedir = @localstatedir@
    348 mandir = @mandir@
    349 mkdir_p = @mkdir_p@
    350 oldincludedir = @oldincludedir@
    351 pdfdir = @pdfdir@
    352 prefix = @prefix@
    353 program_transform_name = @program_transform_name@
    354 psdir = @psdir@
    355 sbindir = @sbindir@
    356 sharedstatedir = @sharedstatedir@
    357 srcdir = @srcdir@
    358 sysconfdir = @sysconfdir@
    359 target_alias = @target_alias@
    360 top_build_prefix = @top_build_prefix@
    361 top_builddir = @top_builddir@
    362 top_srcdir = @top_srcdir@
    363 
    364 # This is _NOT_ the library release version, it's an API version.
    365 # Please read Chapter 6 "Library interface versions" of the libtool
    366 # documentation before making any modification
    367 # http://sources.redhat.com/autobook/autobook/autobook_91.html
    368 LIBVERSION = 9:0:6
    369 AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS}
    370 AM_CFLAGS = -Wall
    371 
    372 #AUTOMAKE_OPTIONS = no-dependencies foreign
    373 
    374 #EXTRA_DIST = $(man_MANS) acinclude.m4
    375 SUBDIRS = conntrack expect
    376 lib_LTLIBRARIES = libnetfilter_conntrack.la 
    377 libnetfilter_conntrack_la_LIBADD = conntrack/libnfconntrack.la \
    378 				   expect/libnfexpect.la \
    379 				   ${LIBNFNETLINK_LIBS} ${LIBMNL_LIBS}
    380 
    381 libnetfilter_conntrack_la_LDFLAGS = -Wc,-nostartfiles -lnfnetlink \
    382 				    -version-info $(LIBVERSION)
    383 
    384 libnetfilter_conntrack_la_SOURCES = main.c callback.c
    385 all: all-recursive
    386 
    387 .SUFFIXES:
    388 .SUFFIXES: .c .lo .o .obj
    389 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
    390 	@for dep in $?; do \
    391 	  case '$(am__configure_deps)' in \
    392 	    *$$dep*) \
    393 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    394 	        && { if test -f $@; then exit 0; else break; fi; }; \
    395 	      exit 1;; \
    396 	  esac; \
    397 	done; \
    398 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
    399 	$(am__cd) $(top_srcdir) && \
    400 	  $(AUTOMAKE) --foreign src/Makefile
    401 .PRECIOUS: Makefile
    402 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    403 	@case '$?' in \
    404 	  *config.status*) \
    405 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    406 	  *) \
    407 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    408 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    409 	esac;
    410 $(top_srcdir)/Make_global.am:
    411 
    412 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    413 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    414 
    415 $(top_srcdir)/configure:  $(am__configure_deps)
    416 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    417 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    418 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    419 $(am__aclocal_m4_deps):
    420 
    421 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    422 	@$(NORMAL_INSTALL)
    423 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    424 	list2=; for p in $$list; do \
    425 	  if test -f $$p; then \
    426 	    list2="$$list2 $$p"; \
    427 	  else :; fi; \
    428 	done; \
    429 	test -z "$$list2" || { \
    430 	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    431 	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    432 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
    433 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
    434 	}
    435 
    436 uninstall-libLTLIBRARIES:
    437 	@$(NORMAL_UNINSTALL)
    438 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    439 	for p in $$list; do \
    440 	  $(am__strip_dir) \
    441 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
    442 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
    443 	done
    444 
    445 clean-libLTLIBRARIES:
    446 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
    447 	@list='$(lib_LTLIBRARIES)'; \
    448 	locs=`for p in $$list; do echo $$p; done | \
    449 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    450 	      sort -u`; \
    451 	test -z "$$locs" || { \
    452 	  echo rm -f $${locs}; \
    453 	  rm -f $${locs}; \
    454 	}
    455 
    456 libnetfilter_conntrack.la: $(libnetfilter_conntrack_la_OBJECTS) $(libnetfilter_conntrack_la_DEPENDENCIES) $(EXTRA_libnetfilter_conntrack_la_DEPENDENCIES) 
    457 	$(AM_V_CCLD)$(libnetfilter_conntrack_la_LINK) -rpath $(libdir) $(libnetfilter_conntrack_la_OBJECTS) $(libnetfilter_conntrack_la_LIBADD) $(LIBS)
    458 
    459 mostlyclean-compile:
    460 	-rm -f *.$(OBJEXT)
    461 
    462 distclean-compile:
    463 	-rm -f *.tab.c
    464 
    465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callback.Plo@am__quote@
    466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Plo@am__quote@
    467 
    468 .c.o:
    469 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    470 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    471 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    472 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    473 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    474 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    475 
    476 .c.obj:
    477 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    478 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    479 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    480 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    481 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    482 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    483 
    484 .c.lo:
    485 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    486 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    487 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    488 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    489 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    490 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    491 
    492 mostlyclean-libtool:
    493 	-rm -f *.lo
    494 
    495 clean-libtool:
    496 	-rm -rf .libs _libs
    497 
    498 # This directory's subdirectories are mostly independent; you can cd
    499 # into them and run 'make' without going through this Makefile.
    500 # To change the values of 'make' variables: instead of editing Makefiles,
    501 # (1) if the variable is set in 'config.status', edit 'config.status'
    502 #     (which will cause the Makefiles to be regenerated when you run 'make');
    503 # (2) otherwise, pass the desired values on the 'make' command line.
    504 $(am__recursive_targets):
    505 	@fail=; \
    506 	if $(am__make_keepgoing); then \
    507 	  failcom='fail=yes'; \
    508 	else \
    509 	  failcom='exit 1'; \
    510 	fi; \
    511 	dot_seen=no; \
    512 	target=`echo $@ | sed s/-recursive//`; \
    513 	case "$@" in \
    514 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
    515 	  *) list='$(SUBDIRS)' ;; \
    516 	esac; \
    517 	for subdir in $$list; do \
    518 	  echo "Making $$target in $$subdir"; \
    519 	  if test "$$subdir" = "."; then \
    520 	    dot_seen=yes; \
    521 	    local_target="$$target-am"; \
    522 	  else \
    523 	    local_target="$$target"; \
    524 	  fi; \
    525 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
    526 	  || eval $$failcom; \
    527 	done; \
    528 	if test "$$dot_seen" = "no"; then \
    529 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
    530 	fi; test -z "$$fail"
    531 
    532 ID: $(am__tagged_files)
    533 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    534 tags: tags-recursive
    535 TAGS: tags
    536 
    537 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    538 	set x; \
    539 	here=`pwd`; \
    540 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
    541 	  include_option=--etags-include; \
    542 	  empty_fix=.; \
    543 	else \
    544 	  include_option=--include; \
    545 	  empty_fix=; \
    546 	fi; \
    547 	list='$(SUBDIRS)'; for subdir in $$list; do \
    548 	  if test "$$subdir" = .; then :; else \
    549 	    test ! -f $$subdir/TAGS || \
    550 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
    551 	  fi; \
    552 	done; \
    553 	$(am__define_uniq_tagged_files); \
    554 	shift; \
    555 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    556 	  test -n "$$unique" || unique=$$empty_fix; \
    557 	  if test $$# -gt 0; then \
    558 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    559 	      "$$@" $$unique; \
    560 	  else \
    561 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    562 	      $$unique; \
    563 	  fi; \
    564 	fi
    565 ctags: ctags-recursive
    566 
    567 CTAGS: ctags
    568 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    569 	$(am__define_uniq_tagged_files); \
    570 	test -z "$(CTAGS_ARGS)$$unique" \
    571 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    572 	     $$unique
    573 
    574 GTAGS:
    575 	here=`$(am__cd) $(top_builddir) && pwd` \
    576 	  && $(am__cd) $(top_srcdir) \
    577 	  && gtags -i $(GTAGS_ARGS) "$$here"
    578 cscopelist: cscopelist-recursive
    579 
    580 cscopelist-am: $(am__tagged_files)
    581 	list='$(am__tagged_files)'; \
    582 	case "$(srcdir)" in \
    583 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    584 	  *) sdir=$(subdir)/$(srcdir) ;; \
    585 	esac; \
    586 	for i in $$list; do \
    587 	  if test -f "$$i"; then \
    588 	    echo "$(subdir)/$$i"; \
    589 	  else \
    590 	    echo "$$sdir/$$i"; \
    591 	  fi; \
    592 	done >> $(top_builddir)/cscope.files
    593 
    594 distclean-tags:
    595 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    596 
    597 distdir: $(DISTFILES)
    598 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    599 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    600 	list='$(DISTFILES)'; \
    601 	  dist_files=`for file in $$list; do echo $$file; done | \
    602 	  sed -e "s|^$$srcdirstrip/||;t" \
    603 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    604 	case $$dist_files in \
    605 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    606 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    607 			   sort -u` ;; \
    608 	esac; \
    609 	for file in $$dist_files; do \
    610 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    611 	  if test -d $$d/$$file; then \
    612 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    613 	    if test -d "$(distdir)/$$file"; then \
    614 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    615 	    fi; \
    616 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    617 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    618 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    619 	    fi; \
    620 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    621 	  else \
    622 	    test -f "$(distdir)/$$file" \
    623 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    624 	    || exit 1; \
    625 	  fi; \
    626 	done
    627 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    628 	  if test "$$subdir" = .; then :; else \
    629 	    $(am__make_dryrun) \
    630 	      || test -d "$(distdir)/$$subdir" \
    631 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
    632 	      || exit 1; \
    633 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
    634 	    $(am__relativize); \
    635 	    new_distdir=$$reldir; \
    636 	    dir1=$$subdir; dir2="$(top_distdir)"; \
    637 	    $(am__relativize); \
    638 	    new_top_distdir=$$reldir; \
    639 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
    640 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
    641 	    ($(am__cd) $$subdir && \
    642 	      $(MAKE) $(AM_MAKEFLAGS) \
    643 	        top_distdir="$$new_top_distdir" \
    644 	        distdir="$$new_distdir" \
    645 		am__remove_distdir=: \
    646 		am__skip_length_check=: \
    647 		am__skip_mode_fix=: \
    648 	        distdir) \
    649 	      || exit 1; \
    650 	  fi; \
    651 	done
    652 check-am: all-am
    653 check: check-recursive
    654 all-am: Makefile $(LTLIBRARIES)
    655 installdirs: installdirs-recursive
    656 installdirs-am:
    657 	for dir in "$(DESTDIR)$(libdir)"; do \
    658 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    659 	done
    660 install: install-recursive
    661 install-exec: install-exec-recursive
    662 install-data: install-data-recursive
    663 uninstall: uninstall-recursive
    664 
    665 install-am: all-am
    666 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    667 
    668 installcheck: installcheck-recursive
    669 install-strip:
    670 	if test -z '$(STRIP)'; then \
    671 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    672 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    673 	      install; \
    674 	else \
    675 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    676 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    677 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    678 	fi
    679 mostlyclean-generic:
    680 
    681 clean-generic:
    682 
    683 distclean-generic:
    684 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    685 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    686 
    687 maintainer-clean-generic:
    688 	@echo "This command is intended for maintainers to use"
    689 	@echo "it deletes files that may require special tools to rebuild."
    690 clean: clean-recursive
    691 
    692 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
    693 	mostlyclean-am
    694 
    695 distclean: distclean-recursive
    696 	-rm -rf ./$(DEPDIR)
    697 	-rm -f Makefile
    698 distclean-am: clean-am distclean-compile distclean-generic \
    699 	distclean-tags
    700 
    701 dvi: dvi-recursive
    702 
    703 dvi-am:
    704 
    705 html: html-recursive
    706 
    707 html-am:
    708 
    709 info: info-recursive
    710 
    711 info-am:
    712 
    713 install-data-am:
    714 
    715 install-dvi: install-dvi-recursive
    716 
    717 install-dvi-am:
    718 
    719 install-exec-am: install-libLTLIBRARIES
    720 
    721 install-html: install-html-recursive
    722 
    723 install-html-am:
    724 
    725 install-info: install-info-recursive
    726 
    727 install-info-am:
    728 
    729 install-man:
    730 
    731 install-pdf: install-pdf-recursive
    732 
    733 install-pdf-am:
    734 
    735 install-ps: install-ps-recursive
    736 
    737 install-ps-am:
    738 
    739 installcheck-am:
    740 
    741 maintainer-clean: maintainer-clean-recursive
    742 	-rm -rf ./$(DEPDIR)
    743 	-rm -f Makefile
    744 maintainer-clean-am: distclean-am maintainer-clean-generic
    745 
    746 mostlyclean: mostlyclean-recursive
    747 
    748 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    749 	mostlyclean-libtool
    750 
    751 pdf: pdf-recursive
    752 
    753 pdf-am:
    754 
    755 ps: ps-recursive
    756 
    757 ps-am:
    758 
    759 uninstall-am: uninstall-libLTLIBRARIES
    760 
    761 .MAKE: $(am__recursive_targets) install-am install-strip
    762 
    763 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
    764 	check-am clean clean-generic clean-libLTLIBRARIES \
    765 	clean-libtool cscopelist-am ctags ctags-am distclean \
    766 	distclean-compile distclean-generic distclean-libtool \
    767 	distclean-tags distdir dvi dvi-am html html-am info info-am \
    768 	install install-am install-data install-data-am install-dvi \
    769 	install-dvi-am install-exec install-exec-am install-html \
    770 	install-html-am install-info install-info-am \
    771 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
    772 	install-ps install-ps-am install-strip installcheck \
    773 	installcheck-am installdirs installdirs-am maintainer-clean \
    774 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    775 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    776 	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
    777 
    778 
    779 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    780 # Otherwise a system limit (for SysV at least) may be exceeded.
    781 .NOEXPORT:
    782