Apply ASLR
[platform/upstream/iptables.git] / Makefile.in
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 # -*- Makefile -*-
18
19 VPATH = @srcdir@
20 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21 am__make_running_with_option = \
22   case $${target_option-} in \
23       ?) ;; \
24       *) echo "am__make_running_with_option: internal error: invalid" \
25               "target option '$${target_option-}' specified" >&2; \
26          exit 1;; \
27   esac; \
28   has_opt=no; \
29   sane_makeflags=$$MAKEFLAGS; \
30   if $(am__is_gnu_make); then \
31     sane_makeflags=$$MFLAGS; \
32   else \
33     case $$MAKEFLAGS in \
34       *\\[\ \   ]*) \
35         bs=\\; \
36         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
38     esac; \
39   fi; \
40   skip_next=no; \
41   strip_trailopt () \
42   { \
43     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44   }; \
45   for flg in $$sane_makeflags; do \
46     test $$skip_next = yes && { skip_next=no; continue; }; \
47     case $$flg in \
48       *=*|--*) continue;; \
49         -*I) strip_trailopt 'I'; skip_next=yes;; \
50       -*I?*) strip_trailopt 'I';; \
51         -*O) strip_trailopt 'O'; skip_next=yes;; \
52       -*O?*) strip_trailopt 'O';; \
53         -*l) strip_trailopt 'l'; skip_next=yes;; \
54       -*l?*) strip_trailopt 'l';; \
55       -[dEDm]) skip_next=yes;; \
56       -[JT]) skip_next=yes;; \
57     esac; \
58     case $$flg in \
59       *$$target_option*) has_opt=yes; break;; \
60     esac; \
61   done; \
62   test $$has_opt = yes
63 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 @ENABLE_DEVEL_TRUE@am__append_1 = include
83 @ENABLE_LIBIPQ_TRUE@am__append_2 = libipq
84 subdir = .
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(top_srcdir)/configure $(am__configure_deps) \
87         $(srcdir)/config.h.in $(top_srcdir)/extensions/GNUmakefile.in \
88         $(top_srcdir)/include/iptables/internal.h.in \
89         $(am__dist_conf_DATA_DIST) COPYING INSTALL build-aux/ar-lib \
90         build-aux/compile build-aux/config.guess build-aux/config.sub \
91         build-aux/install-sh build-aux/missing build-aux/ltmain.sh \
92         $(top_srcdir)/build-aux/ar-lib $(top_srcdir)/build-aux/compile \
93         $(top_srcdir)/build-aux/config.guess \
94         $(top_srcdir)/build-aux/config.sub \
95         $(top_srcdir)/build-aux/install-sh \
96         $(top_srcdir)/build-aux/ltmain.sh \
97         $(top_srcdir)/build-aux/missing
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_linker_flags.m4 \
100         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
101         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
102         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104         $(ACLOCAL_M4)
105 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
106  configure.lineno config.status.lineno
107 mkinstalldirs = $(install_sh) -d
108 CONFIG_HEADER = config.h
109 CONFIG_CLEAN_FILES = extensions/GNUmakefile \
110         include/iptables/internal.h
111 CONFIG_CLEAN_VPATH_FILES =
112 AM_V_P = $(am__v_P_@AM_V@)
113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114 am__v_P_0 = false
115 am__v_P_1 = :
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo "  GEN     " $@;
119 am__v_GEN_1 = 
120 AM_V_at = $(am__v_at_@AM_V@)
121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122 am__v_at_0 = @
123 am__v_at_1 = 
124 SOURCES =
125 DIST_SOURCES =
126 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
127         ctags-recursive dvi-recursive html-recursive info-recursive \
128         install-data-recursive install-dvi-recursive \
129         install-exec-recursive install-html-recursive \
130         install-info-recursive install-pdf-recursive \
131         install-ps-recursive install-recursive installcheck-recursive \
132         installdirs-recursive pdf-recursive ps-recursive \
133         tags-recursive uninstall-recursive
134 am__can_run_installinfo = \
135   case $$AM_UPDATE_INFO_DIR in \
136     n|no|NO) false;; \
137     *) (install-info --version) >/dev/null 2>&1;; \
138   esac
139 am__dist_conf_DATA_DIST = etc/ethertypes
140 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141 am__vpath_adj = case $$p in \
142     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143     *) f=$$p;; \
144   esac;
145 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146 am__install_max = 40
147 am__nobase_strip_setup = \
148   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149 am__nobase_strip = \
150   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151 am__nobase_list = $(am__nobase_strip_setup); \
152   for p in $$list; do echo "$$p $$p"; done | \
153   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155     if (++n[$$2] == $(am__install_max)) \
156       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157     END { for (dir in files) print dir, files[dir] }'
158 am__base_list = \
159   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161 am__uninstall_files_from_dir = { \
162   test -z "$$files" \
163     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
164     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
165          $(am__cd) "$$dir" && rm -f $$files; }; \
166   }
167 am__installdirs = "$(DESTDIR)$(confdir)"
168 DATA = $(dist_conf_DATA)
169 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
170   distclean-recursive maintainer-clean-recursive
171 am__recursive_targets = \
172   $(RECURSIVE_TARGETS) \
173   $(RECURSIVE_CLEAN_TARGETS) \
174   $(am__extra_recursive_targets)
175 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
176         cscope distdir dist dist-all distcheck
177 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
178         $(LISP)config.h.in
179 # Read a list of newline-separated strings from the standard input,
180 # and print each of them once, without duplicates.  Input order is
181 # *not* preserved.
182 am__uniquify_input = $(AWK) '\
183   BEGIN { nonempty = 0; } \
184   { items[$$0] = 1; nonempty = 1; } \
185   END { if (nonempty) { for (i in items) print i; }; } \
186 '
187 # Make sure the list of sources is unique.  This is necessary because,
188 # e.g., the same source file might be shared among _SOURCES variables
189 # for different programs/libraries.
190 am__define_uniq_tagged_files = \
191   list='$(am__tagged_files)'; \
192   unique=`for i in $$list; do \
193     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
194   done | $(am__uniquify_input)`
195 ETAGS = etags
196 CTAGS = ctags
197 CSCOPE = cscope
198 DIST_SUBDIRS = libiptc libxtables include libipq utils extensions \
199         iptables
200 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201 distdir = $(PACKAGE)-$(VERSION)
202 top_distdir = $(distdir)
203 am__remove_distdir = \
204   if test -d "$(distdir)"; then \
205     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
206       && rm -rf "$(distdir)" \
207       || { sleep 5 && rm -rf "$(distdir)"; }; \
208   else :; fi
209 am__post_remove_distdir = $(am__remove_distdir)
210 am__relativize = \
211   dir0=`pwd`; \
212   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
213   sed_rest='s,^[^/]*/*,,'; \
214   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
215   sed_butlast='s,/*[^/]*$$,,'; \
216   while test -n "$$dir1"; do \
217     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
218     if test "$$first" != "."; then \
219       if test "$$first" = ".."; then \
220         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
221         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
222       else \
223         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
224         if test "$$first2" = "$$first"; then \
225           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
226         else \
227           dir2="../$$dir2"; \
228         fi; \
229         dir0="$$dir0"/"$$first"; \
230       fi; \
231     fi; \
232     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
233   done; \
234   reldir="$$dir2"
235 DIST_ARCHIVES = $(distdir).tar.gz
236 GZIP_ENV = --best
237 DIST_TARGETS = dist-gzip
238 distuninstallcheck_listfiles = find . -type f -print
239 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
240   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
241 distcleancheck_listfiles = find . -type f -print
242 pkgdatadir = @pkgdatadir@
243 ACLOCAL = @ACLOCAL@
244 AMTAR = @AMTAR@
245 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
246 AR = @AR@
247 AUTOCONF = @AUTOCONF@
248 AUTOHEADER = @AUTOHEADER@
249 AUTOMAKE = @AUTOMAKE@
250 AWK = @AWK@
251 CC = @CC@
252 CCDEPMODE = @CCDEPMODE@
253 CFLAGS = @CFLAGS@
254 CPP = @CPP@
255 CPPFLAGS = @CPPFLAGS@
256 CYGPATH_W = @CYGPATH_W@
257 DEFS = @DEFS@
258 DEPDIR = @DEPDIR@
259 DLLTOOL = @DLLTOOL@
260 DSYMUTIL = @DSYMUTIL@
261 DUMPBIN = @DUMPBIN@
262 ECHO_C = @ECHO_C@
263 ECHO_N = @ECHO_N@
264 ECHO_T = @ECHO_T@
265 EGREP = @EGREP@
266 EXEEXT = @EXEEXT@
267 FGREP = @FGREP@
268 GREP = @GREP@
269 INSTALL = @INSTALL@
270 INSTALL_DATA = @INSTALL_DATA@
271 INSTALL_PROGRAM = @INSTALL_PROGRAM@
272 INSTALL_SCRIPT = @INSTALL_SCRIPT@
273 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
274 LD = @LD@
275 LDFLAGS = @LDFLAGS@
276 LEX = @LEX@
277 LEXLIB = @LEXLIB@
278 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
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 YACC = @YACC@
312 YFLAGS = @YFLAGS@
313 abs_builddir = @abs_builddir@
314 abs_srcdir = @abs_srcdir@
315 abs_top_builddir = @abs_top_builddir@
316 abs_top_srcdir = @abs_top_srcdir@
317 ac_ct_AR = @ac_ct_AR@
318 ac_ct_CC = @ac_ct_CC@
319 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
320 am__include = @am__include@
321 am__leading_dot = @am__leading_dot@
322 am__quote = @am__quote@
323 am__tar = @am__tar@
324 am__untar = @am__untar@
325 bindir = @bindir@
326 blacklist_4_modules = @blacklist_4_modules@
327 blacklist_6_modules = @blacklist_6_modules@
328 blacklist_a_modules = @blacklist_a_modules@
329 blacklist_b_modules = @blacklist_b_modules@
330 blacklist_modules = @blacklist_modules@
331 blacklist_x_modules = @blacklist_x_modules@
332 build = @build@
333 build_alias = @build_alias@
334 build_cpu = @build_cpu@
335 build_os = @build_os@
336 build_vendor = @build_vendor@
337 builddir = @builddir@
338 datadir = @datadir@
339 datarootdir = @datarootdir@
340 docdir = @docdir@
341 dvidir = @dvidir@
342 exec_prefix = @exec_prefix@
343 host = @host@
344 host_alias = @host_alias@
345 host_cpu = @host_cpu@
346 host_os = @host_os@
347 host_vendor = @host_vendor@
348 htmldir = @htmldir@
349 includedir = @includedir@
350 infodir = @infodir@
351 install_sh = @install_sh@
352 kbuilddir = @kbuilddir@
353 kinclude_CPPFLAGS = @kinclude_CPPFLAGS@
354 ksourcedir = @ksourcedir@
355 libdir = @libdir@
356 libexecdir = @libexecdir@
357 libiptc_LDFLAGS2 = @libiptc_LDFLAGS2@
358 libmnl_CFLAGS = @libmnl_CFLAGS@
359 libmnl_LIBS = @libmnl_LIBS@
360 libnetfilter_conntrack_CFLAGS = @libnetfilter_conntrack_CFLAGS@
361 libnetfilter_conntrack_LIBS = @libnetfilter_conntrack_LIBS@
362 libnfnetlink_CFLAGS = @libnfnetlink_CFLAGS@
363 libnfnetlink_LIBS = @libnfnetlink_LIBS@
364 libnftnl_CFLAGS = @libnftnl_CFLAGS@
365 libnftnl_LIBS = @libnftnl_LIBS@
366 libxtables_vage = @libxtables_vage@
367 libxtables_vcurrent = @libxtables_vcurrent@
368 libxtables_vmajor = @libxtables_vmajor@
369 localedir = @localedir@
370 localstatedir = @localstatedir@
371 mandir = @mandir@
372 mkdir_p = @mkdir_p@
373 noundef_LDFLAGS = @noundef_LDFLAGS@
374 oldincludedir = @oldincludedir@
375 pdfdir = @pdfdir@
376 pkgconfigdir = @pkgconfigdir@
377 prefix = @prefix@
378 program_transform_name = @program_transform_name@
379 psdir = @psdir@
380 regular_CFLAGS = @regular_CFLAGS@
381 regular_CPPFLAGS = @regular_CPPFLAGS@
382 sbindir = @sbindir@
383 sharedstatedir = @sharedstatedir@
384 srcdir = @srcdir@
385 sysconfdir = @sysconfdir@
386 target_alias = @target_alias@
387 top_build_prefix = @top_build_prefix@
388 top_builddir = @top_builddir@
389 top_srcdir = @top_srcdir@
390 xtlibdir = @xtlibdir@
391 ACLOCAL_AMFLAGS = -I m4
392 AUTOMAKE_OPTIONS = foreign subdir-objects
393 # Depends on libxtables:
394 # Depends on extensions/libext.a:
395 SUBDIRS = libiptc libxtables $(am__append_1) $(am__append_2) utils \
396         extensions iptables
397 @ENABLE_NFTABLES_TRUE@confdir = $(sysconfdir)
398 @ENABLE_NFTABLES_TRUE@dist_conf_DATA = etc/ethertypes
399 all: config.h
400         $(MAKE) $(AM_MAKEFLAGS) all-recursive
401
402 .SUFFIXES:
403 am--refresh: Makefile
404         @:
405 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
406         @for dep in $?; do \
407           case '$(am__configure_deps)' in \
408             *$$dep*) \
409               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
410               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
411                 && exit 0; \
412               exit 1;; \
413           esac; \
414         done; \
415         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
416         $(am__cd) $(top_srcdir) && \
417           $(AUTOMAKE) --foreign Makefile
418 .PRECIOUS: Makefile
419 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
420         @case '$?' in \
421           *config.status*) \
422             echo ' $(SHELL) ./config.status'; \
423             $(SHELL) ./config.status;; \
424           *) \
425             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
426             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
427         esac;
428
429 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
430         $(SHELL) ./config.status --recheck
431
432 $(top_srcdir)/configure:  $(am__configure_deps)
433         $(am__cd) $(srcdir) && $(AUTOCONF)
434 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
435         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
436 $(am__aclocal_m4_deps):
437
438 config.h: stamp-h1
439         @test -f $@ || rm -f stamp-h1
440         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
441
442 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
443         @rm -f stamp-h1
444         cd $(top_builddir) && $(SHELL) ./config.status config.h
445 $(srcdir)/config.h.in:  $(am__configure_deps) 
446         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
447         rm -f stamp-h1
448         touch $@
449
450 distclean-hdr:
451         -rm -f config.h stamp-h1
452 extensions/GNUmakefile: $(top_builddir)/config.status $(top_srcdir)/extensions/GNUmakefile.in
453         cd $(top_builddir) && $(SHELL) ./config.status $@
454 include/iptables/internal.h: $(top_builddir)/config.status $(top_srcdir)/include/iptables/internal.h.in
455         cd $(top_builddir) && $(SHELL) ./config.status $@
456
457 mostlyclean-libtool:
458         -rm -f *.lo
459
460 clean-libtool:
461         -rm -rf .libs _libs
462
463 distclean-libtool:
464         -rm -f libtool config.lt
465 install-dist_confDATA: $(dist_conf_DATA)
466         @$(NORMAL_INSTALL)
467         @list='$(dist_conf_DATA)'; test -n "$(confdir)" || list=; \
468         if test -n "$$list"; then \
469           echo " $(MKDIR_P) '$(DESTDIR)$(confdir)'"; \
470           $(MKDIR_P) "$(DESTDIR)$(confdir)" || exit 1; \
471         fi; \
472         for p in $$list; do \
473           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
474           echo "$$d$$p"; \
475         done | $(am__base_list) | \
476         while read files; do \
477           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(confdir)'"; \
478           $(INSTALL_DATA) $$files "$(DESTDIR)$(confdir)" || exit $$?; \
479         done
480
481 uninstall-dist_confDATA:
482         @$(NORMAL_UNINSTALL)
483         @list='$(dist_conf_DATA)'; test -n "$(confdir)" || list=; \
484         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
485         dir='$(DESTDIR)$(confdir)'; $(am__uninstall_files_from_dir)
486
487 # This directory's subdirectories are mostly independent; you can cd
488 # into them and run 'make' without going through this Makefile.
489 # To change the values of 'make' variables: instead of editing Makefiles,
490 # (1) if the variable is set in 'config.status', edit 'config.status'
491 #     (which will cause the Makefiles to be regenerated when you run 'make');
492 # (2) otherwise, pass the desired values on the 'make' command line.
493 $(am__recursive_targets):
494         @fail=; \
495         if $(am__make_keepgoing); then \
496           failcom='fail=yes'; \
497         else \
498           failcom='exit 1'; \
499         fi; \
500         dot_seen=no; \
501         target=`echo $@ | sed s/-recursive//`; \
502         case "$@" in \
503           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
504           *) list='$(SUBDIRS)' ;; \
505         esac; \
506         for subdir in $$list; do \
507           echo "Making $$target in $$subdir"; \
508           if test "$$subdir" = "."; then \
509             dot_seen=yes; \
510             local_target="$$target-am"; \
511           else \
512             local_target="$$target"; \
513           fi; \
514           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
515           || eval $$failcom; \
516         done; \
517         if test "$$dot_seen" = "no"; then \
518           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
519         fi; test -z "$$fail"
520
521 ID: $(am__tagged_files)
522         $(am__define_uniq_tagged_files); mkid -fID $$unique
523 tags: tags-recursive
524 TAGS: tags
525
526 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
527         set x; \
528         here=`pwd`; \
529         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
530           include_option=--etags-include; \
531           empty_fix=.; \
532         else \
533           include_option=--include; \
534           empty_fix=; \
535         fi; \
536         list='$(SUBDIRS)'; for subdir in $$list; do \
537           if test "$$subdir" = .; then :; else \
538             test ! -f $$subdir/TAGS || \
539               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
540           fi; \
541         done; \
542         $(am__define_uniq_tagged_files); \
543         shift; \
544         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
545           test -n "$$unique" || unique=$$empty_fix; \
546           if test $$# -gt 0; then \
547             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548               "$$@" $$unique; \
549           else \
550             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551               $$unique; \
552           fi; \
553         fi
554 ctags: ctags-recursive
555
556 CTAGS: ctags
557 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
558         $(am__define_uniq_tagged_files); \
559         test -z "$(CTAGS_ARGS)$$unique" \
560           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
561              $$unique
562
563 GTAGS:
564         here=`$(am__cd) $(top_builddir) && pwd` \
565           && $(am__cd) $(top_srcdir) \
566           && gtags -i $(GTAGS_ARGS) "$$here"
567 cscope: cscope.files
568         test ! -s cscope.files \
569           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
570 clean-cscope:
571         -rm -f cscope.files
572 cscope.files: clean-cscope cscopelist
573 cscopelist: cscopelist-recursive
574
575 cscopelist-am: $(am__tagged_files)
576         list='$(am__tagged_files)'; \
577         case "$(srcdir)" in \
578           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
579           *) sdir=$(subdir)/$(srcdir) ;; \
580         esac; \
581         for i in $$list; do \
582           if test -f "$$i"; then \
583             echo "$(subdir)/$$i"; \
584           else \
585             echo "$$sdir/$$i"; \
586           fi; \
587         done >> $(top_builddir)/cscope.files
588
589 distclean-tags:
590         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
591         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
592
593 distdir: $(DISTFILES)
594         $(am__remove_distdir)
595         test -d "$(distdir)" || mkdir "$(distdir)"
596         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
597         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
598         list='$(DISTFILES)'; \
599           dist_files=`for file in $$list; do echo $$file; done | \
600           sed -e "s|^$$srcdirstrip/||;t" \
601               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
602         case $$dist_files in \
603           */*) $(MKDIR_P) `echo "$$dist_files" | \
604                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
605                            sort -u` ;; \
606         esac; \
607         for file in $$dist_files; do \
608           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
609           if test -d $$d/$$file; then \
610             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
611             if test -d "$(distdir)/$$file"; then \
612               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
613             fi; \
614             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
615               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
616               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
617             fi; \
618             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
619           else \
620             test -f "$(distdir)/$$file" \
621             || cp -p $$d/$$file "$(distdir)/$$file" \
622             || exit 1; \
623           fi; \
624         done
625         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
626           if test "$$subdir" = .; then :; else \
627             $(am__make_dryrun) \
628               || test -d "$(distdir)/$$subdir" \
629               || $(MKDIR_P) "$(distdir)/$$subdir" \
630               || exit 1; \
631             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
632             $(am__relativize); \
633             new_distdir=$$reldir; \
634             dir1=$$subdir; dir2="$(top_distdir)"; \
635             $(am__relativize); \
636             new_top_distdir=$$reldir; \
637             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
638             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
639             ($(am__cd) $$subdir && \
640               $(MAKE) $(AM_MAKEFLAGS) \
641                 top_distdir="$$new_top_distdir" \
642                 distdir="$$new_distdir" \
643                 am__remove_distdir=: \
644                 am__skip_length_check=: \
645                 am__skip_mode_fix=: \
646                 distdir) \
647               || exit 1; \
648           fi; \
649         done
650         -test -n "$(am__skip_mode_fix)" \
651         || find "$(distdir)" -type d ! -perm -755 \
652                 -exec chmod u+rwx,go+rx {} \; -o \
653           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
654           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
655           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
656         || chmod -R a+r "$(distdir)"
657 dist-gzip: distdir
658         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
659         $(am__post_remove_distdir)
660
661 dist-bzip2: distdir
662         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
663         $(am__post_remove_distdir)
664
665 dist-lzip: distdir
666         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
667         $(am__post_remove_distdir)
668
669 dist-xz: distdir
670         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
671         $(am__post_remove_distdir)
672
673 dist-tarZ: distdir
674         @echo WARNING: "Support for shar distribution archives is" \
675                        "deprecated." >&2
676         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
677         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
678         $(am__post_remove_distdir)
679
680 dist-shar: distdir
681         @echo WARNING: "Support for distribution archives compressed with" \
682                        "legacy program 'compress' is deprecated." >&2
683         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
684         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
685         $(am__post_remove_distdir)
686
687 dist-zip: distdir
688         -rm -f $(distdir).zip
689         zip -rq $(distdir).zip $(distdir)
690         $(am__post_remove_distdir)
691
692 dist dist-all:
693         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
694         $(am__post_remove_distdir)
695
696 # This target untars the dist file and tries a VPATH configuration.  Then
697 # it guarantees that the distribution is self-contained by making another
698 # tarfile.
699 distcheck: dist
700         case '$(DIST_ARCHIVES)' in \
701         *.tar.gz*) \
702           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
703         *.tar.bz2*) \
704           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
705         *.tar.lz*) \
706           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
707         *.tar.xz*) \
708           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
709         *.tar.Z*) \
710           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
711         *.shar.gz*) \
712           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
713         *.zip*) \
714           unzip $(distdir).zip ;;\
715         esac
716         chmod -R a-w $(distdir)
717         chmod u+w $(distdir)
718         mkdir $(distdir)/_build $(distdir)/_inst
719         chmod a-w $(distdir)
720         test -d $(distdir)/_build || exit 0; \
721         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
722           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
723           && am__cwd=`pwd` \
724           && $(am__cd) $(distdir)/_build \
725           && ../configure \
726             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
727             $(DISTCHECK_CONFIGURE_FLAGS) \
728             --srcdir=.. --prefix="$$dc_install_base" \
729           && $(MAKE) $(AM_MAKEFLAGS) \
730           && $(MAKE) $(AM_MAKEFLAGS) dvi \
731           && $(MAKE) $(AM_MAKEFLAGS) check \
732           && $(MAKE) $(AM_MAKEFLAGS) install \
733           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
734           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
735           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
736                 distuninstallcheck \
737           && chmod -R a-w "$$dc_install_base" \
738           && ({ \
739                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
740                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
741                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
742                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
743                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
744               } || { rm -rf "$$dc_destdir"; exit 1; }) \
745           && rm -rf "$$dc_destdir" \
746           && $(MAKE) $(AM_MAKEFLAGS) dist \
747           && rm -rf $(DIST_ARCHIVES) \
748           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
749           && cd "$$am__cwd" \
750           || exit 1
751         $(am__post_remove_distdir)
752         @(echo "$(distdir) archives ready for distribution: "; \
753           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
754           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
755 distuninstallcheck:
756         @test -n '$(distuninstallcheck_dir)' || { \
757           echo 'ERROR: trying to run $@ with an empty' \
758                '$$(distuninstallcheck_dir)' >&2; \
759           exit 1; \
760         }; \
761         $(am__cd) '$(distuninstallcheck_dir)' || { \
762           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
763           exit 1; \
764         }; \
765         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
766            || { echo "ERROR: files left after uninstall:" ; \
767                 if test -n "$(DESTDIR)"; then \
768                   echo "  (check DESTDIR support)"; \
769                 fi ; \
770                 $(distuninstallcheck_listfiles) ; \
771                 exit 1; } >&2
772 distcleancheck: distclean
773         @if test '$(srcdir)' = . ; then \
774           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
775           exit 1 ; \
776         fi
777         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
778           || { echo "ERROR: files left in build directory after distclean:" ; \
779                $(distcleancheck_listfiles) ; \
780                exit 1; } >&2
781 check-am: all-am
782 check: check-recursive
783 all-am: Makefile $(DATA) config.h
784 installdirs: installdirs-recursive
785 installdirs-am:
786         for dir in "$(DESTDIR)$(confdir)"; do \
787           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
788         done
789 install: install-recursive
790 install-exec: install-exec-recursive
791 install-data: install-data-recursive
792 uninstall: uninstall-recursive
793
794 install-am: all-am
795         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
796
797 installcheck: installcheck-recursive
798 install-strip:
799         if test -z '$(STRIP)'; then \
800           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
801             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
802               install; \
803         else \
804           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
805             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
806             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
807         fi
808 mostlyclean-generic:
809
810 clean-generic:
811
812 distclean-generic:
813         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
814         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
815
816 maintainer-clean-generic:
817         @echo "This command is intended for maintainers to use"
818         @echo "it deletes files that may require special tools to rebuild."
819 clean: clean-recursive
820
821 clean-am: clean-generic clean-libtool mostlyclean-am
822
823 distclean: distclean-recursive
824         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
825         -rm -f Makefile
826 distclean-am: clean-am distclean-generic distclean-hdr \
827         distclean-libtool distclean-tags
828
829 dvi: dvi-recursive
830
831 dvi-am:
832
833 html: html-recursive
834
835 html-am:
836
837 info: info-recursive
838
839 info-am:
840
841 install-data-am: install-dist_confDATA
842
843 install-dvi: install-dvi-recursive
844
845 install-dvi-am:
846
847 install-exec-am:
848
849 install-html: install-html-recursive
850
851 install-html-am:
852
853 install-info: install-info-recursive
854
855 install-info-am:
856
857 install-man:
858
859 install-pdf: install-pdf-recursive
860
861 install-pdf-am:
862
863 install-ps: install-ps-recursive
864
865 install-ps-am:
866
867 installcheck-am:
868
869 maintainer-clean: maintainer-clean-recursive
870         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
871         -rm -rf $(top_srcdir)/autom4te.cache
872         -rm -f Makefile
873 maintainer-clean-am: distclean-am maintainer-clean-generic
874
875 mostlyclean: mostlyclean-recursive
876
877 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
878
879 pdf: pdf-recursive
880
881 pdf-am:
882
883 ps: ps-recursive
884
885 ps-am:
886
887 uninstall-am: uninstall-dist_confDATA
888
889 .MAKE: $(am__recursive_targets) all install-am install-strip
890
891 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
892         am--refresh check check-am clean clean-cscope clean-generic \
893         clean-libtool cscope cscopelist-am ctags ctags-am dist \
894         dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
895         dist-xz dist-zip distcheck distclean distclean-generic \
896         distclean-hdr distclean-libtool distclean-tags distcleancheck \
897         distdir distuninstallcheck dvi dvi-am html html-am info \
898         info-am install install-am install-data install-data-am \
899         install-dist_confDATA install-dvi install-dvi-am install-exec \
900         install-exec-am install-html install-html-am install-info \
901         install-info-am install-man install-pdf install-pdf-am \
902         install-ps install-ps-am install-strip installcheck \
903         installcheck-am installdirs installdirs-am maintainer-clean \
904         maintainer-clean-generic mostlyclean mostlyclean-generic \
905         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
906         uninstall-am uninstall-dist_confDATA
907
908
909 .PHONY: tarball
910 tarball:
911         rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
912         pushd ${top_srcdir} && git archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
913         pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
914         tar --exclude=*.t --exclude=iptables-test.py -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
915         rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
916
917 config.status: extensions/GNUmakefile.in \
918         include/xtables-version.h.in include/iptables/internal.h.in
919
920 # Tell versions [3.59,3.63) of GNU make to not export all variables.
921 # Otherwise a system limit (for SysV at least) may be exceeded.
922 .NOEXPORT: