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 17VPATH = @srcdir@ 18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 19am__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 61am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 62am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 63pkgdatadir = $(datadir)/@PACKAGE@ 64pkgincludedir = $(includedir)/@PACKAGE@ 65pkglibdir = $(libdir)/@PACKAGE@ 66pkglibexecdir = $(libexecdir)/@PACKAGE@ 67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 68install_sh_DATA = $(install_sh) -c -m 644 69install_sh_PROGRAM = $(install_sh) -c 70install_sh_SCRIPT = $(install_sh) -c 71INSTALL_HEADER = $(INSTALL_DATA) 72transform = $(program_transform_name) 73NORMAL_INSTALL = : 74PRE_INSTALL = : 75POST_INSTALL = : 76NORMAL_UNINSTALL = : 77PRE_UNINSTALL = : 78POST_UNINSTALL = : 79build_triplet = @build@ 80host_triplet = @host@ 81DIST_COMMON = $(top_srcdir)/Make_global.am $(srcdir)/Makefile.in \ 82 $(srcdir)/Makefile.am $(top_srcdir)/build-aux/depcomp 83subdir = src 84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 85am__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 89am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 90 $(ACLOCAL_M4) 91mkinstalldirs = $(install_sh) -d 92CONFIG_HEADER = $(top_builddir)/config.h 93CONFIG_CLEAN_FILES = 94CONFIG_CLEAN_VPATH_FILES = 95am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 96am__vpath_adj = case $$p in \ 97 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 98 *) f=$$p;; \ 99 esac; 100am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 101am__install_max = 40 102am__nobase_strip_setup = \ 103 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 104am__nobase_strip = \ 105 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 106am__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] }' 113am__base_list = \ 114 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 115 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 116am__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 } 122am__installdirs = "$(DESTDIR)$(libdir)" 123LTLIBRARIES = $(lib_LTLIBRARIES) 124am__DEPENDENCIES_1 = 125libnetfilter_conntrack_la_DEPENDENCIES = conntrack/libnfconntrack.la \ 126 expect/libnfexpect.la $(am__DEPENDENCIES_1) \ 127 $(am__DEPENDENCIES_1) 128am_libnetfilter_conntrack_la_OBJECTS = main.lo callback.lo 129libnetfilter_conntrack_la_OBJECTS = \ 130 $(am_libnetfilter_conntrack_la_OBJECTS) 131AM_V_lt = $(am__v_lt_@AM_V@) 132am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 133am__v_lt_0 = --silent 134am__v_lt_1 = 135libnetfilter_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 $@ 139AM_V_P = $(am__v_P_@AM_V@) 140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 141am__v_P_0 = false 142am__v_P_1 = : 143AM_V_GEN = $(am__v_GEN_@AM_V@) 144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 145am__v_GEN_0 = @echo " GEN " $@; 146am__v_GEN_1 = 147AM_V_at = $(am__v_at_@AM_V@) 148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 149am__v_at_0 = @ 150am__v_at_1 = 151DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 152depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp 153am__depfiles_maybe = depfiles 154am__mv = mv -f 155COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 156 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 157LTCOMPILE = $(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) 161AM_V_CC = $(am__v_CC_@AM_V@) 162am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 163am__v_CC_0 = @echo " CC " $@; 164am__v_CC_1 = 165CCLD = $(CC) 166LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 168 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 169AM_V_CCLD = $(am__v_CCLD_@AM_V@) 170am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 171am__v_CCLD_0 = @echo " CCLD " $@; 172am__v_CCLD_1 = 173SOURCES = $(libnetfilter_conntrack_la_SOURCES) 174DIST_SOURCES = $(libnetfilter_conntrack_la_SOURCES) 175RECURSIVE_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 183am__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 188RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 189 distclean-recursive maintainer-clean-recursive 190am__recursive_targets = \ 191 $(RECURSIVE_TARGETS) \ 192 $(RECURSIVE_CLEAN_TARGETS) \ 193 $(am__extra_recursive_targets) 194AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 195 distdir 196am__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. 200am__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. 208am__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)` 213ETAGS = etags 214CTAGS = ctags 215DIST_SUBDIRS = $(SUBDIRS) 216DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 217am__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" 242ACLOCAL = @ACLOCAL@ 243AMTAR = @AMTAR@ 244AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 245AR = @AR@ 246AUTOCONF = @AUTOCONF@ 247AUTOHEADER = @AUTOHEADER@ 248AUTOMAKE = @AUTOMAKE@ 249AWK = @AWK@ 250CC = @CC@ 251CCDEPMODE = @CCDEPMODE@ 252CFLAGS = @CFLAGS@ 253CPP = @CPP@ 254CPPFLAGS = @CPPFLAGS@ 255CYGPATH_W = @CYGPATH_W@ 256DEFS = @DEFS@ 257DEPDIR = @DEPDIR@ 258DLLTOOL = @DLLTOOL@ 259DSYMUTIL = @DSYMUTIL@ 260DUMPBIN = @DUMPBIN@ 261ECHO_C = @ECHO_C@ 262ECHO_N = @ECHO_N@ 263ECHO_T = @ECHO_T@ 264EGREP = @EGREP@ 265EXEEXT = @EXEEXT@ 266FGREP = @FGREP@ 267GREP = @GREP@ 268INSTALL = @INSTALL@ 269INSTALL_DATA = @INSTALL_DATA@ 270INSTALL_PROGRAM = @INSTALL_PROGRAM@ 271INSTALL_SCRIPT = @INSTALL_SCRIPT@ 272INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 273LD = @LD@ 274LDFLAGS = @LDFLAGS@ 275LIBMNL_CFLAGS = @LIBMNL_CFLAGS@ 276LIBMNL_LIBS = @LIBMNL_LIBS@ 277LIBNFNETLINK_CFLAGS = @LIBNFNETLINK_CFLAGS@ 278LIBNFNETLINK_LIBS = @LIBNFNETLINK_LIBS@ 279LIBOBJS = @LIBOBJS@ 280LIBS = @LIBS@ 281LIBTOOL = @LIBTOOL@ 282LIPO = @LIPO@ 283LN_S = @LN_S@ 284LTLIBOBJS = @LTLIBOBJS@ 285MAKEINFO = @MAKEINFO@ 286MANIFEST_TOOL = @MANIFEST_TOOL@ 287MKDIR_P = @MKDIR_P@ 288NM = @NM@ 289NMEDIT = @NMEDIT@ 290OBJDUMP = @OBJDUMP@ 291OBJEXT = @OBJEXT@ 292OTOOL = @OTOOL@ 293OTOOL64 = @OTOOL64@ 294PACKAGE = @PACKAGE@ 295PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 296PACKAGE_NAME = @PACKAGE_NAME@ 297PACKAGE_STRING = @PACKAGE_STRING@ 298PACKAGE_TARNAME = @PACKAGE_TARNAME@ 299PACKAGE_URL = @PACKAGE_URL@ 300PACKAGE_VERSION = @PACKAGE_VERSION@ 301PATH_SEPARATOR = @PATH_SEPARATOR@ 302PKG_CONFIG = @PKG_CONFIG@ 303PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 304PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 305RANLIB = @RANLIB@ 306SED = @SED@ 307SET_MAKE = @SET_MAKE@ 308SHELL = @SHELL@ 309STRIP = @STRIP@ 310VERSION = @VERSION@ 311abs_builddir = @abs_builddir@ 312abs_srcdir = @abs_srcdir@ 313abs_top_builddir = @abs_top_builddir@ 314abs_top_srcdir = @abs_top_srcdir@ 315ac_ct_AR = @ac_ct_AR@ 316ac_ct_CC = @ac_ct_CC@ 317ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 318am__include = @am__include@ 319am__leading_dot = @am__leading_dot@ 320am__quote = @am__quote@ 321am__tar = @am__tar@ 322am__untar = @am__untar@ 323bindir = @bindir@ 324build = @build@ 325build_alias = @build_alias@ 326build_cpu = @build_cpu@ 327build_os = @build_os@ 328build_vendor = @build_vendor@ 329builddir = @builddir@ 330datadir = @datadir@ 331datarootdir = @datarootdir@ 332docdir = @docdir@ 333dvidir = @dvidir@ 334exec_prefix = @exec_prefix@ 335host = @host@ 336host_alias = @host_alias@ 337host_cpu = @host_cpu@ 338host_os = @host_os@ 339host_vendor = @host_vendor@ 340htmldir = @htmldir@ 341includedir = @includedir@ 342infodir = @infodir@ 343install_sh = @install_sh@ 344libdir = @libdir@ 345libexecdir = @libexecdir@ 346localedir = @localedir@ 347localstatedir = @localstatedir@ 348mandir = @mandir@ 349mkdir_p = @mkdir_p@ 350oldincludedir = @oldincludedir@ 351pdfdir = @pdfdir@ 352prefix = @prefix@ 353program_transform_name = @program_transform_name@ 354psdir = @psdir@ 355sbindir = @sbindir@ 356sharedstatedir = @sharedstatedir@ 357srcdir = @srcdir@ 358sysconfdir = @sysconfdir@ 359target_alias = @target_alias@ 360top_build_prefix = @top_build_prefix@ 361top_builddir = @top_builddir@ 362top_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 368LIBVERSION = 9:0:6 369AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS} 370AM_CFLAGS = -Wall 371 372#AUTOMAKE_OPTIONS = no-dependencies foreign 373 374#EXTRA_DIST = $(man_MANS) acinclude.m4 375SUBDIRS = conntrack expect 376lib_LTLIBRARIES = libnetfilter_conntrack.la 377libnetfilter_conntrack_la_LIBADD = conntrack/libnfconntrack.la \ 378 expect/libnfexpect.la \ 379 ${LIBNFNETLINK_LIBS} ${LIBMNL_LIBS} 380 381libnetfilter_conntrack_la_LDFLAGS = -Wc,-nostartfiles -lnfnetlink \ 382 -version-info $(LIBVERSION) 383 384libnetfilter_conntrack_la_SOURCES = main.c callback.c 385all: 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 402Makefile: $(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 421install-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 436uninstall-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 445clean-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 456libnetfilter_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 459mostlyclean-compile: 460 -rm -f *.$(OBJEXT) 461 462distclean-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 492mostlyclean-libtool: 493 -rm -f *.lo 494 495clean-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 532ID: $(am__tagged_files) 533 $(am__define_uniq_tagged_files); mkid -fID $$unique 534tags: tags-recursive 535TAGS: tags 536 537tags-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 565ctags: ctags-recursive 566 567CTAGS: ctags 568ctags-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 574GTAGS: 575 here=`$(am__cd) $(top_builddir) && pwd` \ 576 && $(am__cd) $(top_srcdir) \ 577 && gtags -i $(GTAGS_ARGS) "$$here" 578cscopelist: cscopelist-recursive 579 580cscopelist-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 594distclean-tags: 595 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 596 597distdir: $(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 652check-am: all-am 653check: check-recursive 654all-am: Makefile $(LTLIBRARIES) 655installdirs: installdirs-recursive 656installdirs-am: 657 for dir in "$(DESTDIR)$(libdir)"; do \ 658 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 659 done 660install: install-recursive 661install-exec: install-exec-recursive 662install-data: install-data-recursive 663uninstall: uninstall-recursive 664 665install-am: all-am 666 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 667 668installcheck: installcheck-recursive 669install-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 679mostlyclean-generic: 680 681clean-generic: 682 683distclean-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 687maintainer-clean-generic: 688 @echo "This command is intended for maintainers to use" 689 @echo "it deletes files that may require special tools to rebuild." 690clean: clean-recursive 691 692clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 693 mostlyclean-am 694 695distclean: distclean-recursive 696 -rm -rf ./$(DEPDIR) 697 -rm -f Makefile 698distclean-am: clean-am distclean-compile distclean-generic \ 699 distclean-tags 700 701dvi: dvi-recursive 702 703dvi-am: 704 705html: html-recursive 706 707html-am: 708 709info: info-recursive 710 711info-am: 712 713install-data-am: 714 715install-dvi: install-dvi-recursive 716 717install-dvi-am: 718 719install-exec-am: install-libLTLIBRARIES 720 721install-html: install-html-recursive 722 723install-html-am: 724 725install-info: install-info-recursive 726 727install-info-am: 728 729install-man: 730 731install-pdf: install-pdf-recursive 732 733install-pdf-am: 734 735install-ps: install-ps-recursive 736 737install-ps-am: 738 739installcheck-am: 740 741maintainer-clean: maintainer-clean-recursive 742 -rm -rf ./$(DEPDIR) 743 -rm -f Makefile 744maintainer-clean-am: distclean-am maintainer-clean-generic 745 746mostlyclean: mostlyclean-recursive 747 748mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 749 mostlyclean-libtool 750 751pdf: pdf-recursive 752 753pdf-am: 754 755ps: ps-recursive 756 757ps-am: 758 759uninstall-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