remove unused source file
[platform/upstream/iptables.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # -*- Makefile -*-
19 VPATH = @srcdir@
20 am__make_dryrun = \
21   { \
22     am__dry=no; \
23     case $$MAKEFLAGS in \
24       *\\[\ \   ]*) \
25         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27       *) \
28         for am__flg in $$MAKEFLAGS; do \
29           case $$am__flg in \
30             *=*|--*) ;; \
31             *n*) am__dry=yes; break;; \
32           esac; \
33         done;; \
34     esac; \
35     test $$am__dry = yes; \
36   }
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 @ENABLE_DEVEL_TRUE@am__append_1 = include
55 @ENABLE_LIBIPQ_TRUE@am__append_2 = libipq
56 subdir = .
57 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
58         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
59         $(top_srcdir)/configure \
60         $(top_srcdir)/extensions/GNUmakefile.in \
61         $(top_srcdir)/include/iptables/internal.h.in COPYING INSTALL \
62         build-aux/ar-lib build-aux/compile build-aux/config.guess \
63         build-aux/config.sub build-aux/depcomp build-aux/install-sh \
64         build-aux/ltmain.sh build-aux/missing
65 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_linker_flags.m4 \
67         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
68         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
69         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
73  configure.lineno config.status.lineno
74 mkinstalldirs = $(install_sh) -d
75 CONFIG_HEADER = config.h
76 CONFIG_CLEAN_FILES = extensions/GNUmakefile \
77         include/iptables/internal.h
78 CONFIG_CLEAN_VPATH_FILES =
79 SOURCES =
80 DIST_SOURCES =
81 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82         html-recursive info-recursive install-data-recursive \
83         install-dvi-recursive install-exec-recursive \
84         install-html-recursive install-info-recursive \
85         install-pdf-recursive install-ps-recursive install-recursive \
86         installcheck-recursive installdirs-recursive pdf-recursive \
87         ps-recursive uninstall-recursive
88 am__can_run_installinfo = \
89   case $$AM_UPDATE_INFO_DIR in \
90     n|no|NO) false;; \
91     *) (install-info --version) >/dev/null 2>&1;; \
92   esac
93 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
94   distclean-recursive maintainer-clean-recursive
95 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
96         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
97         distdir dist dist-all distcheck
98 ETAGS = etags
99 CTAGS = ctags
100 DIST_SUBDIRS = libiptc libxtables include libipq utils extensions \
101         iptables
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 distdir = $(PACKAGE)-$(VERSION)
104 top_distdir = $(distdir)
105 am__remove_distdir = \
106   if test -d "$(distdir)"; then \
107     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
108       && rm -rf "$(distdir)" \
109       || { sleep 5 && rm -rf "$(distdir)"; }; \
110   else :; fi
111 am__relativize = \
112   dir0=`pwd`; \
113   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
114   sed_rest='s,^[^/]*/*,,'; \
115   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
116   sed_butlast='s,/*[^/]*$$,,'; \
117   while test -n "$$dir1"; do \
118     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
119     if test "$$first" != "."; then \
120       if test "$$first" = ".."; then \
121         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
122         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
123       else \
124         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
125         if test "$$first2" = "$$first"; then \
126           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
127         else \
128           dir2="../$$dir2"; \
129         fi; \
130         dir0="$$dir0"/"$$first"; \
131       fi; \
132     fi; \
133     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
134   done; \
135   reldir="$$dir2"
136 DIST_ARCHIVES = $(distdir).tar.gz
137 GZIP_ENV = --best
138 distuninstallcheck_listfiles = find . -type f -print
139 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
140   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
141 distcleancheck_listfiles = find . -type f -print
142 pkgdatadir = @pkgdatadir@
143 ACLOCAL = @ACLOCAL@
144 AMTAR = @AMTAR@
145 AR = @AR@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CC = @CC@
151 CCDEPMODE = @CCDEPMODE@
152 CFLAGS = @CFLAGS@
153 CPP = @CPP@
154 CPPFLAGS = @CPPFLAGS@
155 CYGPATH_W = @CYGPATH_W@
156 DEFS = @DEFS@
157 DEPDIR = @DEPDIR@
158 DLLTOOL = @DLLTOOL@
159 DSYMUTIL = @DSYMUTIL@
160 DUMPBIN = @DUMPBIN@
161 ECHO_C = @ECHO_C@
162 ECHO_N = @ECHO_N@
163 ECHO_T = @ECHO_T@
164 EGREP = @EGREP@
165 EXEEXT = @EXEEXT@
166 FGREP = @FGREP@
167 GREP = @GREP@
168 INSTALL = @INSTALL@
169 INSTALL_DATA = @INSTALL_DATA@
170 INSTALL_PROGRAM = @INSTALL_PROGRAM@
171 INSTALL_SCRIPT = @INSTALL_SCRIPT@
172 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
173 LD = @LD@
174 LDFLAGS = @LDFLAGS@
175 LIBOBJS = @LIBOBJS@
176 LIBS = @LIBS@
177 LIBTOOL = @LIBTOOL@
178 LIPO = @LIPO@
179 LN_S = @LN_S@
180 LTLIBOBJS = @LTLIBOBJS@
181 MAKEINFO = @MAKEINFO@
182 MANIFEST_TOOL = @MANIFEST_TOOL@
183 MKDIR_P = @MKDIR_P@
184 NM = @NM@
185 NMEDIT = @NMEDIT@
186 OBJDUMP = @OBJDUMP@
187 OBJEXT = @OBJEXT@
188 OTOOL = @OTOOL@
189 OTOOL64 = @OTOOL64@
190 PACKAGE = @PACKAGE@
191 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
192 PACKAGE_NAME = @PACKAGE_NAME@
193 PACKAGE_STRING = @PACKAGE_STRING@
194 PACKAGE_TARNAME = @PACKAGE_TARNAME@
195 PACKAGE_URL = @PACKAGE_URL@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PKG_CONFIG = @PKG_CONFIG@
199 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
200 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
201 RANLIB = @RANLIB@
202 SED = @SED@
203 SET_MAKE = @SET_MAKE@
204 SHELL = @SHELL@
205 STRIP = @STRIP@
206 VERSION = @VERSION@
207 abs_builddir = @abs_builddir@
208 abs_srcdir = @abs_srcdir@
209 abs_top_builddir = @abs_top_builddir@
210 abs_top_srcdir = @abs_top_srcdir@
211 ac_ct_AR = @ac_ct_AR@
212 ac_ct_CC = @ac_ct_CC@
213 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
214 am__include = @am__include@
215 am__leading_dot = @am__leading_dot@
216 am__quote = @am__quote@
217 am__tar = @am__tar@
218 am__untar = @am__untar@
219 bindir = @bindir@
220 blacklist_modules = @blacklist_modules@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 builddir = @builddir@
227 datadir = @datadir@
228 datarootdir = @datarootdir@
229 docdir = @docdir@
230 dvidir = @dvidir@
231 exec_prefix = @exec_prefix@
232 host = @host@
233 host_alias = @host_alias@
234 host_cpu = @host_cpu@
235 host_os = @host_os@
236 host_vendor = @host_vendor@
237 htmldir = @htmldir@
238 includedir = @includedir@
239 infodir = @infodir@
240 install_sh = @install_sh@
241 kbuilddir = @kbuilddir@
242 kinclude_CPPFLAGS = @kinclude_CPPFLAGS@
243 ksourcedir = @ksourcedir@
244 libdir = @libdir@
245 libexecdir = @libexecdir@
246 libiptc_LDFLAGS2 = @libiptc_LDFLAGS2@
247 libnetfilter_conntrack_CFLAGS = @libnetfilter_conntrack_CFLAGS@
248 libnetfilter_conntrack_LIBS = @libnetfilter_conntrack_LIBS@
249 libnfnetlink_CFLAGS = @libnfnetlink_CFLAGS@
250 libnfnetlink_LIBS = @libnfnetlink_LIBS@
251 libxtables_vage = @libxtables_vage@
252 libxtables_vcurrent = @libxtables_vcurrent@
253 libxtables_vmajor = @libxtables_vmajor@
254 localedir = @localedir@
255 localstatedir = @localstatedir@
256 mandir = @mandir@
257 mkdir_p = @mkdir_p@
258 noundef_LDFLAGS = @noundef_LDFLAGS@
259 oldincludedir = @oldincludedir@
260 pdfdir = @pdfdir@
261 pkgconfigdir = @pkgconfigdir@
262 prefix = @prefix@
263 program_transform_name = @program_transform_name@
264 psdir = @psdir@
265 regular_CFLAGS = @regular_CFLAGS@
266 regular_CPPFLAGS = @regular_CPPFLAGS@
267 sbindir = @sbindir@
268 sharedstatedir = @sharedstatedir@
269 srcdir = @srcdir@
270 sysconfdir = @sysconfdir@
271 target_alias = @target_alias@
272 top_build_prefix = @top_build_prefix@
273 top_builddir = @top_builddir@
274 top_srcdir = @top_srcdir@
275 xtlibdir = @xtlibdir@
276 ACLOCAL_AMFLAGS = -I m4
277 AUTOMAKE_OPTIONS = foreign subdir-objects
278 # Depends on libxtables:
279 # Depends on extensions/libext.a:
280 SUBDIRS = libiptc libxtables $(am__append_1) $(am__append_2) utils \
281         extensions iptables
282 all: config.h
283         $(MAKE) $(AM_MAKEFLAGS) all-recursive
284
285 .SUFFIXES:
286 am--refresh: Makefile
287         @:
288 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
289         @for dep in $?; do \
290           case '$(am__configure_deps)' in \
291             *$$dep*) \
292               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
293               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
294                 && exit 0; \
295               exit 1;; \
296           esac; \
297         done; \
298         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
299         $(am__cd) $(top_srcdir) && \
300           $(AUTOMAKE) --foreign Makefile
301 .PRECIOUS: Makefile
302 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
303         @case '$?' in \
304           *config.status*) \
305             echo ' $(SHELL) ./config.status'; \
306             $(SHELL) ./config.status;; \
307           *) \
308             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
309             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
310         esac;
311
312 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
313         $(SHELL) ./config.status --recheck
314
315 $(top_srcdir)/configure:  $(am__configure_deps)
316         $(am__cd) $(srcdir) && $(AUTOCONF)
317 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
318         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
319 $(am__aclocal_m4_deps):
320
321 config.h: stamp-h1
322         @if test ! -f $@; then rm -f stamp-h1; else :; fi
323         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
324
325 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
326         @rm -f stamp-h1
327         cd $(top_builddir) && $(SHELL) ./config.status config.h
328 $(srcdir)/config.h.in:  $(am__configure_deps) 
329         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
330         rm -f stamp-h1
331         touch $@
332
333 distclean-hdr:
334         -rm -f config.h stamp-h1
335 extensions/GNUmakefile: $(top_builddir)/config.status $(top_srcdir)/extensions/GNUmakefile.in
336         cd $(top_builddir) && $(SHELL) ./config.status $@
337 include/iptables/internal.h: $(top_builddir)/config.status $(top_srcdir)/include/iptables/internal.h.in
338         cd $(top_builddir) && $(SHELL) ./config.status $@
339
340 mostlyclean-libtool:
341         -rm -f *.lo
342
343 clean-libtool:
344         -rm -rf .libs _libs
345
346 distclean-libtool:
347         -rm -f libtool config.lt
348
349 # This directory's subdirectories are mostly independent; you can cd
350 # into them and run `make' without going through this Makefile.
351 # To change the values of `make' variables: instead of editing Makefiles,
352 # (1) if the variable is set in `config.status', edit `config.status'
353 #     (which will cause the Makefiles to be regenerated when you run `make');
354 # (2) otherwise, pass the desired values on the `make' command line.
355 $(RECURSIVE_TARGETS):
356         @fail= failcom='exit 1'; \
357         for f in x $$MAKEFLAGS; do \
358           case $$f in \
359             *=* | --[!k]*);; \
360             *k*) failcom='fail=yes';; \
361           esac; \
362         done; \
363         dot_seen=no; \
364         target=`echo $@ | sed s/-recursive//`; \
365         list='$(SUBDIRS)'; for subdir in $$list; do \
366           echo "Making $$target in $$subdir"; \
367           if test "$$subdir" = "."; then \
368             dot_seen=yes; \
369             local_target="$$target-am"; \
370           else \
371             local_target="$$target"; \
372           fi; \
373           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
374           || eval $$failcom; \
375         done; \
376         if test "$$dot_seen" = "no"; then \
377           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
378         fi; test -z "$$fail"
379
380 $(RECURSIVE_CLEAN_TARGETS):
381         @fail= failcom='exit 1'; \
382         for f in x $$MAKEFLAGS; do \
383           case $$f in \
384             *=* | --[!k]*);; \
385             *k*) failcom='fail=yes';; \
386           esac; \
387         done; \
388         dot_seen=no; \
389         case "$@" in \
390           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
391           *) list='$(SUBDIRS)' ;; \
392         esac; \
393         rev=''; for subdir in $$list; do \
394           if test "$$subdir" = "."; then :; else \
395             rev="$$subdir $$rev"; \
396           fi; \
397         done; \
398         rev="$$rev ."; \
399         target=`echo $@ | sed s/-recursive//`; \
400         for subdir in $$rev; do \
401           echo "Making $$target in $$subdir"; \
402           if test "$$subdir" = "."; then \
403             local_target="$$target-am"; \
404           else \
405             local_target="$$target"; \
406           fi; \
407           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
408           || eval $$failcom; \
409         done && test -z "$$fail"
410 tags-recursive:
411         list='$(SUBDIRS)'; for subdir in $$list; do \
412           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
413         done
414 ctags-recursive:
415         list='$(SUBDIRS)'; for subdir in $$list; do \
416           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
417         done
418
419 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425               END { if (nonempty) { for (i in files) print i; }; }'`; \
426         mkid -fID $$unique
427 tags: TAGS
428
429 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
430                 $(TAGS_FILES) $(LISP)
431         set x; \
432         here=`pwd`; \
433         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
434           include_option=--etags-include; \
435           empty_fix=.; \
436         else \
437           include_option=--include; \
438           empty_fix=; \
439         fi; \
440         list='$(SUBDIRS)'; for subdir in $$list; do \
441           if test "$$subdir" = .; then :; else \
442             test ! -f $$subdir/TAGS || \
443               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
444           fi; \
445         done; \
446         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
447         unique=`for i in $$list; do \
448             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449           done | \
450           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451               END { if (nonempty) { for (i in files) print i; }; }'`; \
452         shift; \
453         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
454           test -n "$$unique" || unique=$$empty_fix; \
455           if test $$# -gt 0; then \
456             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457               "$$@" $$unique; \
458           else \
459             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460               $$unique; \
461           fi; \
462         fi
463 ctags: CTAGS
464 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
465                 $(TAGS_FILES) $(LISP)
466         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
467         unique=`for i in $$list; do \
468             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469           done | \
470           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471               END { if (nonempty) { for (i in files) print i; }; }'`; \
472         test -z "$(CTAGS_ARGS)$$unique" \
473           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474              $$unique
475
476 GTAGS:
477         here=`$(am__cd) $(top_builddir) && pwd` \
478           && $(am__cd) $(top_srcdir) \
479           && gtags -i $(GTAGS_ARGS) "$$here"
480
481 distclean-tags:
482         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484 distdir: $(DISTFILES)
485         $(am__remove_distdir)
486         test -d "$(distdir)" || mkdir "$(distdir)"
487         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489         list='$(DISTFILES)'; \
490           dist_files=`for file in $$list; do echo $$file; done | \
491           sed -e "s|^$$srcdirstrip/||;t" \
492               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493         case $$dist_files in \
494           */*) $(MKDIR_P) `echo "$$dist_files" | \
495                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496                            sort -u` ;; \
497         esac; \
498         for file in $$dist_files; do \
499           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500           if test -d $$d/$$file; then \
501             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502             if test -d "$(distdir)/$$file"; then \
503               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504             fi; \
505             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
506               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
507               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508             fi; \
509             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510           else \
511             test -f "$(distdir)/$$file" \
512             || cp -p $$d/$$file "$(distdir)/$$file" \
513             || exit 1; \
514           fi; \
515         done
516         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517           if test "$$subdir" = .; then :; else \
518             $(am__make_dryrun) \
519               || test -d "$(distdir)/$$subdir" \
520               || $(MKDIR_P) "$(distdir)/$$subdir" \
521               || exit 1; \
522             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
523             $(am__relativize); \
524             new_distdir=$$reldir; \
525             dir1=$$subdir; dir2="$(top_distdir)"; \
526             $(am__relativize); \
527             new_top_distdir=$$reldir; \
528             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
529             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
530             ($(am__cd) $$subdir && \
531               $(MAKE) $(AM_MAKEFLAGS) \
532                 top_distdir="$$new_top_distdir" \
533                 distdir="$$new_distdir" \
534                 am__remove_distdir=: \
535                 am__skip_length_check=: \
536                 am__skip_mode_fix=: \
537                 distdir) \
538               || exit 1; \
539           fi; \
540         done
541         -test -n "$(am__skip_mode_fix)" \
542         || find "$(distdir)" -type d ! -perm -755 \
543                 -exec chmod u+rwx,go+rx {} \; -o \
544           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
545           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
546           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
547         || chmod -R a+r "$(distdir)"
548 dist-gzip: distdir
549         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
550         $(am__remove_distdir)
551
552 dist-bzip2: distdir
553         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
554         $(am__remove_distdir)
555
556 dist-lzip: distdir
557         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
558         $(am__remove_distdir)
559
560 dist-lzma: distdir
561         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
562         $(am__remove_distdir)
563
564 dist-xz: distdir
565         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
566         $(am__remove_distdir)
567
568 dist-tarZ: distdir
569         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
570         $(am__remove_distdir)
571
572 dist-shar: distdir
573         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
574         $(am__remove_distdir)
575
576 dist-zip: distdir
577         -rm -f $(distdir).zip
578         zip -rq $(distdir).zip $(distdir)
579         $(am__remove_distdir)
580
581 dist dist-all: distdir
582         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
583         $(am__remove_distdir)
584
585 # This target untars the dist file and tries a VPATH configuration.  Then
586 # it guarantees that the distribution is self-contained by making another
587 # tarfile.
588 distcheck: dist
589         case '$(DIST_ARCHIVES)' in \
590         *.tar.gz*) \
591           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
592         *.tar.bz2*) \
593           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
594         *.tar.lzma*) \
595           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
596         *.tar.lz*) \
597           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
598         *.tar.xz*) \
599           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
600         *.tar.Z*) \
601           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
602         *.shar.gz*) \
603           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
604         *.zip*) \
605           unzip $(distdir).zip ;;\
606         esac
607         chmod -R a-w $(distdir); chmod u+w $(distdir)
608         mkdir $(distdir)/_build
609         mkdir $(distdir)/_inst
610         chmod a-w $(distdir)
611         test -d $(distdir)/_build || exit 0; \
612         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
613           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
614           && am__cwd=`pwd` \
615           && $(am__cd) $(distdir)/_build \
616           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
617             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
618             $(DISTCHECK_CONFIGURE_FLAGS) \
619           && $(MAKE) $(AM_MAKEFLAGS) \
620           && $(MAKE) $(AM_MAKEFLAGS) dvi \
621           && $(MAKE) $(AM_MAKEFLAGS) check \
622           && $(MAKE) $(AM_MAKEFLAGS) install \
623           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
624           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
625           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
626                 distuninstallcheck \
627           && chmod -R a-w "$$dc_install_base" \
628           && ({ \
629                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
630                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
631                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
632                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
633                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
634               } || { rm -rf "$$dc_destdir"; exit 1; }) \
635           && rm -rf "$$dc_destdir" \
636           && $(MAKE) $(AM_MAKEFLAGS) dist \
637           && rm -rf $(DIST_ARCHIVES) \
638           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
639           && cd "$$am__cwd" \
640           || exit 1
641         $(am__remove_distdir)
642         @(echo "$(distdir) archives ready for distribution: "; \
643           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
644           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
645 distuninstallcheck:
646         @test -n '$(distuninstallcheck_dir)' || { \
647           echo 'ERROR: trying to run $@ with an empty' \
648                '$$(distuninstallcheck_dir)' >&2; \
649           exit 1; \
650         }; \
651         $(am__cd) '$(distuninstallcheck_dir)' || { \
652           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
653           exit 1; \
654         }; \
655         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
656            || { echo "ERROR: files left after uninstall:" ; \
657                 if test -n "$(DESTDIR)"; then \
658                   echo "  (check DESTDIR support)"; \
659                 fi ; \
660                 $(distuninstallcheck_listfiles) ; \
661                 exit 1; } >&2
662 distcleancheck: distclean
663         @if test '$(srcdir)' = . ; then \
664           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
665           exit 1 ; \
666         fi
667         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
668           || { echo "ERROR: files left in build directory after distclean:" ; \
669                $(distcleancheck_listfiles) ; \
670                exit 1; } >&2
671 check-am: all-am
672 check: check-recursive
673 all-am: Makefile config.h
674 installdirs: installdirs-recursive
675 installdirs-am:
676 install: install-recursive
677 install-exec: install-exec-recursive
678 install-data: install-data-recursive
679 uninstall: uninstall-recursive
680
681 install-am: all-am
682         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
683
684 installcheck: installcheck-recursive
685 install-strip:
686         if test -z '$(STRIP)'; then \
687           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
688             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
689               install; \
690         else \
691           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
692             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
693             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
694         fi
695 mostlyclean-generic:
696
697 clean-generic:
698
699 distclean-generic:
700         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
701         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
702
703 maintainer-clean-generic:
704         @echo "This command is intended for maintainers to use"
705         @echo "it deletes files that may require special tools to rebuild."
706 clean: clean-recursive
707
708 clean-am: clean-generic clean-libtool mostlyclean-am
709
710 distclean: distclean-recursive
711         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
712         -rm -f Makefile
713 distclean-am: clean-am distclean-generic distclean-hdr \
714         distclean-libtool distclean-tags
715
716 dvi: dvi-recursive
717
718 dvi-am:
719
720 html: html-recursive
721
722 html-am:
723
724 info: info-recursive
725
726 info-am:
727
728 install-data-am:
729
730 install-dvi: install-dvi-recursive
731
732 install-dvi-am:
733
734 install-exec-am:
735
736 install-html: install-html-recursive
737
738 install-html-am:
739
740 install-info: install-info-recursive
741
742 install-info-am:
743
744 install-man:
745
746 install-pdf: install-pdf-recursive
747
748 install-pdf-am:
749
750 install-ps: install-ps-recursive
751
752 install-ps-am:
753
754 installcheck-am:
755
756 maintainer-clean: maintainer-clean-recursive
757         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
758         -rm -rf $(top_srcdir)/autom4te.cache
759         -rm -f Makefile
760 maintainer-clean-am: distclean-am maintainer-clean-generic
761
762 mostlyclean: mostlyclean-recursive
763
764 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
765
766 pdf: pdf-recursive
767
768 pdf-am:
769
770 ps: ps-recursive
771
772 ps-am:
773
774 uninstall-am:
775
776 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
777         ctags-recursive install-am install-strip tags-recursive
778
779 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
780         all all-am am--refresh check check-am clean clean-generic \
781         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
782         dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
783         dist-zip distcheck distclean distclean-generic distclean-hdr \
784         distclean-libtool distclean-tags distcleancheck distdir \
785         distuninstallcheck dvi dvi-am html html-am info info-am \
786         install install-am install-data install-data-am install-dvi \
787         install-dvi-am install-exec install-exec-am install-html \
788         install-html-am install-info install-info-am install-man \
789         install-pdf install-pdf-am install-ps install-ps-am \
790         install-strip installcheck installcheck-am installdirs \
791         installdirs-am maintainer-clean maintainer-clean-generic \
792         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
793         ps ps-am tags tags-recursive uninstall uninstall-am
794
795
796 .PHONY: tarball
797 tarball:
798         rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
799         pushd ${top_srcdir} && git archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
800         pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
801         tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
802         rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
803
804 config.status: extensions/GNUmakefile.in \
805         include/xtables-version.h.in include/iptables/internal.h.in
806
807 # Tell versions [3.59,3.63) of GNU make to not export all variables.
808 # Otherwise a system limit (for SysV at least) may be exceeded.
809 .NOEXPORT: