~ubuntu-branches/ubuntu/natty/iptables/natty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge, Lorenzo De Liso, Jamie Strandboge
  • Date: 2010-11-12 15:58:40 UTC
  • mfrom: (5.1.8 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20101112155840-jm07l9o9722h0bvm
Tags: 1.4.10-1ubuntu1
[ Lorenzo De Liso ]
* Merge from debian unstable (LP: #671652), remaining changes:
  - Don't fail to run iptables-save if iptables module isn't loaded.
  - Revert changes between 1.4.1.1-3 and 1.4.1.1-4, thus bringing back
    the howtos.
  - Added linuxdoc-tools to Build-Depends
  - Modified debian/iptables{,-dev}.install to match DM syntax
    (removed debian/tmp)
  - Added -fno-strict-aliasing -Werror switches to regular_CFLAGS
    for catching errors early
  - Removed unused TC_NUM_RULES() and TC_GET_RULE()
* debian/patches/03-compilation-error.patch: updated
* debian/patches/0600-makefile_jedi_handwaving.patch: updated
* Dropped changes:
  - debian/patches/0902-docs-version-reference.diff: modifies files inside
    the debian/ directory and hence is not needed

[ Jamie Strandboge ]
* debian/patches/9000-howtos.patch:
  - combine 0102-howtos.patch and 0103-sgml_errors.patch into this patch
    and apply after the Debian patches for easier maintenance
  - add DEP-3 comments
* debian/patches/9001-build-libipq_pic.la.patch:
  - Build libipq_pic.la with -fPIC
  - add DEP-3 comments
* debian/iptables-dev.install: install lib/*.la in usr/lib
* merge debian/patches/9002-xt_recent-reap.patch:
  - support for the xt_recent filter --reap switch (refreshed and updated)
  - add DEP-3 comments
* debian/patches/9003-compilation-error.patch:
  - renamed 03-compilation-error.patch as 9003-compilation-error.patch
  - apply after Debian patches for easier maintenance
  - add DEP-3 comments
* debian/iptables.doc-base.{nat|packet-filter}: update for 2.6
* Dropped changes:
  - Replaced ipt_DSCP.h by xpt_DSCP.h in ipt_ECN.h and ipt_echn.h (applied
    upstream)
  - 9001-build-libipq_pic.a.patch (using la instead)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
18
19
 
19
20
 
20
21
 
21
 
srcdir = @srcdir@
22
 
top_srcdir = @top_srcdir@
23
22
VPATH = @srcdir@
24
 
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
25
24
pkglibdir = $(libdir)/@PACKAGE@
26
 
pkgincludedir = $(includedir)/@PACKAGE@
27
 
top_builddir = .
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
28
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
 
INSTALL = @INSTALL@
30
27
install_sh_DATA = $(install_sh) -c -m 644
31
28
install_sh_PROGRAM = $(install_sh) -c
32
29
install_sh_SCRIPT = $(install_sh) -c
42
39
host_triplet = @host@
43
40
@ENABLE_DEVEL_TRUE@am__append_1 = include
44
41
@ENABLE_LIBIPQ_TRUE@am__append_2 = libipq
45
 
bin_PROGRAMS = iptables-xml$(EXEEXT)
46
 
sbin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
47
 
        $(am__EXEEXT_4)
48
 
noinst_PROGRAMS =
49
 
@ENABLE_IPV4_TRUE@@ENABLE_STATIC_TRUE@am__append_3 = iptables-static
50
 
@ENABLE_IPV6_TRUE@@ENABLE_STATIC_TRUE@am__append_4 = ip6tables-static
51
 
@ENABLE_IPV4_TRUE@@ENABLE_SHARED_TRUE@am__append_5 = iptables iptables-multi iptables-restore iptables-save
52
 
@ENABLE_IPV6_TRUE@@ENABLE_SHARED_TRUE@am__append_6 = ip6tables ip6tables-multi ip6tables-restore ip6tables-save
 
42
@HAVE_LIBNFNETLINK_TRUE@am__append_3 = utils
 
43
@ENABLE_STATIC_TRUE@am__append_4 = -DALL_INCLUSIVE
 
44
@ENABLE_STATIC_TRUE@am__append_5 = -DALL_INCLUSIVE
 
45
sbin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
 
46
@ENABLE_IPV4_TRUE@am__append_6 = iptables-multi
 
47
@ENABLE_IPV6_TRUE@am__append_7 = ip6tables-multi
 
48
subdir = .
53
49
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
54
50
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
55
51
        $(srcdir)/libiptc.pc.in $(srcdir)/xtables.pc.in \
58
54
        $(top_srcdir)/include/iptables/internal.h.in COPYING INSTALL \
59
55
        compile config.guess config.sub depcomp install-sh ltmain.sh \
60
56
        missing
61
 
subdir = .
62
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
64
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
65
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
66
 
        $(top_srcdir)/configure.ac
 
58
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_linker_flags.m4 \
 
59
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
60
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
61
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
67
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68
63
        $(ACLOCAL_M4)
69
64
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70
 
 configure.lineno configure.status.lineno
 
65
 configure.lineno config.status.lineno
71
66
mkinstalldirs = $(install_sh) -d
72
67
CONFIG_HEADER = config.h
73
68
CONFIG_CLEAN_FILES = extensions/GNUmakefile \
74
69
        include/iptables/internal.h libiptc.pc xtables.pc
 
70
CONFIG_CLEAN_VPATH_FILES =
75
71
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
76
72
am__vpath_adj = case $$p in \
77
73
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78
74
    *) f=$$p;; \
79
75
  esac;
80
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
81
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
82
 
        "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" \
83
 
        "$(DESTDIR)$(pkgconfigdir)"
84
 
libLTLIBRARIES_INSTALL = $(INSTALL)
 
76
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
77
am__install_max = 40
 
78
am__nobase_strip_setup = \
 
79
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
80
am__nobase_strip = \
 
81
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
82
am__nobase_list = $(am__nobase_strip_setup); \
 
83
  for p in $$list; do echo "$$p $$p"; done | \
 
84
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
85
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
86
    if (++n[$$2] == $(am__install_max)) \
 
87
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
88
    END { for (dir in files) print dir, files[dir] }'
 
89
am__base_list = \
 
90
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
91
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
92
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
 
93
        "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(pkgconfigdir)"
85
94
LTLIBRARIES = $(lib_LTLIBRARIES)
86
 
libiptc_libiptc_la_LIBADD =
 
95
libiptc_libip4tc_la_LIBADD =
87
96
am__dirstamp = $(am__leading_dot)dirstamp
88
 
am_libiptc_libiptc_la_OBJECTS = libiptc/libip4tc.lo \
89
 
        libiptc/libip6tc.lo
 
97
am_libiptc_libip4tc_la_OBJECTS = libiptc/libip4tc.lo
 
98
libiptc_libip4tc_la_OBJECTS = $(am_libiptc_libip4tc_la_OBJECTS)
 
99
libiptc_libip4tc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
100
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
101
        $(libiptc_libip4tc_la_LDFLAGS) $(LDFLAGS) -o $@
 
102
libiptc_libip6tc_la_LIBADD =
 
103
am_libiptc_libip6tc_la_OBJECTS = libiptc/libip6tc.lo
 
104
libiptc_libip6tc_la_OBJECTS = $(am_libiptc_libip6tc_la_OBJECTS)
 
105
libiptc_libip6tc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
106
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
107
        $(libiptc_libip6tc_la_LDFLAGS) $(LDFLAGS) -o $@
 
108
libiptc_libiptc_la_DEPENDENCIES = libiptc/libip4tc.la \
 
109
        libiptc/libip6tc.la
 
110
am_libiptc_libiptc_la_OBJECTS =
90
111
libiptc_libiptc_la_OBJECTS = $(am_libiptc_libiptc_la_OBJECTS)
 
112
libiptc_libiptc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
113
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
114
        $(libiptc_libiptc_la_LDFLAGS) $(LDFLAGS) -o $@
91
115
libxtables_la_DEPENDENCIES =
92
 
am_libxtables_la_OBJECTS = xtables.lo
 
116
am_libxtables_la_OBJECTS = libxtables_la-xtables.lo
93
117
libxtables_la_OBJECTS = $(am_libxtables_la_OBJECTS)
94
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
95
 
@ENABLE_IPV4_TRUE@@ENABLE_STATIC_TRUE@am__EXEEXT_1 = iptables-static$(EXEEXT)
96
 
@ENABLE_IPV6_TRUE@@ENABLE_STATIC_TRUE@am__EXEEXT_2 = ip6tables-static$(EXEEXT)
97
 
@ENABLE_IPV4_TRUE@@ENABLE_SHARED_TRUE@am__EXEEXT_3 =  \
98
 
@ENABLE_IPV4_TRUE@@ENABLE_SHARED_TRUE@  iptables$(EXEEXT) \
99
 
@ENABLE_IPV4_TRUE@@ENABLE_SHARED_TRUE@  iptables-multi$(EXEEXT) \
100
 
@ENABLE_IPV4_TRUE@@ENABLE_SHARED_TRUE@  iptables-restore$(EXEEXT) \
101
 
@ENABLE_IPV4_TRUE@@ENABLE_SHARED_TRUE@  iptables-save$(EXEEXT)
102
 
@ENABLE_IPV6_TRUE@@ENABLE_SHARED_TRUE@am__EXEEXT_4 =  \
103
 
@ENABLE_IPV6_TRUE@@ENABLE_SHARED_TRUE@  ip6tables$(EXEEXT) \
104
 
@ENABLE_IPV6_TRUE@@ENABLE_SHARED_TRUE@  ip6tables-multi$(EXEEXT) \
105
 
@ENABLE_IPV6_TRUE@@ENABLE_SHARED_TRUE@  ip6tables-restore$(EXEEXT) \
106
 
@ENABLE_IPV6_TRUE@@ENABLE_SHARED_TRUE@  ip6tables-save$(EXEEXT)
107
 
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
108
 
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
109
 
am_ip6tables_OBJECTS = ip6tables-standalone.$(OBJEXT) \
110
 
        ip6tables.$(OBJEXT)
111
 
ip6tables_OBJECTS = $(am_ip6tables_OBJECTS)
112
 
ip6tables_DEPENDENCIES = libiptc/libiptc.la extensions/libext6.a \
113
 
        libxtables.la
 
118
libxtables_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
119
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libxtables_la_CFLAGS) \
 
120
        $(CFLAGS) $(libxtables_la_LDFLAGS) $(LDFLAGS) -o $@
 
121
@ENABLE_IPV4_TRUE@am__EXEEXT_1 = iptables-multi$(EXEEXT)
 
122
@ENABLE_IPV6_TRUE@am__EXEEXT_2 = ip6tables-multi$(EXEEXT)
 
123
PROGRAMS = $(sbin_PROGRAMS)
114
124
am_ip6tables_multi_OBJECTS =  \
115
125
        ip6tables_multi-ip6tables-multi.$(OBJEXT) \
116
126
        ip6tables_multi-ip6tables-save.$(OBJEXT) \
117
127
        ip6tables_multi-ip6tables-restore.$(OBJEXT) \
118
128
        ip6tables_multi-ip6tables-standalone.$(OBJEXT) \
119
 
        ip6tables_multi-ip6tables.$(OBJEXT)
 
129
        ip6tables_multi-ip6tables.$(OBJEXT) \
 
130
        ip6tables_multi-xshared.$(OBJEXT)
120
131
ip6tables_multi_OBJECTS = $(am_ip6tables_multi_OBJECTS)
121
 
am__DEPENDENCIES_1 = libiptc/libiptc.la extensions/libext6.a \
122
 
        libxtables.la
123
 
ip6tables_multi_DEPENDENCIES = $(am__DEPENDENCIES_1)
124
 
am_ip6tables_restore_OBJECTS = ip6tables-restore.$(OBJEXT) \
125
 
        ip6tables.$(OBJEXT)
126
 
ip6tables_restore_OBJECTS = $(am_ip6tables_restore_OBJECTS)
127
 
ip6tables_restore_DEPENDENCIES = $(am__DEPENDENCIES_1)
128
 
am_ip6tables_save_OBJECTS = ip6tables-save.$(OBJEXT) \
129
 
        ip6tables.$(OBJEXT)
130
 
ip6tables_save_OBJECTS = $(am_ip6tables_save_OBJECTS)
131
 
ip6tables_save_DEPENDENCIES = $(am__DEPENDENCIES_1)
132
 
am__objects_1 = ip6tables_static-ip6tables-multi.$(OBJEXT) \
133
 
        ip6tables_static-ip6tables-save.$(OBJEXT) \
134
 
        ip6tables_static-ip6tables-restore.$(OBJEXT) \
135
 
        ip6tables_static-ip6tables-standalone.$(OBJEXT) \
136
 
        ip6tables_static-ip6tables.$(OBJEXT)
137
 
am_ip6tables_static_OBJECTS = $(am__objects_1) \
138
 
        ip6tables_static-xtables.$(OBJEXT)
139
 
ip6tables_static_OBJECTS = $(am_ip6tables_static_OBJECTS)
140
 
ip6tables_static_DEPENDENCIES = libiptc/libiptc.la \
141
 
        extensions/libext6.a
142
 
am_iptables_OBJECTS = iptables-standalone.$(OBJEXT) iptables.$(OBJEXT)
143
 
iptables_OBJECTS = $(am_iptables_OBJECTS)
144
 
iptables_DEPENDENCIES = libiptc/libiptc.la extensions/libext4.a \
145
 
        libxtables.la
 
132
ip6tables_multi_DEPENDENCIES = libiptc/libip6tc.la \
 
133
        extensions/libext6.a libxtables.la
 
134
ip6tables_multi_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
135
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(ip6tables_multi_CFLAGS) \
 
136
        $(CFLAGS) $(ip6tables_multi_LDFLAGS) $(LDFLAGS) -o $@
146
137
am_iptables_multi_OBJECTS = iptables_multi-iptables-multi.$(OBJEXT) \
147
138
        iptables_multi-iptables-save.$(OBJEXT) \
148
139
        iptables_multi-iptables-restore.$(OBJEXT) \
149
140
        iptables_multi-iptables-xml.$(OBJEXT) \
150
141
        iptables_multi-iptables-standalone.$(OBJEXT) \
151
 
        iptables_multi-iptables.$(OBJEXT)
 
142
        iptables_multi-iptables.$(OBJEXT) \
 
143
        iptables_multi-xshared.$(OBJEXT)
152
144
iptables_multi_OBJECTS = $(am_iptables_multi_OBJECTS)
153
 
am__DEPENDENCIES_2 = libiptc/libiptc.la extensions/libext4.a \
 
145
iptables_multi_DEPENDENCIES = libiptc/libip4tc.la extensions/libext4.a \
154
146
        libxtables.la
155
 
iptables_multi_DEPENDENCIES = $(am__DEPENDENCIES_2)
156
 
am_iptables_restore_OBJECTS = iptables-restore.$(OBJEXT) \
157
 
        iptables.$(OBJEXT)
158
 
iptables_restore_OBJECTS = $(am_iptables_restore_OBJECTS)
159
 
iptables_restore_DEPENDENCIES = $(am__DEPENDENCIES_2)
160
 
am_iptables_save_OBJECTS = iptables-save.$(OBJEXT) iptables.$(OBJEXT)
161
 
iptables_save_OBJECTS = $(am_iptables_save_OBJECTS)
162
 
iptables_save_DEPENDENCIES = $(am__DEPENDENCIES_2)
163
 
am__objects_2 = iptables_static-iptables-multi.$(OBJEXT) \
164
 
        iptables_static-iptables-save.$(OBJEXT) \
165
 
        iptables_static-iptables-restore.$(OBJEXT) \
166
 
        iptables_static-iptables-xml.$(OBJEXT) \
167
 
        iptables_static-iptables-standalone.$(OBJEXT) \
168
 
        iptables_static-iptables.$(OBJEXT)
169
 
am_iptables_static_OBJECTS = $(am__objects_2) \
170
 
        iptables_static-xtables.$(OBJEXT)
171
 
iptables_static_OBJECTS = $(am_iptables_static_OBJECTS)
172
 
iptables_static_DEPENDENCIES = libiptc/libiptc.la extensions/libext4.a
173
 
am_iptables_xml_OBJECTS = iptables-xml.$(OBJEXT)
174
 
iptables_xml_OBJECTS = $(am_iptables_xml_OBJECTS)
175
 
iptables_xml_DEPENDENCIES = libxtables.la
176
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
147
iptables_multi_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
148
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(iptables_multi_CFLAGS) \
 
149
        $(CFLAGS) $(iptables_multi_LDFLAGS) $(LDFLAGS) -o $@
 
150
DEFAULT_INCLUDES = -I.@am__isrc@
177
151
depcomp = $(SHELL) $(top_srcdir)/depcomp
178
152
am__depfiles_maybe = depfiles
 
153
am__mv = mv -f
179
154
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
180
155
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
181
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
182
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
183
 
        $(AM_CFLAGS) $(CFLAGS)
 
156
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
157
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
158
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
184
159
CCLD = $(CC)
185
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
187
 
SOURCES = $(libiptc_libiptc_la_SOURCES) $(libxtables_la_SOURCES) \
188
 
        $(ip6tables_SOURCES) $(ip6tables_multi_SOURCES) \
189
 
        $(ip6tables_restore_SOURCES) $(ip6tables_save_SOURCES) \
190
 
        $(ip6tables_static_SOURCES) $(iptables_SOURCES) \
191
 
        $(iptables_multi_SOURCES) $(iptables_restore_SOURCES) \
192
 
        $(iptables_save_SOURCES) $(iptables_static_SOURCES) \
193
 
        $(iptables_xml_SOURCES)
194
 
DIST_SOURCES = $(libiptc_libiptc_la_SOURCES) $(libxtables_la_SOURCES) \
195
 
        $(ip6tables_SOURCES) $(ip6tables_multi_SOURCES) \
196
 
        $(ip6tables_restore_SOURCES) $(ip6tables_save_SOURCES) \
197
 
        $(ip6tables_static_SOURCES) $(iptables_SOURCES) \
198
 
        $(iptables_multi_SOURCES) $(iptables_restore_SOURCES) \
199
 
        $(iptables_save_SOURCES) $(iptables_static_SOURCES) \
200
 
        $(iptables_xml_SOURCES)
 
160
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
161
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
162
        $(LDFLAGS) -o $@
 
163
SOURCES = $(libiptc_libip4tc_la_SOURCES) \
 
164
        $(libiptc_libip6tc_la_SOURCES) $(libiptc_libiptc_la_SOURCES) \
 
165
        $(libxtables_la_SOURCES) $(ip6tables_multi_SOURCES) \
 
166
        $(iptables_multi_SOURCES)
 
167
DIST_SOURCES = $(libiptc_libip4tc_la_SOURCES) \
 
168
        $(libiptc_libip6tc_la_SOURCES) $(libiptc_libiptc_la_SOURCES) \
 
169
        $(libxtables_la_SOURCES) $(ip6tables_multi_SOURCES) \
 
170
        $(iptables_multi_SOURCES)
201
171
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
202
172
        html-recursive info-recursive install-data-recursive \
203
 
        install-exec-recursive install-info-recursive \
204
 
        install-recursive installcheck-recursive installdirs-recursive \
205
 
        pdf-recursive ps-recursive uninstall-info-recursive \
206
 
        uninstall-recursive
 
173
        install-dvi-recursive install-exec-recursive \
 
174
        install-html-recursive install-info-recursive \
 
175
        install-pdf-recursive install-ps-recursive install-recursive \
 
176
        installcheck-recursive installdirs-recursive pdf-recursive \
 
177
        ps-recursive uninstall-recursive
207
178
man8dir = $(mandir)/man8
208
179
NROFF = nroff
209
180
MANS = $(man_MANS)
210
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
211
181
DATA = $(pkgconfig_DATA)
 
182
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
183
  distclean-recursive maintainer-clean-recursive
 
184
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
185
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
186
        distdir dist dist-all distcheck
212
187
ETAGS = etags
213
188
CTAGS = ctags
214
 
DIST_SUBDIRS = extensions include libipq
 
189
DIST_SUBDIRS = extensions include libipq utils
215
190
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216
191
distdir = $(PACKAGE)-$(VERSION)
217
192
top_distdir = $(distdir)
218
193
am__remove_distdir = \
219
 
  { test ! -d $(distdir) \
220
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
221
 
         && rm -fr $(distdir); }; }
 
194
  { test ! -d "$(distdir)" \
 
195
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
196
         && rm -fr "$(distdir)"; }; }
 
197
am__relativize = \
 
198
  dir0=`pwd`; \
 
199
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
200
  sed_rest='s,^[^/]*/*,,'; \
 
201
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
202
  sed_butlast='s,/*[^/]*$$,,'; \
 
203
  while test -n "$$dir1"; do \
 
204
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
205
    if test "$$first" != "."; then \
 
206
      if test "$$first" = ".."; then \
 
207
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
208
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
209
      else \
 
210
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
211
        if test "$$first2" = "$$first"; then \
 
212
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
213
        else \
 
214
          dir2="../$$dir2"; \
 
215
        fi; \
 
216
        dir0="$$dir0"/"$$first"; \
 
217
      fi; \
 
218
    fi; \
 
219
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
220
  done; \
 
221
  reldir="$$dir2"
222
222
DIST_ARCHIVES = $(distdir).tar.gz
223
223
GZIP_ENV = --best
224
224
distuninstallcheck_listfiles = find . -type f -print
225
225
distcleancheck_listfiles = find . -type f -print
 
226
pkgdatadir = @pkgdatadir@
226
227
ACLOCAL = @ACLOCAL@
227
 
AMDEP_FALSE = @AMDEP_FALSE@
228
 
AMDEP_TRUE = @AMDEP_TRUE@
229
228
AMTAR = @AMTAR@
230
229
AR = @AR@
231
230
AUTOCONF = @AUTOCONF@
246
245
ECHO_N = @ECHO_N@
247
246
ECHO_T = @ECHO_T@
248
247
EGREP = @EGREP@
249
 
ENABLE_DEVEL_FALSE = @ENABLE_DEVEL_FALSE@
250
 
ENABLE_DEVEL_TRUE = @ENABLE_DEVEL_TRUE@
251
 
ENABLE_IPV4_FALSE = @ENABLE_IPV4_FALSE@
252
 
ENABLE_IPV4_TRUE = @ENABLE_IPV4_TRUE@
253
 
ENABLE_IPV6_FALSE = @ENABLE_IPV6_FALSE@
254
 
ENABLE_IPV6_TRUE = @ENABLE_IPV6_TRUE@
255
 
ENABLE_LIBIPQ_FALSE = @ENABLE_LIBIPQ_FALSE@
256
 
ENABLE_LIBIPQ_TRUE = @ENABLE_LIBIPQ_TRUE@
257
 
ENABLE_SHARED_FALSE = @ENABLE_SHARED_FALSE@
258
 
ENABLE_SHARED_TRUE = @ENABLE_SHARED_TRUE@
259
 
ENABLE_STATIC_FALSE = @ENABLE_STATIC_FALSE@
260
 
ENABLE_STATIC_TRUE = @ENABLE_STATIC_TRUE@
261
248
EXEEXT = @EXEEXT@
262
249
FGREP = @FGREP@
263
250
GREP = @GREP@
 
251
INSTALL = @INSTALL@
264
252
INSTALL_DATA = @INSTALL_DATA@
265
253
INSTALL_PROGRAM = @INSTALL_PROGRAM@
266
254
INSTALL_SCRIPT = @INSTALL_SCRIPT@
274
262
LN_S = @LN_S@
275
263
LTLIBOBJS = @LTLIBOBJS@
276
264
MAKEINFO = @MAKEINFO@
 
265
MKDIR_P = @MKDIR_P@
277
266
NM = @NM@
278
267
NMEDIT = @NMEDIT@
279
268
OBJDUMP = @OBJDUMP@
285
274
PACKAGE_NAME = @PACKAGE_NAME@
286
275
PACKAGE_STRING = @PACKAGE_STRING@
287
276
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
277
PACKAGE_URL = @PACKAGE_URL@
288
278
PACKAGE_VERSION = @PACKAGE_VERSION@
289
279
PATH_SEPARATOR = @PATH_SEPARATOR@
 
280
PKG_CONFIG = @PKG_CONFIG@
 
281
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
282
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
290
283
RANLIB = @RANLIB@
291
284
SED = @SED@
292
285
SET_MAKE = @SET_MAKE@
293
286
SHELL = @SHELL@
294
287
STRIP = @STRIP@
295
288
VERSION = @VERSION@
 
289
abs_builddir = @abs_builddir@
 
290
abs_srcdir = @abs_srcdir@
 
291
abs_top_builddir = @abs_top_builddir@
 
292
abs_top_srcdir = @abs_top_srcdir@
296
293
ac_ct_CC = @ac_ct_CC@
297
294
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
298
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
299
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
300
295
am__include = @am__include@
301
296
am__leading_dot = @am__leading_dot@
302
297
am__quote = @am__quote@
309
304
build_cpu = @build_cpu@
310
305
build_os = @build_os@
311
306
build_vendor = @build_vendor@
 
307
builddir = @builddir@
312
308
datadir = @datadir@
313
309
datarootdir = @datarootdir@
314
310
docdir = @docdir@
328
324
ksourcedir = @ksourcedir@
329
325
libdir = @libdir@
330
326
libexecdir = @libexecdir@
 
327
libiptc_LDFLAGS2 = @libiptc_LDFLAGS2@
 
328
libnfnetlink_CFLAGS = @libnfnetlink_CFLAGS@
 
329
libnfnetlink_LIBS = @libnfnetlink_LIBS@
331
330
libxtables_vage = @libxtables_vage@
332
331
libxtables_vcurrent = @libxtables_vcurrent@
333
332
libxtables_vmajor = @libxtables_vmajor@
345
344
regular_CFLAGS = @regular_CFLAGS@
346
345
sbindir = @sbindir@
347
346
sharedstatedir = @sharedstatedir@
 
347
srcdir = @srcdir@
348
348
sysconfdir = @sysconfdir@
349
349
target_alias = @target_alias@
 
350
top_build_prefix = @top_build_prefix@
 
351
top_builddir = @top_builddir@
 
352
top_srcdir = @top_srcdir@
350
353
xtlibdir = @xtlibdir@
351
354
ACLOCAL_AMFLAGS = -I m4
352
355
AUTOMAKE_OPTIONS = foreign subdir-objects
353
356
AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include ${kinclude_CFLAGS}
354
 
SUBDIRS = extensions $(am__append_1) $(am__append_2)
 
357
SUBDIRS = extensions $(am__append_1) $(am__append_2) $(am__append_3)
355
358
 
356
359
# libiptc
357
 
lib_LTLIBRARIES = libiptc/libiptc.la libxtables.la
358
 
libiptc_libiptc_la_SOURCES = libiptc/libip4tc.c libiptc/libip6tc.c
359
 
libiptc_libiptc_la_LDFLAGS = -version-info 0:0:0
 
360
lib_LTLIBRARIES = libiptc/libip4tc.la libiptc/libip6tc.la \
 
361
        libiptc/libiptc.la libxtables.la
 
362
libiptc_libiptc_la_SOURCES = 
 
363
libiptc_libiptc_la_LIBADD = libiptc/libip4tc.la libiptc/libip6tc.la
 
364
libiptc_libiptc_la_LDFLAGS = -version-info 0:0:0 ${libiptc_LDFLAGS2}
 
365
libiptc_libip4tc_la_SOURCES = libiptc/libip4tc.c
 
366
libiptc_libip4tc_la_LDFLAGS = -version-info 0:0:0
 
367
libiptc_libip6tc_la_SOURCES = libiptc/libip6tc.c
 
368
libiptc_libip6tc_la_LDFLAGS = -version-info 0:0:0 ${libiptc_LDFLAGS2}
360
369
libxtables_la_SOURCES = xtables.c
361
370
libxtables_la_LDFLAGS = -version-info ${libxtables_vcurrent}:0:${libxtables_vage}
362
 
libxtables_la_LIBADD = -ldl
363
 
 
364
 
# iptables, dynamic
365
 
iptables_SOURCES = iptables-standalone.c iptables.c
366
 
iptables_LDFLAGS = -rdynamic
367
 
iptables_LDADD = libiptc/libiptc.la extensions/libext4.a libxtables.la -lm
368
 
iptables_xml_LDADD = libxtables.la
 
371
@ENABLE_SHARED_FALSE@libxtables_la_CFLAGS = ${AM_CFLAGS} -DNO_SHARED_LIBS=1
 
372
@ENABLE_SHARED_TRUE@libxtables_la_CFLAGS = ${AM_CFLAGS}
 
373
@ENABLE_SHARED_FALSE@libxtables_la_LIBADD = 
 
374
@ENABLE_SHARED_TRUE@libxtables_la_LIBADD = -ldl
369
375
iptables_multi_SOURCES = iptables-multi.c iptables-save.c \
370
376
                            iptables-restore.c iptables-xml.c \
371
 
                            iptables-standalone.c iptables.c
372
 
 
373
 
iptables_multi_CFLAGS = ${AM_CFLAGS} -DIPTABLES_MULTI
374
 
iptables_multi_LDFLAGS = ${iptables_LDFLAGS}
375
 
iptables_multi_LDADD = ${iptables_LDADD}
376
 
iptables_restore_SOURCES = iptables-restore.c iptables.c
377
 
iptables_restore_LDFLAGS = ${iptables_LDFLAGS}
378
 
iptables_restore_LDADD = ${iptables_LDADD}
379
 
iptables_save_SOURCES = iptables-save.c iptables.c
380
 
iptables_save_LDFLAGS = ${iptables_LDFLAGS}
381
 
iptables_save_LDADD = ${iptables_LDADD}
382
 
 
383
 
# iptables-multi, semi-static
384
 
iptables_static_SOURCES = ${iptables_multi_SOURCES} xtables.c
385
 
iptables_static_CFLAGS = ${iptables_multi_CFLAGS} -DNO_SHARED_LIBS=1
386
 
iptables_static_LDADD = libiptc/libiptc.la extensions/libext4.a -lm
387
 
iptables_xml_SOURCES = iptables-xml.c
388
 
 
389
 
# ip6tables, dynamic
390
 
ip6tables_SOURCES = ip6tables-standalone.c ip6tables.c
391
 
ip6tables_LDFLAGS = -rdynamic
392
 
ip6tables_LDADD = libiptc/libiptc.la extensions/libext6.a libxtables.la -lm
 
377
                            iptables-standalone.c iptables.c xshared.c
 
378
 
 
379
iptables_multi_CFLAGS = ${AM_CFLAGS} -DIPTABLES_MULTI $(am__append_4)
 
380
iptables_multi_LDFLAGS = -rdynamic
 
381
iptables_multi_LDADD = libiptc/libip4tc.la extensions/libext4.a libxtables.la -lm
393
382
ip6tables_multi_SOURCES = ip6tables-multi.c ip6tables-save.c \
394
383
                            ip6tables-restore.c ip6tables-standalone.c \
395
 
                            ip6tables.c
396
 
 
397
 
ip6tables_multi_CFLAGS = ${AM_CFLAGS} -DIPTABLES_MULTI
398
 
ip6tables_multi_LDFLAGS = ${ip6tables_LDFLAGS}
399
 
ip6tables_multi_LDADD = ${ip6tables_LDADD}
400
 
ip6tables_restore_SOURCES = ip6tables-restore.c ip6tables.c
401
 
ip6tables_restore_LDFLAGS = ${ip6tables_LDFLAGS}
402
 
ip6tables_restore_LDADD = ${ip6tables_LDADD}
403
 
ip6tables_save_SOURCES = ip6tables-save.c ip6tables.c
404
 
ip6tables_save_LDFLAGS = ${ip6tables_LDFLAGS}
405
 
ip6tables_save_LDADD = ${ip6tables_LDADD}
406
 
 
407
 
# iptables-multi, semi-static
408
 
ip6tables_static_SOURCES = ${ip6tables_multi_SOURCES} xtables.c
409
 
ip6tables_static_CFLAGS = ${ip6tables_multi_CFLAGS} -DNO_SHARED_LIBS=1
410
 
ip6tables_static_LDADD = libiptc/libiptc.la extensions/libext6.a -lm
 
384
                            ip6tables.c xshared.c
 
385
 
 
386
ip6tables_multi_CFLAGS = ${AM_CFLAGS} -DIPTABLES_MULTI $(am__append_5)
 
387
ip6tables_multi_LDFLAGS = -rdynamic
 
388
ip6tables_multi_LDADD = libiptc/libip6tc.la extensions/libext6.a libxtables.la -lm
411
389
man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \
412
390
                   iptables-xml.8 ip6tables.8 ip6tables-restore.8 \
413
391
                   ip6tables-save.8
414
392
 
415
393
CLEANFILES = iptables.8 ip6tables.8
 
394
@ENABLE_IPV4_TRUE@v4_bin_links = iptables-xml
 
395
@ENABLE_IPV4_TRUE@v4_sbin_links = iptables iptables-restore iptables-save
 
396
@ENABLE_IPV6_TRUE@v6_sbin_links = ip6tables ip6tables-restore ip6tables-save
416
397
pkgconfig_DATA = libiptc.pc xtables.pc
417
398
all: config.h
418
399
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
425
406
        @for dep in $?; do \
426
407
          case '$(am__configure_deps)' in \
427
408
            *$$dep*) \
428
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
429
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
409
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
410
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
430
411
                && exit 0; \
431
412
              exit 1;; \
432
413
          esac; \
433
414
        done; \
434
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
435
 
        cd $(top_srcdir) && \
436
 
          $(AUTOMAKE) --foreign  Makefile
 
415
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
416
        $(am__cd) $(top_srcdir) && \
 
417
          $(AUTOMAKE) --foreign Makefile
437
418
.PRECIOUS: Makefile
438
419
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
439
420
        @case '$?' in \
449
430
        $(SHELL) ./config.status --recheck
450
431
 
451
432
$(top_srcdir)/configure:  $(am__configure_deps)
452
 
        cd $(srcdir) && $(AUTOCONF)
 
433
        $(am__cd) $(srcdir) && $(AUTOCONF)
453
434
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
454
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
435
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
436
$(am__aclocal_m4_deps):
455
437
 
456
438
config.h: stamp-h1
457
439
        @if test ! -f $@; then \
458
440
          rm -f stamp-h1; \
459
 
          $(MAKE) stamp-h1; \
 
441
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
460
442
        else :; fi
461
443
 
462
444
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
463
445
        @rm -f stamp-h1
464
446
        cd $(top_builddir) && $(SHELL) ./config.status config.h
465
447
$(srcdir)/config.h.in:  $(am__configure_deps) 
466
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
448
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
467
449
        rm -f stamp-h1
468
450
        touch $@
469
451
 
479
461
        cd $(top_builddir) && $(SHELL) ./config.status $@
480
462
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
481
463
        @$(NORMAL_INSTALL)
482
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
483
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
464
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
465
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
466
        list2=; for p in $$list; do \
484
467
          if test -f $$p; then \
485
 
            f=$(am__strip_dir) \
486
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
487
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
468
            list2="$$list2 $$p"; \
488
469
          else :; fi; \
489
 
        done
 
470
        done; \
 
471
        test -z "$$list2" || { \
 
472
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
473
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
474
        }
490
475
 
491
476
uninstall-libLTLIBRARIES:
492
477
        @$(NORMAL_UNINSTALL)
493
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
494
 
          p=$(am__strip_dir) \
495
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
496
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
478
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
479
        for p in $$list; do \
 
480
          $(am__strip_dir) \
 
481
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
482
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
497
483
        done
498
484
 
499
485
clean-libLTLIBRARIES:
505
491
          rm -f "$${dir}/so_locations"; \
506
492
        done
507
493
libiptc/$(am__dirstamp):
508
 
        @$(mkdir_p) libiptc
 
494
        @$(MKDIR_P) libiptc
509
495
        @: > libiptc/$(am__dirstamp)
510
496
libiptc/$(DEPDIR)/$(am__dirstamp):
511
 
        @$(mkdir_p) libiptc/$(DEPDIR)
 
497
        @$(MKDIR_P) libiptc/$(DEPDIR)
512
498
        @: > libiptc/$(DEPDIR)/$(am__dirstamp)
513
499
libiptc/libip4tc.lo: libiptc/$(am__dirstamp) \
514
500
        libiptc/$(DEPDIR)/$(am__dirstamp)
 
501
libiptc/libip4tc.la: $(libiptc_libip4tc_la_OBJECTS) $(libiptc_libip4tc_la_DEPENDENCIES) libiptc/$(am__dirstamp)
 
502
        $(libiptc_libip4tc_la_LINK) -rpath $(libdir) $(libiptc_libip4tc_la_OBJECTS) $(libiptc_libip4tc_la_LIBADD) $(LIBS)
515
503
libiptc/libip6tc.lo: libiptc/$(am__dirstamp) \
516
504
        libiptc/$(DEPDIR)/$(am__dirstamp)
 
505
libiptc/libip6tc.la: $(libiptc_libip6tc_la_OBJECTS) $(libiptc_libip6tc_la_DEPENDENCIES) libiptc/$(am__dirstamp)
 
506
        $(libiptc_libip6tc_la_LINK) -rpath $(libdir) $(libiptc_libip6tc_la_OBJECTS) $(libiptc_libip6tc_la_LIBADD) $(LIBS)
517
507
libiptc/libiptc.la: $(libiptc_libiptc_la_OBJECTS) $(libiptc_libiptc_la_DEPENDENCIES) libiptc/$(am__dirstamp)
518
 
        $(LINK) -rpath $(libdir) $(libiptc_libiptc_la_LDFLAGS) $(libiptc_libiptc_la_OBJECTS) $(libiptc_libiptc_la_LIBADD) $(LIBS)
 
508
        $(libiptc_libiptc_la_LINK) -rpath $(libdir) $(libiptc_libiptc_la_OBJECTS) $(libiptc_libiptc_la_LIBADD) $(LIBS)
519
509
libxtables.la: $(libxtables_la_OBJECTS) $(libxtables_la_DEPENDENCIES) 
520
 
        $(LINK) -rpath $(libdir) $(libxtables_la_LDFLAGS) $(libxtables_la_OBJECTS) $(libxtables_la_LIBADD) $(LIBS)
521
 
install-binPROGRAMS: $(bin_PROGRAMS)
522
 
        @$(NORMAL_INSTALL)
523
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
524
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
525
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
526
 
          if test -f $$p \
527
 
             || test -f $$p1 \
528
 
          ; then \
529
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
530
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
531
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
532
 
          else :; fi; \
533
 
        done
534
 
 
535
 
uninstall-binPROGRAMS:
536
 
        @$(NORMAL_UNINSTALL)
537
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
538
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
539
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
540
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
541
 
        done
542
 
 
543
 
clean-binPROGRAMS:
544
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
545
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
546
 
          echo " rm -f $$p $$f"; \
547
 
          rm -f $$p $$f ; \
548
 
        done
549
 
 
550
 
clean-noinstPROGRAMS:
551
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
552
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
553
 
          echo " rm -f $$p $$f"; \
554
 
          rm -f $$p $$f ; \
555
 
        done
 
510
        $(libxtables_la_LINK) -rpath $(libdir) $(libxtables_la_OBJECTS) $(libxtables_la_LIBADD) $(LIBS)
556
511
install-sbinPROGRAMS: $(sbin_PROGRAMS)
557
512
        @$(NORMAL_INSTALL)
558
 
        test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
559
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
560
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
561
 
          if test -f $$p \
562
 
             || test -f $$p1 \
563
 
          ; then \
564
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
565
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
566
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
567
 
          else :; fi; \
568
 
        done
 
513
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
 
514
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
515
        for p in $$list; do echo "$$p $$p"; done | \
 
516
        sed 's/$(EXEEXT)$$//' | \
 
517
        while read p p1; do if test -f $$p || test -f $$p1; \
 
518
          then echo "$$p"; echo "$$p"; else :; fi; \
 
519
        done | \
 
520
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
521
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
522
        sed 'N;N;N;s,\n, ,g' | \
 
523
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
524
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
525
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
526
            else { print "f", $$3 "/" $$4, $$1; } } \
 
527
          END { for (d in files) print "f", d, files[d] }' | \
 
528
        while read type dir files; do \
 
529
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
530
            test -z "$$files" || { \
 
531
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
 
532
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
 
533
            } \
 
534
        ; done
569
535
 
570
536
uninstall-sbinPROGRAMS:
571
537
        @$(NORMAL_UNINSTALL)
572
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
573
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
574
 
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
575
 
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
576
 
        done
 
538
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
 
539
        files=`for p in $$list; do echo "$$p"; done | \
 
540
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
541
              -e 's/$$/$(EXEEXT)/' `; \
 
542
        test -n "$$list" || exit 0; \
 
543
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
 
544
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
577
545
 
578
546
clean-sbinPROGRAMS:
579
 
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
580
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
581
 
          echo " rm -f $$p $$f"; \
582
 
          rm -f $$p $$f ; \
583
 
        done
584
 
ip6tables$(EXEEXT): $(ip6tables_OBJECTS) $(ip6tables_DEPENDENCIES) 
585
 
        @rm -f ip6tables$(EXEEXT)
586
 
        $(LINK) $(ip6tables_LDFLAGS) $(ip6tables_OBJECTS) $(ip6tables_LDADD) $(LIBS)
 
547
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
548
        echo " rm -f" $$list; \
 
549
        rm -f $$list || exit $$?; \
 
550
        test -n "$(EXEEXT)" || exit 0; \
 
551
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
552
        echo " rm -f" $$list; \
 
553
        rm -f $$list
587
554
ip6tables-multi$(EXEEXT): $(ip6tables_multi_OBJECTS) $(ip6tables_multi_DEPENDENCIES) 
588
555
        @rm -f ip6tables-multi$(EXEEXT)
589
 
        $(LINK) $(ip6tables_multi_LDFLAGS) $(ip6tables_multi_OBJECTS) $(ip6tables_multi_LDADD) $(LIBS)
590
 
ip6tables-restore$(EXEEXT): $(ip6tables_restore_OBJECTS) $(ip6tables_restore_DEPENDENCIES) 
591
 
        @rm -f ip6tables-restore$(EXEEXT)
592
 
        $(LINK) $(ip6tables_restore_LDFLAGS) $(ip6tables_restore_OBJECTS) $(ip6tables_restore_LDADD) $(LIBS)
593
 
ip6tables-save$(EXEEXT): $(ip6tables_save_OBJECTS) $(ip6tables_save_DEPENDENCIES) 
594
 
        @rm -f ip6tables-save$(EXEEXT)
595
 
        $(LINK) $(ip6tables_save_LDFLAGS) $(ip6tables_save_OBJECTS) $(ip6tables_save_LDADD) $(LIBS)
596
 
ip6tables-static$(EXEEXT): $(ip6tables_static_OBJECTS) $(ip6tables_static_DEPENDENCIES) 
597
 
        @rm -f ip6tables-static$(EXEEXT)
598
 
        $(LINK) $(ip6tables_static_LDFLAGS) $(ip6tables_static_OBJECTS) $(ip6tables_static_LDADD) $(LIBS)
599
 
iptables$(EXEEXT): $(iptables_OBJECTS) $(iptables_DEPENDENCIES) 
600
 
        @rm -f iptables$(EXEEXT)
601
 
        $(LINK) $(iptables_LDFLAGS) $(iptables_OBJECTS) $(iptables_LDADD) $(LIBS)
 
556
        $(ip6tables_multi_LINK) $(ip6tables_multi_OBJECTS) $(ip6tables_multi_LDADD) $(LIBS)
602
557
iptables-multi$(EXEEXT): $(iptables_multi_OBJECTS) $(iptables_multi_DEPENDENCIES) 
603
558
        @rm -f iptables-multi$(EXEEXT)
604
 
        $(LINK) $(iptables_multi_LDFLAGS) $(iptables_multi_OBJECTS) $(iptables_multi_LDADD) $(LIBS)
605
 
iptables-restore$(EXEEXT): $(iptables_restore_OBJECTS) $(iptables_restore_DEPENDENCIES) 
606
 
        @rm -f iptables-restore$(EXEEXT)
607
 
        $(LINK) $(iptables_restore_LDFLAGS) $(iptables_restore_OBJECTS) $(iptables_restore_LDADD) $(LIBS)
608
 
iptables-save$(EXEEXT): $(iptables_save_OBJECTS) $(iptables_save_DEPENDENCIES) 
609
 
        @rm -f iptables-save$(EXEEXT)
610
 
        $(LINK) $(iptables_save_LDFLAGS) $(iptables_save_OBJECTS) $(iptables_save_LDADD) $(LIBS)
611
 
iptables-static$(EXEEXT): $(iptables_static_OBJECTS) $(iptables_static_DEPENDENCIES) 
612
 
        @rm -f iptables-static$(EXEEXT)
613
 
        $(LINK) $(iptables_static_LDFLAGS) $(iptables_static_OBJECTS) $(iptables_static_LDADD) $(LIBS)
614
 
iptables-xml$(EXEEXT): $(iptables_xml_OBJECTS) $(iptables_xml_DEPENDENCIES) 
615
 
        @rm -f iptables-xml$(EXEEXT)
616
 
        $(LINK) $(iptables_xml_LDFLAGS) $(iptables_xml_OBJECTS) $(iptables_xml_LDADD) $(LIBS)
 
559
        $(iptables_multi_LINK) $(iptables_multi_OBJECTS) $(iptables_multi_LDADD) $(LIBS)
617
560
 
618
561
mostlyclean-compile:
619
562
        -rm -f *.$(OBJEXT)
625
568
distclean-compile:
626
569
        -rm -f *.tab.c
627
570
 
628
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables-restore.Po@am__quote@
629
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables-save.Po@am__quote@
630
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables-standalone.Po@am__quote@
631
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables.Po@am__quote@
632
571
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-multi.Po@am__quote@
633
572
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-restore.Po@am__quote@
634
573
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-save.Po@am__quote@
635
574
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Po@am__quote@
636
575
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables.Po@am__quote@
637
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-multi.Po@am__quote@
638
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-restore.Po@am__quote@
639
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-save.Po@am__quote@
640
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-standalone.Po@am__quote@
641
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables.Po@am__quote@
642
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-xtables.Po@am__quote@
643
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-restore.Po@am__quote@
644
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-save.Po@am__quote@
645
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-standalone.Po@am__quote@
646
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-xml.Po@am__quote@
647
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables.Po@am__quote@
 
576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-xshared.Po@am__quote@
648
577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-multi.Po@am__quote@
649
578
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-restore.Po@am__quote@
650
579
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-save.Po@am__quote@
651
580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-standalone.Po@am__quote@
652
581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-xml.Po@am__quote@
653
582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables.Po@am__quote@
654
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-multi.Po@am__quote@
655
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-restore.Po@am__quote@
656
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-save.Po@am__quote@
657
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-standalone.Po@am__quote@
658
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-xml.Po@am__quote@
659
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables.Po@am__quote@
660
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-xtables.Po@am__quote@
661
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtables.Plo@am__quote@
 
583
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-xshared.Po@am__quote@
 
584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxtables_la-xtables.Plo@am__quote@
662
585
@AMDEP_TRUE@@am__include@ @am__quote@libiptc/$(DEPDIR)/libip4tc.Plo@am__quote@
663
586
@AMDEP_TRUE@@am__include@ @am__quote@libiptc/$(DEPDIR)/libip6tc.Plo@am__quote@
664
587
 
665
588
.c.o:
666
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
667
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
668
 
@am__fastdepCC_TRUE@    then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
 
589
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
590
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
591
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
669
592
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
670
593
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671
594
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
672
595
 
673
596
.c.obj:
674
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
675
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
676
 
@am__fastdepCC_TRUE@    then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
 
597
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
598
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
599
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
677
600
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
678
601
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679
602
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
680
603
 
681
604
.c.lo:
682
 
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
683
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
684
 
@am__fastdepCC_TRUE@    then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
 
605
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
606
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
607
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
685
608
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
686
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
687
610
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
688
611
 
 
612
libxtables_la-xtables.lo: xtables.c
 
613
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtables_la_CFLAGS) $(CFLAGS) -MT libxtables_la-xtables.lo -MD -MP -MF $(DEPDIR)/libxtables_la-xtables.Tpo -c -o libxtables_la-xtables.lo `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c
 
614
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libxtables_la-xtables.Tpo $(DEPDIR)/libxtables_la-xtables.Plo
 
615
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='libxtables_la-xtables.lo' libtool=yes @AMDEPBACKSLASH@
 
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
617
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxtables_la_CFLAGS) $(CFLAGS) -c -o libxtables_la-xtables.lo `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c
 
618
 
689
619
ip6tables_multi-ip6tables-multi.o: ip6tables-multi.c
690
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-multi.o -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo" -c -o ip6tables_multi-ip6tables-multi.o `test -f 'ip6tables-multi.c' || echo '$(srcdir)/'`ip6tables-multi.c; \
691
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo"; exit 1; fi
 
620
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-multi.o -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo -c -o ip6tables_multi-ip6tables-multi.o `test -f 'ip6tables-multi.c' || echo '$(srcdir)/'`ip6tables-multi.c
 
621
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-multi.Po
692
622
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_multi-ip6tables-multi.o' libtool=no @AMDEPBACKSLASH@
693
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
694
624
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-multi.o `test -f 'ip6tables-multi.c' || echo '$(srcdir)/'`ip6tables-multi.c
695
625
 
696
626
ip6tables_multi-ip6tables-multi.obj: ip6tables-multi.c
697
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-multi.obj -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo" -c -o ip6tables_multi-ip6tables-multi.obj `if test -f 'ip6tables-multi.c'; then $(CYGPATH_W) 'ip6tables-multi.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-multi.c'; fi`; \
698
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo"; exit 1; fi
 
627
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-multi.obj -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo -c -o ip6tables_multi-ip6tables-multi.obj `if test -f 'ip6tables-multi.c'; then $(CYGPATH_W) 'ip6tables-multi.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-multi.c'; fi`
 
628
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-multi.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-multi.Po
699
629
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_multi-ip6tables-multi.obj' libtool=no @AMDEPBACKSLASH@
700
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
701
631
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-multi.obj `if test -f 'ip6tables-multi.c'; then $(CYGPATH_W) 'ip6tables-multi.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-multi.c'; fi`
702
632
 
703
633
ip6tables_multi-ip6tables-save.o: ip6tables-save.c
704
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-save.o -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo" -c -o ip6tables_multi-ip6tables-save.o `test -f 'ip6tables-save.c' || echo '$(srcdir)/'`ip6tables-save.c; \
705
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-save.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo"; exit 1; fi
 
634
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-save.o -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo -c -o ip6tables_multi-ip6tables-save.o `test -f 'ip6tables-save.c' || echo '$(srcdir)/'`ip6tables-save.c
 
635
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-save.Po
706
636
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_multi-ip6tables-save.o' libtool=no @AMDEPBACKSLASH@
707
637
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
708
638
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-save.o `test -f 'ip6tables-save.c' || echo '$(srcdir)/'`ip6tables-save.c
709
639
 
710
640
ip6tables_multi-ip6tables-save.obj: ip6tables-save.c
711
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-save.obj -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo" -c -o ip6tables_multi-ip6tables-save.obj `if test -f 'ip6tables-save.c'; then $(CYGPATH_W) 'ip6tables-save.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-save.c'; fi`; \
712
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-save.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo"; exit 1; fi
 
641
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-save.obj -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo -c -o ip6tables_multi-ip6tables-save.obj `if test -f 'ip6tables-save.c'; then $(CYGPATH_W) 'ip6tables-save.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-save.c'; fi`
 
642
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-save.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-save.Po
713
643
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_multi-ip6tables-save.obj' libtool=no @AMDEPBACKSLASH@
714
644
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
715
645
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-save.obj `if test -f 'ip6tables-save.c'; then $(CYGPATH_W) 'ip6tables-save.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-save.c'; fi`
716
646
 
717
647
ip6tables_multi-ip6tables-restore.o: ip6tables-restore.c
718
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-restore.o -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo" -c -o ip6tables_multi-ip6tables-restore.o `test -f 'ip6tables-restore.c' || echo '$(srcdir)/'`ip6tables-restore.c; \
719
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo"; exit 1; fi
 
648
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-restore.o -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo -c -o ip6tables_multi-ip6tables-restore.o `test -f 'ip6tables-restore.c' || echo '$(srcdir)/'`ip6tables-restore.c
 
649
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-restore.Po
720
650
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_multi-ip6tables-restore.o' libtool=no @AMDEPBACKSLASH@
721
651
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
722
652
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-restore.o `test -f 'ip6tables-restore.c' || echo '$(srcdir)/'`ip6tables-restore.c
723
653
 
724
654
ip6tables_multi-ip6tables-restore.obj: ip6tables-restore.c
725
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-restore.obj -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo" -c -o ip6tables_multi-ip6tables-restore.obj `if test -f 'ip6tables-restore.c'; then $(CYGPATH_W) 'ip6tables-restore.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-restore.c'; fi`; \
726
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo"; exit 1; fi
 
655
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-restore.obj -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo -c -o ip6tables_multi-ip6tables-restore.obj `if test -f 'ip6tables-restore.c'; then $(CYGPATH_W) 'ip6tables-restore.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-restore.c'; fi`
 
656
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-restore.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-restore.Po
727
657
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_multi-ip6tables-restore.obj' libtool=no @AMDEPBACKSLASH@
728
658
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
729
659
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-restore.obj `if test -f 'ip6tables-restore.c'; then $(CYGPATH_W) 'ip6tables-restore.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-restore.c'; fi`
730
660
 
731
661
ip6tables_multi-ip6tables-standalone.o: ip6tables-standalone.c
732
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-standalone.o -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo" -c -o ip6tables_multi-ip6tables-standalone.o `test -f 'ip6tables-standalone.c' || echo '$(srcdir)/'`ip6tables-standalone.c; \
733
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo"; exit 1; fi
 
662
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-standalone.o -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo -c -o ip6tables_multi-ip6tables-standalone.o `test -f 'ip6tables-standalone.c' || echo '$(srcdir)/'`ip6tables-standalone.c
 
663
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-standalone.Po
734
664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_multi-ip6tables-standalone.o' libtool=no @AMDEPBACKSLASH@
735
665
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
736
666
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-standalone.o `test -f 'ip6tables-standalone.c' || echo '$(srcdir)/'`ip6tables-standalone.c
737
667
 
738
668
ip6tables_multi-ip6tables-standalone.obj: ip6tables-standalone.c
739
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-standalone.obj -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo" -c -o ip6tables_multi-ip6tables-standalone.obj `if test -f 'ip6tables-standalone.c'; then $(CYGPATH_W) 'ip6tables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-standalone.c'; fi`; \
740
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo"; exit 1; fi
 
669
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables-standalone.obj -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo -c -o ip6tables_multi-ip6tables-standalone.obj `if test -f 'ip6tables-standalone.c'; then $(CYGPATH_W) 'ip6tables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-standalone.c'; fi`
 
670
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables-standalone.Tpo $(DEPDIR)/ip6tables_multi-ip6tables-standalone.Po
741
671
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_multi-ip6tables-standalone.obj' libtool=no @AMDEPBACKSLASH@
742
672
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
743
673
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables-standalone.obj `if test -f 'ip6tables-standalone.c'; then $(CYGPATH_W) 'ip6tables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-standalone.c'; fi`
744
674
 
745
675
ip6tables_multi-ip6tables.o: ip6tables.c
746
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables.o -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables.Tpo" -c -o ip6tables_multi-ip6tables.o `test -f 'ip6tables.c' || echo '$(srcdir)/'`ip6tables.c; \
747
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables.Tpo"; exit 1; fi
 
676
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables.o -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables.Tpo -c -o ip6tables_multi-ip6tables.o `test -f 'ip6tables.c' || echo '$(srcdir)/'`ip6tables.c
 
677
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables.Tpo $(DEPDIR)/ip6tables_multi-ip6tables.Po
748
678
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_multi-ip6tables.o' libtool=no @AMDEPBACKSLASH@
749
679
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
750
680
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables.o `test -f 'ip6tables.c' || echo '$(srcdir)/'`ip6tables.c
751
681
 
752
682
ip6tables_multi-ip6tables.obj: ip6tables.c
753
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables.obj -MD -MP -MF "$(DEPDIR)/ip6tables_multi-ip6tables.Tpo" -c -o ip6tables_multi-ip6tables.obj `if test -f 'ip6tables.c'; then $(CYGPATH_W) 'ip6tables.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables.c'; fi`; \
754
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-ip6tables.Tpo" "$(DEPDIR)/ip6tables_multi-ip6tables.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-ip6tables.Tpo"; exit 1; fi
 
683
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-ip6tables.obj -MD -MP -MF $(DEPDIR)/ip6tables_multi-ip6tables.Tpo -c -o ip6tables_multi-ip6tables.obj `if test -f 'ip6tables.c'; then $(CYGPATH_W) 'ip6tables.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables.c'; fi`
 
684
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-ip6tables.Tpo $(DEPDIR)/ip6tables_multi-ip6tables.Po
755
685
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_multi-ip6tables.obj' libtool=no @AMDEPBACKSLASH@
756
686
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
757
687
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-ip6tables.obj `if test -f 'ip6tables.c'; then $(CYGPATH_W) 'ip6tables.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables.c'; fi`
758
688
 
759
 
ip6tables_static-ip6tables-multi.o: ip6tables-multi.c
760
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-multi.o -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-multi.Tpo" -c -o ip6tables_static-ip6tables-multi.o `test -f 'ip6tables-multi.c' || echo '$(srcdir)/'`ip6tables-multi.c; \
761
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-multi.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-multi.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-multi.Tpo"; exit 1; fi
762
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_static-ip6tables-multi.o' libtool=no @AMDEPBACKSLASH@
763
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
764
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-multi.o `test -f 'ip6tables-multi.c' || echo '$(srcdir)/'`ip6tables-multi.c
765
 
 
766
 
ip6tables_static-ip6tables-multi.obj: ip6tables-multi.c
767
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-multi.obj -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-multi.Tpo" -c -o ip6tables_static-ip6tables-multi.obj `if test -f 'ip6tables-multi.c'; then $(CYGPATH_W) 'ip6tables-multi.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-multi.c'; fi`; \
768
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-multi.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-multi.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-multi.Tpo"; exit 1; fi
769
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_static-ip6tables-multi.obj' libtool=no @AMDEPBACKSLASH@
770
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
771
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-multi.obj `if test -f 'ip6tables-multi.c'; then $(CYGPATH_W) 'ip6tables-multi.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-multi.c'; fi`
772
 
 
773
 
ip6tables_static-ip6tables-save.o: ip6tables-save.c
774
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-save.o -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-save.Tpo" -c -o ip6tables_static-ip6tables-save.o `test -f 'ip6tables-save.c' || echo '$(srcdir)/'`ip6tables-save.c; \
775
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-save.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-save.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-save.Tpo"; exit 1; fi
776
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_static-ip6tables-save.o' libtool=no @AMDEPBACKSLASH@
777
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
778
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-save.o `test -f 'ip6tables-save.c' || echo '$(srcdir)/'`ip6tables-save.c
779
 
 
780
 
ip6tables_static-ip6tables-save.obj: ip6tables-save.c
781
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-save.obj -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-save.Tpo" -c -o ip6tables_static-ip6tables-save.obj `if test -f 'ip6tables-save.c'; then $(CYGPATH_W) 'ip6tables-save.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-save.c'; fi`; \
782
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-save.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-save.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-save.Tpo"; exit 1; fi
783
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_static-ip6tables-save.obj' libtool=no @AMDEPBACKSLASH@
784
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
785
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-save.obj `if test -f 'ip6tables-save.c'; then $(CYGPATH_W) 'ip6tables-save.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-save.c'; fi`
786
 
 
787
 
ip6tables_static-ip6tables-restore.o: ip6tables-restore.c
788
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-restore.o -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-restore.Tpo" -c -o ip6tables_static-ip6tables-restore.o `test -f 'ip6tables-restore.c' || echo '$(srcdir)/'`ip6tables-restore.c; \
789
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-restore.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-restore.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-restore.Tpo"; exit 1; fi
790
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_static-ip6tables-restore.o' libtool=no @AMDEPBACKSLASH@
791
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-restore.o `test -f 'ip6tables-restore.c' || echo '$(srcdir)/'`ip6tables-restore.c
793
 
 
794
 
ip6tables_static-ip6tables-restore.obj: ip6tables-restore.c
795
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-restore.obj -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-restore.Tpo" -c -o ip6tables_static-ip6tables-restore.obj `if test -f 'ip6tables-restore.c'; then $(CYGPATH_W) 'ip6tables-restore.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-restore.c'; fi`; \
796
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-restore.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-restore.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-restore.Tpo"; exit 1; fi
797
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_static-ip6tables-restore.obj' libtool=no @AMDEPBACKSLASH@
798
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-restore.obj `if test -f 'ip6tables-restore.c'; then $(CYGPATH_W) 'ip6tables-restore.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-restore.c'; fi`
800
 
 
801
 
ip6tables_static-ip6tables-standalone.o: ip6tables-standalone.c
802
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-standalone.o -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Tpo" -c -o ip6tables_static-ip6tables-standalone.o `test -f 'ip6tables-standalone.c' || echo '$(srcdir)/'`ip6tables-standalone.c; \
803
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Tpo"; exit 1; fi
804
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_static-ip6tables-standalone.o' libtool=no @AMDEPBACKSLASH@
805
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-standalone.o `test -f 'ip6tables-standalone.c' || echo '$(srcdir)/'`ip6tables-standalone.c
807
 
 
808
 
ip6tables_static-ip6tables-standalone.obj: ip6tables-standalone.c
809
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables-standalone.obj -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Tpo" -c -o ip6tables_static-ip6tables-standalone.obj `if test -f 'ip6tables-standalone.c'; then $(CYGPATH_W) 'ip6tables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-standalone.c'; fi`; \
810
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables-standalone.Tpo"; exit 1; fi
811
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_static-ip6tables-standalone.obj' libtool=no @AMDEPBACKSLASH@
812
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
813
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables-standalone.obj `if test -f 'ip6tables-standalone.c'; then $(CYGPATH_W) 'ip6tables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables-standalone.c'; fi`
814
 
 
815
 
ip6tables_static-ip6tables.o: ip6tables.c
816
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables.o -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables.Tpo" -c -o ip6tables_static-ip6tables.o `test -f 'ip6tables.c' || echo '$(srcdir)/'`ip6tables.c; \
817
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables.Tpo"; exit 1; fi
818
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_static-ip6tables.o' libtool=no @AMDEPBACKSLASH@
819
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables.o `test -f 'ip6tables.c' || echo '$(srcdir)/'`ip6tables.c
821
 
 
822
 
ip6tables_static-ip6tables.obj: ip6tables.c
823
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-ip6tables.obj -MD -MP -MF "$(DEPDIR)/ip6tables_static-ip6tables.Tpo" -c -o ip6tables_static-ip6tables.obj `if test -f 'ip6tables.c'; then $(CYGPATH_W) 'ip6tables.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables.c'; fi`; \
824
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-ip6tables.Tpo" "$(DEPDIR)/ip6tables_static-ip6tables.Po"; else rm -f "$(DEPDIR)/ip6tables_static-ip6tables.Tpo"; exit 1; fi
825
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_static-ip6tables.obj' libtool=no @AMDEPBACKSLASH@
826
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
827
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-ip6tables.obj `if test -f 'ip6tables.c'; then $(CYGPATH_W) 'ip6tables.c'; else $(CYGPATH_W) '$(srcdir)/ip6tables.c'; fi`
828
 
 
829
 
ip6tables_static-xtables.o: xtables.c
830
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-xtables.o -MD -MP -MF "$(DEPDIR)/ip6tables_static-xtables.Tpo" -c -o ip6tables_static-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c; \
831
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-xtables.Tpo" "$(DEPDIR)/ip6tables_static-xtables.Po"; else rm -f "$(DEPDIR)/ip6tables_static-xtables.Tpo"; exit 1; fi
832
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='ip6tables_static-xtables.o' libtool=no @AMDEPBACKSLASH@
833
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
834
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c
835
 
 
836
 
ip6tables_static-xtables.obj: xtables.c
837
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -MT ip6tables_static-xtables.obj -MD -MP -MF "$(DEPDIR)/ip6tables_static-xtables.Tpo" -c -o ip6tables_static-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`; \
838
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_static-xtables.Tpo" "$(DEPDIR)/ip6tables_static-xtables.Po"; else rm -f "$(DEPDIR)/ip6tables_static-xtables.Tpo"; exit 1; fi
839
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='ip6tables_static-xtables.obj' libtool=no @AMDEPBACKSLASH@
840
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_static_CFLAGS) $(CFLAGS) -c -o ip6tables_static-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`
 
689
ip6tables_multi-xshared.o: xshared.c
 
690
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-xshared.o -MD -MP -MF $(DEPDIR)/ip6tables_multi-xshared.Tpo -c -o ip6tables_multi-xshared.o `test -f 'xshared.c' || echo '$(srcdir)/'`xshared.c
 
691
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-xshared.Tpo $(DEPDIR)/ip6tables_multi-xshared.Po
 
692
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xshared.c' object='ip6tables_multi-xshared.o' libtool=no @AMDEPBACKSLASH@
 
693
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
694
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-xshared.o `test -f 'xshared.c' || echo '$(srcdir)/'`xshared.c
 
695
 
 
696
ip6tables_multi-xshared.obj: xshared.c
 
697
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-xshared.obj -MD -MP -MF $(DEPDIR)/ip6tables_multi-xshared.Tpo -c -o ip6tables_multi-xshared.obj `if test -f 'xshared.c'; then $(CYGPATH_W) 'xshared.c'; else $(CYGPATH_W) '$(srcdir)/xshared.c'; fi`
 
698
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/ip6tables_multi-xshared.Tpo $(DEPDIR)/ip6tables_multi-xshared.Po
 
699
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xshared.c' object='ip6tables_multi-xshared.obj' libtool=no @AMDEPBACKSLASH@
 
700
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
701
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-xshared.obj `if test -f 'xshared.c'; then $(CYGPATH_W) 'xshared.c'; else $(CYGPATH_W) '$(srcdir)/xshared.c'; fi`
842
702
 
843
703
iptables_multi-iptables-multi.o: iptables-multi.c
844
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-multi.o -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-multi.Tpo" -c -o iptables_multi-iptables-multi.o `test -f 'iptables-multi.c' || echo '$(srcdir)/'`iptables-multi.c; \
845
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-multi.Tpo" "$(DEPDIR)/iptables_multi-iptables-multi.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-multi.Tpo"; exit 1; fi
 
704
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-multi.o -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-multi.Tpo -c -o iptables_multi-iptables-multi.o `test -f 'iptables-multi.c' || echo '$(srcdir)/'`iptables-multi.c
 
705
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-multi.Tpo $(DEPDIR)/iptables_multi-iptables-multi.Po
846
706
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_multi-iptables-multi.o' libtool=no @AMDEPBACKSLASH@
847
707
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848
708
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-multi.o `test -f 'iptables-multi.c' || echo '$(srcdir)/'`iptables-multi.c
849
709
 
850
710
iptables_multi-iptables-multi.obj: iptables-multi.c
851
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-multi.obj -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-multi.Tpo" -c -o iptables_multi-iptables-multi.obj `if test -f 'iptables-multi.c'; then $(CYGPATH_W) 'iptables-multi.c'; else $(CYGPATH_W) '$(srcdir)/iptables-multi.c'; fi`; \
852
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-multi.Tpo" "$(DEPDIR)/iptables_multi-iptables-multi.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-multi.Tpo"; exit 1; fi
 
711
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-multi.obj -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-multi.Tpo -c -o iptables_multi-iptables-multi.obj `if test -f 'iptables-multi.c'; then $(CYGPATH_W) 'iptables-multi.c'; else $(CYGPATH_W) '$(srcdir)/iptables-multi.c'; fi`
 
712
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-multi.Tpo $(DEPDIR)/iptables_multi-iptables-multi.Po
853
713
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_multi-iptables-multi.obj' libtool=no @AMDEPBACKSLASH@
854
714
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
855
715
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-multi.obj `if test -f 'iptables-multi.c'; then $(CYGPATH_W) 'iptables-multi.c'; else $(CYGPATH_W) '$(srcdir)/iptables-multi.c'; fi`
856
716
 
857
717
iptables_multi-iptables-save.o: iptables-save.c
858
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-save.o -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-save.Tpo" -c -o iptables_multi-iptables-save.o `test -f 'iptables-save.c' || echo '$(srcdir)/'`iptables-save.c; \
859
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-save.Tpo" "$(DEPDIR)/iptables_multi-iptables-save.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-save.Tpo"; exit 1; fi
 
718
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-save.o -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-save.Tpo -c -o iptables_multi-iptables-save.o `test -f 'iptables-save.c' || echo '$(srcdir)/'`iptables-save.c
 
719
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-save.Tpo $(DEPDIR)/iptables_multi-iptables-save.Po
860
720
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_multi-iptables-save.o' libtool=no @AMDEPBACKSLASH@
861
721
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
862
722
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-save.o `test -f 'iptables-save.c' || echo '$(srcdir)/'`iptables-save.c
863
723
 
864
724
iptables_multi-iptables-save.obj: iptables-save.c
865
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-save.obj -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-save.Tpo" -c -o iptables_multi-iptables-save.obj `if test -f 'iptables-save.c'; then $(CYGPATH_W) 'iptables-save.c'; else $(CYGPATH_W) '$(srcdir)/iptables-save.c'; fi`; \
866
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-save.Tpo" "$(DEPDIR)/iptables_multi-iptables-save.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-save.Tpo"; exit 1; fi
 
725
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-save.obj -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-save.Tpo -c -o iptables_multi-iptables-save.obj `if test -f 'iptables-save.c'; then $(CYGPATH_W) 'iptables-save.c'; else $(CYGPATH_W) '$(srcdir)/iptables-save.c'; fi`
 
726
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-save.Tpo $(DEPDIR)/iptables_multi-iptables-save.Po
867
727
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_multi-iptables-save.obj' libtool=no @AMDEPBACKSLASH@
868
728
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
869
729
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-save.obj `if test -f 'iptables-save.c'; then $(CYGPATH_W) 'iptables-save.c'; else $(CYGPATH_W) '$(srcdir)/iptables-save.c'; fi`
870
730
 
871
731
iptables_multi-iptables-restore.o: iptables-restore.c
872
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-restore.o -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-restore.Tpo" -c -o iptables_multi-iptables-restore.o `test -f 'iptables-restore.c' || echo '$(srcdir)/'`iptables-restore.c; \
873
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-restore.Tpo" "$(DEPDIR)/iptables_multi-iptables-restore.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-restore.Tpo"; exit 1; fi
 
732
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-restore.o -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-restore.Tpo -c -o iptables_multi-iptables-restore.o `test -f 'iptables-restore.c' || echo '$(srcdir)/'`iptables-restore.c
 
733
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-restore.Tpo $(DEPDIR)/iptables_multi-iptables-restore.Po
874
734
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_multi-iptables-restore.o' libtool=no @AMDEPBACKSLASH@
875
735
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
876
736
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-restore.o `test -f 'iptables-restore.c' || echo '$(srcdir)/'`iptables-restore.c
877
737
 
878
738
iptables_multi-iptables-restore.obj: iptables-restore.c
879
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-restore.obj -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-restore.Tpo" -c -o iptables_multi-iptables-restore.obj `if test -f 'iptables-restore.c'; then $(CYGPATH_W) 'iptables-restore.c'; else $(CYGPATH_W) '$(srcdir)/iptables-restore.c'; fi`; \
880
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-restore.Tpo" "$(DEPDIR)/iptables_multi-iptables-restore.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-restore.Tpo"; exit 1; fi
 
739
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-restore.obj -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-restore.Tpo -c -o iptables_multi-iptables-restore.obj `if test -f 'iptables-restore.c'; then $(CYGPATH_W) 'iptables-restore.c'; else $(CYGPATH_W) '$(srcdir)/iptables-restore.c'; fi`
 
740
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-restore.Tpo $(DEPDIR)/iptables_multi-iptables-restore.Po
881
741
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_multi-iptables-restore.obj' libtool=no @AMDEPBACKSLASH@
882
742
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
883
743
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-restore.obj `if test -f 'iptables-restore.c'; then $(CYGPATH_W) 'iptables-restore.c'; else $(CYGPATH_W) '$(srcdir)/iptables-restore.c'; fi`
884
744
 
885
745
iptables_multi-iptables-xml.o: iptables-xml.c
886
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-xml.o -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-xml.Tpo" -c -o iptables_multi-iptables-xml.o `test -f 'iptables-xml.c' || echo '$(srcdir)/'`iptables-xml.c; \
887
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-xml.Tpo" "$(DEPDIR)/iptables_multi-iptables-xml.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-xml.Tpo"; exit 1; fi
 
746
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-xml.o -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-xml.Tpo -c -o iptables_multi-iptables-xml.o `test -f 'iptables-xml.c' || echo '$(srcdir)/'`iptables-xml.c
 
747
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-xml.Tpo $(DEPDIR)/iptables_multi-iptables-xml.Po
888
748
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_multi-iptables-xml.o' libtool=no @AMDEPBACKSLASH@
889
749
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890
750
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-xml.o `test -f 'iptables-xml.c' || echo '$(srcdir)/'`iptables-xml.c
891
751
 
892
752
iptables_multi-iptables-xml.obj: iptables-xml.c
893
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-xml.obj -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-xml.Tpo" -c -o iptables_multi-iptables-xml.obj `if test -f 'iptables-xml.c'; then $(CYGPATH_W) 'iptables-xml.c'; else $(CYGPATH_W) '$(srcdir)/iptables-xml.c'; fi`; \
894
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-xml.Tpo" "$(DEPDIR)/iptables_multi-iptables-xml.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-xml.Tpo"; exit 1; fi
 
753
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-xml.obj -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-xml.Tpo -c -o iptables_multi-iptables-xml.obj `if test -f 'iptables-xml.c'; then $(CYGPATH_W) 'iptables-xml.c'; else $(CYGPATH_W) '$(srcdir)/iptables-xml.c'; fi`
 
754
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-xml.Tpo $(DEPDIR)/iptables_multi-iptables-xml.Po
895
755
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_multi-iptables-xml.obj' libtool=no @AMDEPBACKSLASH@
896
756
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897
757
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-xml.obj `if test -f 'iptables-xml.c'; then $(CYGPATH_W) 'iptables-xml.c'; else $(CYGPATH_W) '$(srcdir)/iptables-xml.c'; fi`
898
758
 
899
759
iptables_multi-iptables-standalone.o: iptables-standalone.c
900
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-standalone.o -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-standalone.Tpo" -c -o iptables_multi-iptables-standalone.o `test -f 'iptables-standalone.c' || echo '$(srcdir)/'`iptables-standalone.c; \
901
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-standalone.Tpo" "$(DEPDIR)/iptables_multi-iptables-standalone.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-standalone.Tpo"; exit 1; fi
 
760
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-standalone.o -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-standalone.Tpo -c -o iptables_multi-iptables-standalone.o `test -f 'iptables-standalone.c' || echo '$(srcdir)/'`iptables-standalone.c
 
761
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-standalone.Tpo $(DEPDIR)/iptables_multi-iptables-standalone.Po
902
762
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_multi-iptables-standalone.o' libtool=no @AMDEPBACKSLASH@
903
763
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
904
764
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-standalone.o `test -f 'iptables-standalone.c' || echo '$(srcdir)/'`iptables-standalone.c
905
765
 
906
766
iptables_multi-iptables-standalone.obj: iptables-standalone.c
907
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-standalone.obj -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables-standalone.Tpo" -c -o iptables_multi-iptables-standalone.obj `if test -f 'iptables-standalone.c'; then $(CYGPATH_W) 'iptables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/iptables-standalone.c'; fi`; \
908
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables-standalone.Tpo" "$(DEPDIR)/iptables_multi-iptables-standalone.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables-standalone.Tpo"; exit 1; fi
 
767
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables-standalone.obj -MD -MP -MF $(DEPDIR)/iptables_multi-iptables-standalone.Tpo -c -o iptables_multi-iptables-standalone.obj `if test -f 'iptables-standalone.c'; then $(CYGPATH_W) 'iptables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/iptables-standalone.c'; fi`
 
768
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables-standalone.Tpo $(DEPDIR)/iptables_multi-iptables-standalone.Po
909
769
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_multi-iptables-standalone.obj' libtool=no @AMDEPBACKSLASH@
910
770
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
911
771
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables-standalone.obj `if test -f 'iptables-standalone.c'; then $(CYGPATH_W) 'iptables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/iptables-standalone.c'; fi`
912
772
 
913
773
iptables_multi-iptables.o: iptables.c
914
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables.o -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables.Tpo" -c -o iptables_multi-iptables.o `test -f 'iptables.c' || echo '$(srcdir)/'`iptables.c; \
915
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables.Tpo" "$(DEPDIR)/iptables_multi-iptables.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables.Tpo"; exit 1; fi
 
774
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables.o -MD -MP -MF $(DEPDIR)/iptables_multi-iptables.Tpo -c -o iptables_multi-iptables.o `test -f 'iptables.c' || echo '$(srcdir)/'`iptables.c
 
775
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables.Tpo $(DEPDIR)/iptables_multi-iptables.Po
916
776
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_multi-iptables.o' libtool=no @AMDEPBACKSLASH@
917
777
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918
778
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables.o `test -f 'iptables.c' || echo '$(srcdir)/'`iptables.c
919
779
 
920
780
iptables_multi-iptables.obj: iptables.c
921
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables.obj -MD -MP -MF "$(DEPDIR)/iptables_multi-iptables.Tpo" -c -o iptables_multi-iptables.obj `if test -f 'iptables.c'; then $(CYGPATH_W) 'iptables.c'; else $(CYGPATH_W) '$(srcdir)/iptables.c'; fi`; \
922
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-iptables.Tpo" "$(DEPDIR)/iptables_multi-iptables.Po"; else rm -f "$(DEPDIR)/iptables_multi-iptables.Tpo"; exit 1; fi
 
781
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-iptables.obj -MD -MP -MF $(DEPDIR)/iptables_multi-iptables.Tpo -c -o iptables_multi-iptables.obj `if test -f 'iptables.c'; then $(CYGPATH_W) 'iptables.c'; else $(CYGPATH_W) '$(srcdir)/iptables.c'; fi`
 
782
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-iptables.Tpo $(DEPDIR)/iptables_multi-iptables.Po
923
783
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_multi-iptables.obj' libtool=no @AMDEPBACKSLASH@
924
784
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
925
785
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-iptables.obj `if test -f 'iptables.c'; then $(CYGPATH_W) 'iptables.c'; else $(CYGPATH_W) '$(srcdir)/iptables.c'; fi`
926
786
 
927
 
iptables_static-iptables-multi.o: iptables-multi.c
928
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-multi.o -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-multi.Tpo" -c -o iptables_static-iptables-multi.o `test -f 'iptables-multi.c' || echo '$(srcdir)/'`iptables-multi.c; \
929
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-multi.Tpo" "$(DEPDIR)/iptables_static-iptables-multi.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-multi.Tpo"; exit 1; fi
930
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_static-iptables-multi.o' libtool=no @AMDEPBACKSLASH@
931
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
932
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-multi.o `test -f 'iptables-multi.c' || echo '$(srcdir)/'`iptables-multi.c
933
 
 
934
 
iptables_static-iptables-multi.obj: iptables-multi.c
935
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-multi.obj -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-multi.Tpo" -c -o iptables_static-iptables-multi.obj `if test -f 'iptables-multi.c'; then $(CYGPATH_W) 'iptables-multi.c'; else $(CYGPATH_W) '$(srcdir)/iptables-multi.c'; fi`; \
936
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-multi.Tpo" "$(DEPDIR)/iptables_static-iptables-multi.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-multi.Tpo"; exit 1; fi
937
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_static-iptables-multi.obj' libtool=no @AMDEPBACKSLASH@
938
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
939
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-multi.obj `if test -f 'iptables-multi.c'; then $(CYGPATH_W) 'iptables-multi.c'; else $(CYGPATH_W) '$(srcdir)/iptables-multi.c'; fi`
940
 
 
941
 
iptables_static-iptables-save.o: iptables-save.c
942
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-save.o -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-save.Tpo" -c -o iptables_static-iptables-save.o `test -f 'iptables-save.c' || echo '$(srcdir)/'`iptables-save.c; \
943
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-save.Tpo" "$(DEPDIR)/iptables_static-iptables-save.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-save.Tpo"; exit 1; fi
944
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_static-iptables-save.o' libtool=no @AMDEPBACKSLASH@
945
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
946
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-save.o `test -f 'iptables-save.c' || echo '$(srcdir)/'`iptables-save.c
947
 
 
948
 
iptables_static-iptables-save.obj: iptables-save.c
949
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-save.obj -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-save.Tpo" -c -o iptables_static-iptables-save.obj `if test -f 'iptables-save.c'; then $(CYGPATH_W) 'iptables-save.c'; else $(CYGPATH_W) '$(srcdir)/iptables-save.c'; fi`; \
950
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-save.Tpo" "$(DEPDIR)/iptables_static-iptables-save.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-save.Tpo"; exit 1; fi
951
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_static-iptables-save.obj' libtool=no @AMDEPBACKSLASH@
952
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
953
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-save.obj `if test -f 'iptables-save.c'; then $(CYGPATH_W) 'iptables-save.c'; else $(CYGPATH_W) '$(srcdir)/iptables-save.c'; fi`
954
 
 
955
 
iptables_static-iptables-restore.o: iptables-restore.c
956
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-restore.o -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-restore.Tpo" -c -o iptables_static-iptables-restore.o `test -f 'iptables-restore.c' || echo '$(srcdir)/'`iptables-restore.c; \
957
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-restore.Tpo" "$(DEPDIR)/iptables_static-iptables-restore.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-restore.Tpo"; exit 1; fi
958
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_static-iptables-restore.o' libtool=no @AMDEPBACKSLASH@
959
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
960
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-restore.o `test -f 'iptables-restore.c' || echo '$(srcdir)/'`iptables-restore.c
961
 
 
962
 
iptables_static-iptables-restore.obj: iptables-restore.c
963
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-restore.obj -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-restore.Tpo" -c -o iptables_static-iptables-restore.obj `if test -f 'iptables-restore.c'; then $(CYGPATH_W) 'iptables-restore.c'; else $(CYGPATH_W) '$(srcdir)/iptables-restore.c'; fi`; \
964
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-restore.Tpo" "$(DEPDIR)/iptables_static-iptables-restore.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-restore.Tpo"; exit 1; fi
965
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_static-iptables-restore.obj' libtool=no @AMDEPBACKSLASH@
966
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
967
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-restore.obj `if test -f 'iptables-restore.c'; then $(CYGPATH_W) 'iptables-restore.c'; else $(CYGPATH_W) '$(srcdir)/iptables-restore.c'; fi`
968
 
 
969
 
iptables_static-iptables-xml.o: iptables-xml.c
970
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-xml.o -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-xml.Tpo" -c -o iptables_static-iptables-xml.o `test -f 'iptables-xml.c' || echo '$(srcdir)/'`iptables-xml.c; \
971
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-xml.Tpo" "$(DEPDIR)/iptables_static-iptables-xml.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-xml.Tpo"; exit 1; fi
972
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_static-iptables-xml.o' libtool=no @AMDEPBACKSLASH@
973
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
974
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-xml.o `test -f 'iptables-xml.c' || echo '$(srcdir)/'`iptables-xml.c
975
 
 
976
 
iptables_static-iptables-xml.obj: iptables-xml.c
977
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-xml.obj -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-xml.Tpo" -c -o iptables_static-iptables-xml.obj `if test -f 'iptables-xml.c'; then $(CYGPATH_W) 'iptables-xml.c'; else $(CYGPATH_W) '$(srcdir)/iptables-xml.c'; fi`; \
978
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-xml.Tpo" "$(DEPDIR)/iptables_static-iptables-xml.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-xml.Tpo"; exit 1; fi
979
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_static-iptables-xml.obj' libtool=no @AMDEPBACKSLASH@
980
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
981
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-xml.obj `if test -f 'iptables-xml.c'; then $(CYGPATH_W) 'iptables-xml.c'; else $(CYGPATH_W) '$(srcdir)/iptables-xml.c'; fi`
982
 
 
983
 
iptables_static-iptables-standalone.o: iptables-standalone.c
984
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-standalone.o -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-standalone.Tpo" -c -o iptables_static-iptables-standalone.o `test -f 'iptables-standalone.c' || echo '$(srcdir)/'`iptables-standalone.c; \
985
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-standalone.Tpo" "$(DEPDIR)/iptables_static-iptables-standalone.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-standalone.Tpo"; exit 1; fi
986
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_static-iptables-standalone.o' libtool=no @AMDEPBACKSLASH@
987
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
988
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-standalone.o `test -f 'iptables-standalone.c' || echo '$(srcdir)/'`iptables-standalone.c
989
 
 
990
 
iptables_static-iptables-standalone.obj: iptables-standalone.c
991
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables-standalone.obj -MD -MP -MF "$(DEPDIR)/iptables_static-iptables-standalone.Tpo" -c -o iptables_static-iptables-standalone.obj `if test -f 'iptables-standalone.c'; then $(CYGPATH_W) 'iptables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/iptables-standalone.c'; fi`; \
992
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables-standalone.Tpo" "$(DEPDIR)/iptables_static-iptables-standalone.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables-standalone.Tpo"; exit 1; fi
993
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_static-iptables-standalone.obj' libtool=no @AMDEPBACKSLASH@
994
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
995
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables-standalone.obj `if test -f 'iptables-standalone.c'; then $(CYGPATH_W) 'iptables-standalone.c'; else $(CYGPATH_W) '$(srcdir)/iptables-standalone.c'; fi`
996
 
 
997
 
iptables_static-iptables.o: iptables.c
998
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables.o -MD -MP -MF "$(DEPDIR)/iptables_static-iptables.Tpo" -c -o iptables_static-iptables.o `test -f 'iptables.c' || echo '$(srcdir)/'`iptables.c; \
999
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables.Tpo" "$(DEPDIR)/iptables_static-iptables.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables.Tpo"; exit 1; fi
1000
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_static-iptables.o' libtool=no @AMDEPBACKSLASH@
1001
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1002
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables.o `test -f 'iptables.c' || echo '$(srcdir)/'`iptables.c
1003
 
 
1004
 
iptables_static-iptables.obj: iptables.c
1005
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-iptables.obj -MD -MP -MF "$(DEPDIR)/iptables_static-iptables.Tpo" -c -o iptables_static-iptables.obj `if test -f 'iptables.c'; then $(CYGPATH_W) 'iptables.c'; else $(CYGPATH_W) '$(srcdir)/iptables.c'; fi`; \
1006
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-iptables.Tpo" "$(DEPDIR)/iptables_static-iptables.Po"; else rm -f "$(DEPDIR)/iptables_static-iptables.Tpo"; exit 1; fi
1007
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_static-iptables.obj' libtool=no @AMDEPBACKSLASH@
1008
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1009
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-iptables.obj `if test -f 'iptables.c'; then $(CYGPATH_W) 'iptables.c'; else $(CYGPATH_W) '$(srcdir)/iptables.c'; fi`
1010
 
 
1011
 
iptables_static-xtables.o: xtables.c
1012
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-xtables.o -MD -MP -MF "$(DEPDIR)/iptables_static-xtables.Tpo" -c -o iptables_static-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c; \
1013
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-xtables.Tpo" "$(DEPDIR)/iptables_static-xtables.Po"; else rm -f "$(DEPDIR)/iptables_static-xtables.Tpo"; exit 1; fi
1014
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='iptables_static-xtables.o' libtool=no @AMDEPBACKSLASH@
1015
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1016
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c
1017
 
 
1018
 
iptables_static-xtables.obj: xtables.c
1019
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -MT iptables_static-xtables.obj -MD -MP -MF "$(DEPDIR)/iptables_static-xtables.Tpo" -c -o iptables_static-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`; \
1020
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_static-xtables.Tpo" "$(DEPDIR)/iptables_static-xtables.Po"; else rm -f "$(DEPDIR)/iptables_static-xtables.Tpo"; exit 1; fi
1021
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='iptables_static-xtables.obj' libtool=no @AMDEPBACKSLASH@
1022
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1023
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_static_CFLAGS) $(CFLAGS) -c -o iptables_static-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`
 
787
iptables_multi-xshared.o: xshared.c
 
788
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-xshared.o -MD -MP -MF $(DEPDIR)/iptables_multi-xshared.Tpo -c -o iptables_multi-xshared.o `test -f 'xshared.c' || echo '$(srcdir)/'`xshared.c
 
789
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-xshared.Tpo $(DEPDIR)/iptables_multi-xshared.Po
 
790
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xshared.c' object='iptables_multi-xshared.o' libtool=no @AMDEPBACKSLASH@
 
791
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
792
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-xshared.o `test -f 'xshared.c' || echo '$(srcdir)/'`xshared.c
 
793
 
 
794
iptables_multi-xshared.obj: xshared.c
 
795
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-xshared.obj -MD -MP -MF $(DEPDIR)/iptables_multi-xshared.Tpo -c -o iptables_multi-xshared.obj `if test -f 'xshared.c'; then $(CYGPATH_W) 'xshared.c'; else $(CYGPATH_W) '$(srcdir)/xshared.c'; fi`
 
796
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/iptables_multi-xshared.Tpo $(DEPDIR)/iptables_multi-xshared.Po
 
797
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xshared.c' object='iptables_multi-xshared.obj' libtool=no @AMDEPBACKSLASH@
 
798
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
799
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-xshared.obj `if test -f 'xshared.c'; then $(CYGPATH_W) 'xshared.c'; else $(CYGPATH_W) '$(srcdir)/xshared.c'; fi`
1024
800
 
1025
801
mostlyclean-libtool:
1026
802
        -rm -f *.lo
1030
806
        -rm -rf libiptc/.libs libiptc/_libs
1031
807
 
1032
808
distclean-libtool:
1033
 
        -rm -f libtool
1034
 
uninstall-info-am:
1035
 
install-man8: $(man8_MANS) $(man_MANS)
 
809
        -rm -f libtool config.lt
 
810
install-man8: $(man_MANS)
1036
811
        @$(NORMAL_INSTALL)
1037
 
        test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
1038
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
1039
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1040
 
        for i in $$l2; do \
1041
 
          case "$$i" in \
1042
 
            *.8*) list="$$list $$i" ;; \
1043
 
          esac; \
 
812
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
 
813
        @list=''; test -n "$(man8dir)" || exit 0; \
 
814
        { for i in $$list; do echo "$$i"; done; \
 
815
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
816
          sed -n '/\.8[a-z]*$$/p'; \
 
817
        } | while read p; do \
 
818
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
819
          echo "$$d$$p"; echo "$$p"; \
 
820
        done | \
 
821
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
822
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
823
        sed 'N;N;s,\n, ,g' | { \
 
824
        list=; while read file base inst; do \
 
825
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
826
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
827
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
 
828
          fi; \
1044
829
        done; \
1045
 
        for i in $$list; do \
1046
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
1047
 
          else file=$$i; fi; \
1048
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1049
 
          case "$$ext" in \
1050
 
            8*) ;; \
1051
 
            *) ext='8' ;; \
1052
 
          esac; \
1053
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1054
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1055
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1056
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1057
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
1058
 
        done
 
830
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
831
        while read files; do \
 
832
          test -z "$$files" || { \
 
833
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
 
834
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
 
835
        done; }
 
836
 
1059
837
uninstall-man8:
1060
838
        @$(NORMAL_UNINSTALL)
1061
 
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
1062
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1063
 
        for i in $$l2; do \
1064
 
          case "$$i" in \
1065
 
            *.8*) list="$$list $$i" ;; \
1066
 
          esac; \
1067
 
        done; \
1068
 
        for i in $$list; do \
1069
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1070
 
          case "$$ext" in \
1071
 
            8*) ;; \
1072
 
            *) ext='8' ;; \
1073
 
          esac; \
1074
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1075
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
1076
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1077
 
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
1078
 
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
1079
 
        done
 
839
        @list=''; test -n "$(man8dir)" || exit 0; \
 
840
        files=`{ for i in $$list; do echo "$$i"; done; \
 
841
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
842
          sed -n '/\.8[a-z]*$$/p'; \
 
843
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
 
844
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
845
        test -z "$$files" || { \
 
846
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
 
847
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
1080
848
install-pkgconfigDATA: $(pkgconfig_DATA)
1081
849
        @$(NORMAL_INSTALL)
1082
 
        test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
1083
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
850
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
851
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
852
        for p in $$list; do \
1084
853
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1085
 
          f=$(am__strip_dir) \
1086
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
1087
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
854
          echo "$$d$$p"; \
 
855
        done | $(am__base_list) | \
 
856
        while read files; do \
 
857
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
858
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1088
859
        done
1089
860
 
1090
861
uninstall-pkgconfigDATA:
1091
862
        @$(NORMAL_UNINSTALL)
1092
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
1093
 
          f=$(am__strip_dir) \
1094
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
1095
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
1096
 
        done
 
863
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
864
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
865
        test -n "$$files" || exit 0; \
 
866
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
867
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1097
868
 
1098
869
# This directory's subdirectories are mostly independent; you can cd
1099
870
# into them and run `make' without going through this Makefile.
1102
873
#     (which will cause the Makefiles to be regenerated when you run `make');
1103
874
# (2) otherwise, pass the desired values on the `make' command line.
1104
875
$(RECURSIVE_TARGETS):
1105
 
        @failcom='exit 1'; \
 
876
        @fail= failcom='exit 1'; \
1106
877
        for f in x $$MAKEFLAGS; do \
1107
878
          case $$f in \
1108
879
            *=* | --[!k]*);; \
1119
890
          else \
1120
891
            local_target="$$target"; \
1121
892
          fi; \
1122
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
893
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1123
894
          || eval $$failcom; \
1124
895
        done; \
1125
896
        if test "$$dot_seen" = "no"; then \
1126
897
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1127
898
        fi; test -z "$$fail"
1128
899
 
1129
 
mostlyclean-recursive clean-recursive distclean-recursive \
1130
 
maintainer-clean-recursive:
1131
 
        @failcom='exit 1'; \
 
900
$(RECURSIVE_CLEAN_TARGETS):
 
901
        @fail= failcom='exit 1'; \
1132
902
        for f in x $$MAKEFLAGS; do \
1133
903
          case $$f in \
1134
904
            *=* | --[!k]*);; \
1154
924
          else \
1155
925
            local_target="$$target"; \
1156
926
          fi; \
1157
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
927
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1158
928
          || eval $$failcom; \
1159
929
        done && test -z "$$fail"
1160
930
tags-recursive:
1161
931
        list='$(SUBDIRS)'; for subdir in $$list; do \
1162
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
932
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1163
933
        done
1164
934
ctags-recursive:
1165
935
        list='$(SUBDIRS)'; for subdir in $$list; do \
1166
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
936
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1167
937
        done
1168
938
 
1169
939
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1171
941
        unique=`for i in $$list; do \
1172
942
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1173
943
          done | \
1174
 
          $(AWK) '    { files[$$0] = 1; } \
1175
 
               END { for (i in files) print i; }'`; \
 
944
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
945
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1176
946
        mkid -fID $$unique
1177
947
tags: TAGS
1178
948
 
1179
949
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1180
950
                $(TAGS_FILES) $(LISP)
1181
 
        tags=; \
 
951
        set x; \
1182
952
        here=`pwd`; \
1183
953
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1184
954
          include_option=--etags-include; \
1190
960
        list='$(SUBDIRS)'; for subdir in $$list; do \
1191
961
          if test "$$subdir" = .; then :; else \
1192
962
            test ! -f $$subdir/TAGS || \
1193
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
963
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1194
964
          fi; \
1195
965
        done; \
1196
966
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1197
967
        unique=`for i in $$list; do \
1198
968
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1199
969
          done | \
1200
 
          $(AWK) '    { files[$$0] = 1; } \
1201
 
               END { for (i in files) print i; }'`; \
1202
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
970
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
971
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
972
        shift; \
 
973
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1203
974
          test -n "$$unique" || unique=$$empty_fix; \
1204
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1205
 
            $$tags $$unique; \
 
975
          if test $$# -gt 0; then \
 
976
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
977
              "$$@" $$unique; \
 
978
          else \
 
979
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
980
              $$unique; \
 
981
          fi; \
1206
982
        fi
1207
983
ctags: CTAGS
1208
984
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1209
985
                $(TAGS_FILES) $(LISP)
1210
 
        tags=; \
1211
 
        here=`pwd`; \
1212
986
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1213
987
        unique=`for i in $$list; do \
1214
988
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1215
989
          done | \
1216
 
          $(AWK) '    { files[$$0] = 1; } \
1217
 
               END { for (i in files) print i; }'`; \
1218
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
990
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
991
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
992
        test -z "$(CTAGS_ARGS)$$unique" \
1219
993
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1220
 
             $$tags $$unique
 
994
             $$unique
1221
995
 
1222
996
GTAGS:
1223
997
        here=`$(am__cd) $(top_builddir) && pwd` \
1224
 
          && cd $(top_srcdir) \
1225
 
          && gtags -i $(GTAGS_ARGS) $$here
 
998
          && $(am__cd) $(top_srcdir) \
 
999
          && gtags -i $(GTAGS_ARGS) "$$here"
1226
1000
 
1227
1001
distclean-tags:
1228
1002
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1229
1003
 
1230
1004
distdir: $(DISTFILES)
 
1005
        @list='$(MANS)'; if test -n "$$list"; then \
 
1006
          list=`for p in $$list; do \
 
1007
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
1008
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
1009
          if test -n "$$list" && \
 
1010
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
1011
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
1012
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
1013
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
1014
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
1015
            exit 1; \
 
1016
          else :; fi; \
 
1017
        else :; fi
1231
1018
        $(am__remove_distdir)
1232
 
        mkdir $(distdir)
1233
 
        $(mkdir_p) $(distdir)/. $(distdir)/extensions $(distdir)/include $(distdir)/include/iptables $(distdir)/m4
1234
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1235
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1236
 
        list='$(DISTFILES)'; for file in $$list; do \
1237
 
          case $$file in \
1238
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1239
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1240
 
          esac; \
 
1019
        test -d "$(distdir)" || mkdir "$(distdir)"
 
1020
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1021
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1022
        list='$(DISTFILES)'; \
 
1023
          dist_files=`for file in $$list; do echo $$file; done | \
 
1024
          sed -e "s|^$$srcdirstrip/||;t" \
 
1025
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1026
        case $$dist_files in \
 
1027
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1028
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1029
                           sort -u` ;; \
 
1030
        esac; \
 
1031
        for file in $$dist_files; do \
1241
1032
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1242
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1243
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1244
 
            dir="/$$dir"; \
1245
 
            $(mkdir_p) "$(distdir)$$dir"; \
1246
 
          else \
1247
 
            dir=''; \
1248
 
          fi; \
1249
1033
          if test -d $$d/$$file; then \
 
1034
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1035
            if test -d "$(distdir)/$$file"; then \
 
1036
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1037
            fi; \
1250
1038
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1251
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1039
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1040
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1252
1041
            fi; \
1253
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1042
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1254
1043
          else \
1255
 
            test -f $(distdir)/$$file \
1256
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1044
            test -f "$(distdir)/$$file" \
 
1045
            || cp -p $$d/$$file "$(distdir)/$$file" \
1257
1046
            || exit 1; \
1258
1047
          fi; \
1259
1048
        done
1260
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1049
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1261
1050
          if test "$$subdir" = .; then :; else \
1262
1051
            test -d "$(distdir)/$$subdir" \
1263
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
1052
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1264
1053
            || exit 1; \
1265
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
1266
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1267
 
            (cd $$subdir && \
 
1054
          fi; \
 
1055
        done
 
1056
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1057
          if test "$$subdir" = .; then :; else \
 
1058
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1059
            $(am__relativize); \
 
1060
            new_distdir=$$reldir; \
 
1061
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1062
            $(am__relativize); \
 
1063
            new_top_distdir=$$reldir; \
 
1064
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1065
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1066
            ($(am__cd) $$subdir && \
1268
1067
              $(MAKE) $(AM_MAKEFLAGS) \
1269
 
                top_distdir="$$top_distdir" \
1270
 
                distdir="$$distdir/$$subdir" \
 
1068
                top_distdir="$$new_top_distdir" \
 
1069
                distdir="$$new_distdir" \
 
1070
                am__remove_distdir=: \
 
1071
                am__skip_length_check=: \
 
1072
                am__skip_mode_fix=: \
1271
1073
                distdir) \
1272
1074
              || exit 1; \
1273
1075
          fi; \
1274
1076
        done
1275
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
1077
        -test -n "$(am__skip_mode_fix)" \
 
1078
        || find "$(distdir)" -type d ! -perm -755 \
 
1079
                -exec chmod u+rwx,go+rx {} \; -o \
1276
1080
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1277
1081
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1278
 
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
1279
 
        || chmod -R a+r $(distdir)
 
1082
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
1083
        || chmod -R a+r "$(distdir)"
1280
1084
dist-gzip: distdir
1281
1085
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1282
1086
        $(am__remove_distdir)
1285
1089
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1286
1090
        $(am__remove_distdir)
1287
1091
 
 
1092
dist-lzma: distdir
 
1093
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
1094
        $(am__remove_distdir)
 
1095
 
 
1096
dist-xz: distdir
 
1097
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
1098
        $(am__remove_distdir)
 
1099
 
1288
1100
dist-tarZ: distdir
1289
1101
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1290
1102
        $(am__remove_distdir)
1308
1120
distcheck: dist
1309
1121
        case '$(DIST_ARCHIVES)' in \
1310
1122
        *.tar.gz*) \
1311
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
1123
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1312
1124
        *.tar.bz2*) \
1313
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
1125
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
1126
        *.tar.lzma*) \
 
1127
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
1128
        *.tar.xz*) \
 
1129
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1314
1130
        *.tar.Z*) \
1315
1131
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1316
1132
        *.shar.gz*) \
1317
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
1133
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1318
1134
        *.zip*) \
1319
1135
          unzip $(distdir).zip ;;\
1320
1136
        esac
1322
1138
        mkdir $(distdir)/_build
1323
1139
        mkdir $(distdir)/_inst
1324
1140
        chmod a-w $(distdir)
 
1141
        test -d $(distdir)/_build || exit 0; \
1325
1142
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1326
1143
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1327
 
          && cd $(distdir)/_build \
 
1144
          && am__cwd=`pwd` \
 
1145
          && $(am__cd) $(distdir)/_build \
1328
1146
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1329
1147
            $(DISTCHECK_CONFIGURE_FLAGS) \
1330
1148
          && $(MAKE) $(AM_MAKEFLAGS) \
1346
1164
          && rm -rf "$$dc_destdir" \
1347
1165
          && $(MAKE) $(AM_MAKEFLAGS) dist \
1348
1166
          && rm -rf $(DIST_ARCHIVES) \
1349
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
1167
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
1168
          && cd "$$am__cwd" \
 
1169
          || exit 1
1350
1170
        $(am__remove_distdir)
1351
1171
        @(echo "$(distdir) archives ready for distribution: "; \
1352
1172
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1353
 
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
1173
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1354
1174
distuninstallcheck:
1355
 
        @cd $(distuninstallcheck_dir) \
 
1175
        @$(am__cd) '$(distuninstallcheck_dir)' \
1356
1176
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1357
1177
           || { echo "ERROR: files left after uninstall:" ; \
1358
1178
                if test -n "$(DESTDIR)"; then \
1372
1192
check-am: all-am
1373
1193
check: check-recursive
1374
1194
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA) config.h
1375
 
install-binPROGRAMS: install-libLTLIBRARIES
1376
 
 
1377
1195
installdirs: installdirs-recursive
1378
1196
installdirs-am:
1379
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(pkgconfigdir)"; do \
1380
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
1197
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(pkgconfigdir)"; do \
 
1198
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1381
1199
        done
1382
1200
install: install-recursive
1383
1201
install-exec: install-exec-recursive
1400
1218
 
1401
1219
distclean-generic:
1402
1220
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1221
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1403
1222
        -rm -f libiptc/$(DEPDIR)/$(am__dirstamp)
1404
1223
        -rm -f libiptc/$(am__dirstamp)
1405
1224
 
1408
1227
        @echo "it deletes files that may require special tools to rebuild."
1409
1228
clean: clean-recursive
1410
1229
 
1411
 
clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
1412
 
        clean-libtool clean-noinstPROGRAMS clean-sbinPROGRAMS \
1413
 
        mostlyclean-am
 
1230
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
1231
        clean-sbinPROGRAMS mostlyclean-am
1414
1232
 
1415
1233
distclean: distclean-recursive
1416
1234
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1425
1243
 
1426
1244
html: html-recursive
1427
1245
 
 
1246
html-am:
 
1247
 
1428
1248
info: info-recursive
1429
1249
 
1430
1250
info-am:
1431
1251
 
1432
1252
install-data-am: install-man install-pkgconfigDATA
1433
1253
 
1434
 
install-exec-am: install-binPROGRAMS install-libLTLIBRARIES \
1435
 
        install-sbinPROGRAMS
 
1254
install-dvi: install-dvi-recursive
 
1255
 
 
1256
install-dvi-am:
 
1257
 
 
1258
install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
1436
1259
        @$(NORMAL_INSTALL)
1437
1260
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
1261
install-html: install-html-recursive
 
1262
 
 
1263
install-html-am:
1438
1264
 
1439
1265
install-info: install-info-recursive
1440
1266
 
 
1267
install-info-am:
 
1268
 
1441
1269
install-man: install-man8
1442
1270
 
 
1271
install-pdf: install-pdf-recursive
 
1272
 
 
1273
install-pdf-am:
 
1274
 
 
1275
install-ps: install-ps-recursive
 
1276
 
 
1277
install-ps-am:
 
1278
 
1443
1279
installcheck-am:
1444
1280
 
1445
1281
maintainer-clean: maintainer-clean-recursive
1462
1298
 
1463
1299
ps-am:
1464
1300
 
1465
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
1466
 
        uninstall-libLTLIBRARIES uninstall-man uninstall-pkgconfigDATA \
1467
 
        uninstall-sbinPROGRAMS
1468
 
 
1469
 
uninstall-info: uninstall-info-recursive
 
1301
uninstall-am: uninstall-libLTLIBRARIES uninstall-man \
 
1302
        uninstall-pkgconfigDATA uninstall-sbinPROGRAMS
1470
1303
 
1471
1304
uninstall-man: uninstall-man8
1472
1305
 
1473
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1474
 
        check-am clean clean-binPROGRAMS clean-generic \
1475
 
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1476
 
        clean-recursive clean-sbinPROGRAMS ctags ctags-recursive dist \
1477
 
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
1478
 
        distcheck distclean distclean-compile distclean-generic \
1479
 
        distclean-hdr distclean-libtool distclean-recursive \
1480
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
1481
 
        dvi-am html html-am info info-am install install-am \
1482
 
        install-binPROGRAMS install-data install-data-am install-exec \
1483
 
        install-exec-am install-exec-hook install-info install-info-am \
1484
 
        install-libLTLIBRARIES install-man install-man8 \
1485
 
        install-pkgconfigDATA install-sbinPROGRAMS install-strip \
1486
 
        installcheck installcheck-am installdirs installdirs-am \
1487
 
        maintainer-clean maintainer-clean-generic \
1488
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
1489
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
1490
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1491
 
        uninstall-binPROGRAMS uninstall-info-am \
 
1306
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
1307
        ctags-recursive install-am install-exec-am install-strip \
 
1308
        tags-recursive
 
1309
 
 
1310
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
1311
        all all-am am--refresh check check-am clean clean-generic \
 
1312
        clean-libLTLIBRARIES clean-libtool clean-sbinPROGRAMS ctags \
 
1313
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzma \
 
1314
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
 
1315
        distclean-compile distclean-generic distclean-hdr \
 
1316
        distclean-libtool distclean-tags distcleancheck distdir \
 
1317
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
1318
        install install-am install-data install-data-am install-dvi \
 
1319
        install-dvi-am install-exec install-exec-am install-exec-hook \
 
1320
        install-html install-html-am install-info install-info-am \
 
1321
        install-libLTLIBRARIES install-man install-man8 install-pdf \
 
1322
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
1323
        install-sbinPROGRAMS install-strip installcheck \
 
1324
        installcheck-am installdirs installdirs-am maintainer-clean \
 
1325
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1326
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1327
        tags tags-recursive uninstall uninstall-am \
1492
1328
        uninstall-libLTLIBRARIES uninstall-man uninstall-man8 \
1493
1329
        uninstall-pkgconfigDATA uninstall-sbinPROGRAMS
1494
1330
 
1513
1349
# Using if..fi avoids an ugly "error (ignored)" message :)
1514
1350
install-exec-hook:
1515
1351
        -if test -z "${DESTDIR}"; then /sbin/ldconfig; fi;
 
1352
        ${INSTALL} -dm0755 "${DESTDIR}${bindir}";
 
1353
        for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/iptables-multi" "${DESTDIR}${bindir}/$$i"; done;
 
1354
        for i in ${v4_sbin_links}; do ${LN_S} -f iptables-multi "${DESTDIR}${sbindir}/$$i"; done;
 
1355
        for i in ${v6_sbin_links}; do ${LN_S} -f ip6tables-multi "${DESTDIR}${sbindir}/$$i"; done;
 
1356
 
1516
1357
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1517
1358
# Otherwise a system limit (for SysV at least) may be exceeded.
1518
1359
.NOEXPORT: