Adding spec file
[iptables.git] / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # -*- Makefile -*-
18
19
20
21 srcdir = @srcdir@
22 top_srcdir = @top_srcdir@
23 VPATH = @srcdir@
24 pkgdatadir = $(datadir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkgincludedir = $(includedir)/@PACKAGE@
27 top_builddir = .
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = @INSTALL@
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = @build@
42 host_triplet = @host@
43 @ENABLE_LIBIPQ_TRUE@am__append_1 = libipq
44 bin_PROGRAMS = iptables-xml$(EXEEXT)
45 sbin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
46 noinst_PROGRAMS =
47 @ENABLE_STATIC_TRUE@am__append_2 = iptables-static ip6tables-static
48 @ENABLE_SHARED_TRUE@am__append_3 = iptables iptables-multi iptables-restore iptables-save \
49 @ENABLE_SHARED_TRUE@                 ip6tables ip6tables-multi ip6tables-restore ip6tables-save
50
51 DIST_COMMON = $(am__configure_deps) $(am__include_HEADERS_DIST) \
52         $(am__iptc_HEADERS_DIST) $(srcdir)/Makefile.am \
53         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
54         $(top_srcdir)/configure \
55         $(top_srcdir)/extensions/GNUmakefile.in \
56         $(top_srcdir)/include/xtables.h.in COPYING INSTALL compile \
57         config.guess config.sub depcomp install-sh ltmain.sh missing
58 subdir = .
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64  configure.lineno configure.status.lineno
65 mkinstalldirs = $(install_sh) -d
66 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES = extensions/GNUmakefile include/xtables.h
68 LIBRARIES = $(noinst_LIBRARIES)
69 ARFLAGS = cru
70 libiptc_libiptc_a_AR = $(AR) $(ARFLAGS)
71 libiptc_libiptc_a_LIBADD =
72 am__dirstamp = $(am__leading_dot)dirstamp
73 am_libiptc_libiptc_a_OBJECTS = libiptc/libip4tc.$(OBJEXT) \
74         libiptc/libip6tc.$(OBJEXT)
75 libiptc_libiptc_a_OBJECTS = $(am_libiptc_libiptc_a_OBJECTS)
76 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
77         "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(includedir)" \
78         "$(DESTDIR)$(iptcdir)"
79 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
80 @ENABLE_STATIC_TRUE@am__EXEEXT_1 = iptables-static$(EXEEXT) \
81 @ENABLE_STATIC_TRUE@    ip6tables-static$(EXEEXT)
82 @ENABLE_SHARED_TRUE@am__EXEEXT_2 = iptables$(EXEEXT) \
83 @ENABLE_SHARED_TRUE@    iptables-multi$(EXEEXT) \
84 @ENABLE_SHARED_TRUE@    iptables-restore$(EXEEXT) \
85 @ENABLE_SHARED_TRUE@    iptables-save$(EXEEXT) ip6tables$(EXEEXT) \
86 @ENABLE_SHARED_TRUE@    ip6tables-multi$(EXEEXT) \
87 @ENABLE_SHARED_TRUE@    ip6tables-restore$(EXEEXT) \
88 @ENABLE_SHARED_TRUE@    ip6tables-save$(EXEEXT)
89 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
90 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS)
91 am_ip6tables_OBJECTS = ip6tables-standalone.$(OBJEXT) \
92         ip6tables.$(OBJEXT) xtables.$(OBJEXT)
93 ip6tables_OBJECTS = $(am_ip6tables_OBJECTS)
94 ip6tables_DEPENDENCIES = libiptc/libiptc.a extensions/libext6.a
95 am_ip6tables_multi_OBJECTS =  \
96         ip6tables_multi-ip6tables-multi.$(OBJEXT) \
97         ip6tables_multi-ip6tables-save.$(OBJEXT) \
98         ip6tables_multi-ip6tables-restore.$(OBJEXT) \
99         ip6tables_multi-ip6tables-standalone.$(OBJEXT) \
100         ip6tables_multi-ip6tables.$(OBJEXT) \
101         ip6tables_multi-xtables.$(OBJEXT)
102 ip6tables_multi_OBJECTS = $(am_ip6tables_multi_OBJECTS)
103 am__DEPENDENCIES_1 = libiptc/libiptc.a extensions/libext6.a
104 ip6tables_multi_DEPENDENCIES = $(am__DEPENDENCIES_1)
105 am_ip6tables_restore_OBJECTS = ip6tables-restore.$(OBJEXT) \
106         ip6tables.$(OBJEXT) xtables.$(OBJEXT)
107 ip6tables_restore_OBJECTS = $(am_ip6tables_restore_OBJECTS)
108 ip6tables_restore_DEPENDENCIES = $(am__DEPENDENCIES_1)
109 am_ip6tables_save_OBJECTS = ip6tables-save.$(OBJEXT) \
110         ip6tables.$(OBJEXT) xtables.$(OBJEXT)
111 ip6tables_save_OBJECTS = $(am_ip6tables_save_OBJECTS)
112 ip6tables_save_DEPENDENCIES = $(am__DEPENDENCIES_1)
113 am__objects_1 = ip6tables_static-ip6tables-multi.$(OBJEXT) \
114         ip6tables_static-ip6tables-save.$(OBJEXT) \
115         ip6tables_static-ip6tables-restore.$(OBJEXT) \
116         ip6tables_static-ip6tables-standalone.$(OBJEXT) \
117         ip6tables_static-ip6tables.$(OBJEXT) \
118         ip6tables_static-xtables.$(OBJEXT)
119 am_ip6tables_static_OBJECTS = $(am__objects_1)
120 ip6tables_static_OBJECTS = $(am_ip6tables_static_OBJECTS)
121 ip6tables_static_DEPENDENCIES = libiptc/libiptc.a extensions/libext6.a
122 am_iptables_OBJECTS = iptables-standalone.$(OBJEXT) iptables.$(OBJEXT) \
123         xtables.$(OBJEXT)
124 iptables_OBJECTS = $(am_iptables_OBJECTS)
125 iptables_DEPENDENCIES = libiptc/libiptc.a extensions/libext4.a
126 am_iptables_multi_OBJECTS = iptables_multi-iptables-multi.$(OBJEXT) \
127         iptables_multi-iptables-save.$(OBJEXT) \
128         iptables_multi-iptables-restore.$(OBJEXT) \
129         iptables_multi-iptables-xml.$(OBJEXT) \
130         iptables_multi-iptables-standalone.$(OBJEXT) \
131         iptables_multi-iptables.$(OBJEXT) \
132         iptables_multi-xtables.$(OBJEXT)
133 iptables_multi_OBJECTS = $(am_iptables_multi_OBJECTS)
134 am__DEPENDENCIES_2 = libiptc/libiptc.a extensions/libext4.a
135 iptables_multi_DEPENDENCIES = $(am__DEPENDENCIES_2)
136 am_iptables_restore_OBJECTS = iptables-restore.$(OBJEXT) \
137         iptables.$(OBJEXT) xtables.$(OBJEXT)
138 iptables_restore_OBJECTS = $(am_iptables_restore_OBJECTS)
139 iptables_restore_DEPENDENCIES = $(am__DEPENDENCIES_2)
140 am_iptables_save_OBJECTS = iptables-save.$(OBJEXT) iptables.$(OBJEXT) \
141         xtables.$(OBJEXT)
142 iptables_save_OBJECTS = $(am_iptables_save_OBJECTS)
143 iptables_save_DEPENDENCIES = $(am__DEPENDENCIES_2)
144 am__objects_2 = iptables_static-iptables-multi.$(OBJEXT) \
145         iptables_static-iptables-save.$(OBJEXT) \
146         iptables_static-iptables-restore.$(OBJEXT) \
147         iptables_static-iptables-xml.$(OBJEXT) \
148         iptables_static-iptables-standalone.$(OBJEXT) \
149         iptables_static-iptables.$(OBJEXT) \
150         iptables_static-xtables.$(OBJEXT)
151 am_iptables_static_OBJECTS = $(am__objects_2)
152 iptables_static_OBJECTS = $(am_iptables_static_OBJECTS)
153 iptables_static_DEPENDENCIES = libiptc/libiptc.a extensions/libext4.a
154 am_iptables_xml_OBJECTS = iptables-xml.$(OBJEXT)
155 iptables_xml_OBJECTS = $(am_iptables_xml_OBJECTS)
156 iptables_xml_LDADD = $(LDADD)
157 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
158 depcomp = $(SHELL) $(top_srcdir)/depcomp
159 am__depfiles_maybe = depfiles
160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
163         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
164         $(AM_CFLAGS) $(CFLAGS)
165 CCLD = $(CC)
166 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
167         $(AM_LDFLAGS) $(LDFLAGS) -o $@
168 SOURCES = $(libiptc_libiptc_a_SOURCES) $(ip6tables_SOURCES) \
169         $(ip6tables_multi_SOURCES) $(ip6tables_restore_SOURCES) \
170         $(ip6tables_save_SOURCES) $(ip6tables_static_SOURCES) \
171         $(iptables_SOURCES) $(iptables_multi_SOURCES) \
172         $(iptables_restore_SOURCES) $(iptables_save_SOURCES) \
173         $(iptables_static_SOURCES) $(iptables_xml_SOURCES)
174 DIST_SOURCES = $(libiptc_libiptc_a_SOURCES) $(ip6tables_SOURCES) \
175         $(ip6tables_multi_SOURCES) $(ip6tables_restore_SOURCES) \
176         $(ip6tables_save_SOURCES) $(ip6tables_static_SOURCES) \
177         $(iptables_SOURCES) $(iptables_multi_SOURCES) \
178         $(iptables_restore_SOURCES) $(iptables_save_SOURCES) \
179         $(iptables_static_SOURCES) $(iptables_xml_SOURCES)
180 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
181         html-recursive info-recursive install-data-recursive \
182         install-exec-recursive install-info-recursive \
183         install-recursive installcheck-recursive installdirs-recursive \
184         pdf-recursive ps-recursive uninstall-info-recursive \
185         uninstall-recursive
186 man8dir = $(mandir)/man8
187 NROFF = nroff
188 MANS = $(man_MANS)
189 am__include_HEADERS_DIST = include/xtables.h include/iptables.h \
190         include/ip6tables.h
191 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
192 am__vpath_adj = case $$p in \
193     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
194     *) f=$$p;; \
195   esac;
196 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
197 includeHEADERS_INSTALL = $(INSTALL_HEADER)
198 am__iptc_HEADERS_DIST = include/libiptc/libxtc.h \
199         include/libiptc/ipt_kernel_headers.h
200 iptcHEADERS_INSTALL = $(INSTALL_HEADER)
201 HEADERS = $(include_HEADERS) $(iptc_HEADERS)
202 ETAGS = etags
203 CTAGS = ctags
204 DIST_SUBDIRS = extensions libipq
205 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206 distdir = $(PACKAGE)-$(VERSION)
207 top_distdir = $(distdir)
208 am__remove_distdir = \
209   { test ! -d $(distdir) \
210     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
211          && rm -fr $(distdir); }; }
212 DIST_ARCHIVES = $(distdir).tar.gz
213 GZIP_ENV = --best
214 distuninstallcheck_listfiles = find . -type f -print
215 distcleancheck_listfiles = find . -type f -print
216 ACLOCAL = @ACLOCAL@
217 AMDEP_FALSE = @AMDEP_FALSE@
218 AMDEP_TRUE = @AMDEP_TRUE@
219 AMTAR = @AMTAR@
220 AR = @AR@
221 AUTOCONF = @AUTOCONF@
222 AUTOHEADER = @AUTOHEADER@
223 AUTOMAKE = @AUTOMAKE@
224 AWK = @AWK@
225 CC = @CC@
226 CCDEPMODE = @CCDEPMODE@
227 CFLAGS = @CFLAGS@
228 CPP = @CPP@
229 CPPFLAGS = @CPPFLAGS@
230 CXX = @CXX@
231 CXXCPP = @CXXCPP@
232 CXXDEPMODE = @CXXDEPMODE@
233 CXXFLAGS = @CXXFLAGS@
234 CYGPATH_W = @CYGPATH_W@
235 DEFS = @DEFS@
236 DEPDIR = @DEPDIR@
237 DSYMUTIL = @DSYMUTIL@
238 ECHO = @ECHO@
239 ECHO_C = @ECHO_C@
240 ECHO_N = @ECHO_N@
241 ECHO_T = @ECHO_T@
242 EGREP = @EGREP@
243 ENABLE_DEVEL_FALSE = @ENABLE_DEVEL_FALSE@
244 ENABLE_DEVEL_TRUE = @ENABLE_DEVEL_TRUE@
245 ENABLE_LIBIPQ_FALSE = @ENABLE_LIBIPQ_FALSE@
246 ENABLE_LIBIPQ_TRUE = @ENABLE_LIBIPQ_TRUE@
247 ENABLE_SHARED_FALSE = @ENABLE_SHARED_FALSE@
248 ENABLE_SHARED_TRUE = @ENABLE_SHARED_TRUE@
249 ENABLE_STATIC_FALSE = @ENABLE_STATIC_FALSE@
250 ENABLE_STATIC_TRUE = @ENABLE_STATIC_TRUE@
251 EXEEXT = @EXEEXT@
252 F77 = @F77@
253 FFLAGS = @FFLAGS@
254 GREP = @GREP@
255 INSTALL_DATA = @INSTALL_DATA@
256 INSTALL_PROGRAM = @INSTALL_PROGRAM@
257 INSTALL_SCRIPT = @INSTALL_SCRIPT@
258 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
259 LDFLAGS = @LDFLAGS@
260 LIBOBJS = @LIBOBJS@
261 LIBS = @LIBS@
262 LIBTOOL = @LIBTOOL@
263 LN_S = @LN_S@
264 LTLIBOBJS = @LTLIBOBJS@
265 MAKEINFO = @MAKEINFO@
266 NMEDIT = @NMEDIT@
267 OBJEXT = @OBJEXT@
268 PACKAGE = @PACKAGE@
269 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
270 PACKAGE_NAME = @PACKAGE_NAME@
271 PACKAGE_STRING = @PACKAGE_STRING@
272 PACKAGE_TARNAME = @PACKAGE_TARNAME@
273 PACKAGE_VERSION = @PACKAGE_VERSION@
274 PATH_SEPARATOR = @PATH_SEPARATOR@
275 RANLIB = @RANLIB@
276 SED = @SED@
277 SET_MAKE = @SET_MAKE@
278 SHELL = @SHELL@
279 STRIP = @STRIP@
280 VERSION = @VERSION@
281 XTABLES_VERSION_EXTRA = @XTABLES_VERSION_EXTRA@
282 XTABLES_VERSION_MAJOR = @XTABLES_VERSION_MAJOR@
283 XTABLES_VERSION_MINOR = @XTABLES_VERSION_MINOR@
284 XTABLES_VERSION_PATCH = @XTABLES_VERSION_PATCH@
285 ac_ct_CC = @ac_ct_CC@
286 ac_ct_CXX = @ac_ct_CXX@
287 ac_ct_F77 = @ac_ct_F77@
288 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
289 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
290 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
291 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
292 am__include = @am__include@
293 am__leading_dot = @am__leading_dot@
294 am__quote = @am__quote@
295 am__tar = @am__tar@
296 am__untar = @am__untar@
297 bindir = @bindir@
298 blacklist_modules = @blacklist_modules@
299 build = @build@
300 build_alias = @build_alias@
301 build_cpu = @build_cpu@
302 build_os = @build_os@
303 build_vendor = @build_vendor@
304 datadir = @datadir@
305 datarootdir = @datarootdir@
306 docdir = @docdir@
307 dvidir = @dvidir@
308 exec_prefix = @exec_prefix@
309 host = @host@
310 host_alias = @host_alias@
311 host_cpu = @host_cpu@
312 host_os = @host_os@
313 host_vendor = @host_vendor@
314 htmldir = @htmldir@
315 includedir = @includedir@
316 infodir = @infodir@
317 install_sh = @install_sh@
318 kbuilddir = @kbuilddir@
319 kinclude_CFLAGS = @kinclude_CFLAGS@
320 ksourcedir = @ksourcedir@
321 libdir = @libdir@
322 libexecdir = @libexecdir@
323 localedir = @localedir@
324 localstatedir = @localstatedir@
325 mandir = @mandir@
326 mkdir_p = @mkdir_p@
327 oldincludedir = @oldincludedir@
328 pdfdir = @pdfdir@
329 prefix = @prefix@
330 program_transform_name = @program_transform_name@
331 psdir = @psdir@
332 regular_CFLAGS = @regular_CFLAGS@
333 sbindir = @sbindir@
334 sharedstatedir = @sharedstatedir@
335 sysconfdir = @sysconfdir@
336 target_alias = @target_alias@
337 xtlibdir = @xtlibdir@
338 AUTOMAKE_OPTIONS = foreign subdir-objects
339 AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include ${kinclude_CFLAGS}
340 SUBDIRS := extensions $(am__append_1)
341
342 # libiptc
343 libiptc_libiptc_a_SOURCES = libiptc/libip4tc.c libiptc/libip6tc.c
344
345 # iptables, dynamic
346 iptables_SOURCES = iptables-standalone.c iptables.c xtables.c
347 iptables_LDFLAGS = -rdynamic
348 iptables_LDADD = -ldl -lm libiptc/libiptc.a extensions/libext4.a
349 iptables_multi_SOURCES = iptables-multi.c iptables-save.c \
350                             iptables-restore.c iptables-xml.c \
351                             iptables-standalone.c iptables.c xtables.c
352
353 iptables_multi_CFLAGS = ${AM_CFLAGS} -DIPTABLES_MULTI
354 iptables_multi_LDFLAGS = ${iptables_LDFLAGS}
355 iptables_multi_LDADD = ${iptables_LDADD}
356 iptables_restore_SOURCES = iptables-restore.c iptables.c xtables.c
357 iptables_restore_LDFLAGS = ${iptables_LDFLAGS}
358 iptables_restore_LDADD = ${iptables_LDADD}
359 iptables_save_SOURCES = iptables-save.c iptables.c xtables.c
360 iptables_save_LDFLAGS = ${iptables_LDFLAGS}
361 iptables_save_LDADD = ${iptables_LDADD}
362
363 # iptables-multi, semi-static
364 iptables_static_SOURCES = ${iptables_multi_SOURCES}
365 iptables_static_CFLAGS = ${iptables_multi_CFLAGS} -DNO_SHARED_LIBS=1
366 iptables_static_LDADD = -lm libiptc/libiptc.a extensions/libext4.a
367 iptables_xml_SOURCES = iptables-xml.c
368
369 # ip6tables, dynamic
370 ip6tables_SOURCES = ip6tables-standalone.c ip6tables.c xtables.c
371 ip6tables_LDFLAGS = -rdynamic
372 ip6tables_LDADD = -ldl -lm libiptc/libiptc.a extensions/libext6.a
373 ip6tables_multi_SOURCES = ip6tables-multi.c ip6tables-save.c \
374                             ip6tables-restore.c ip6tables-standalone.c \
375                             ip6tables.c xtables.c
376
377 ip6tables_multi_CFLAGS = ${AM_CFLAGS} -DIPTABLES_MULTI
378 ip6tables_multi_LDFLAGS = ${ip6tables_LDFLAGS}
379 ip6tables_multi_LDADD = ${ip6tables_LDADD}
380 ip6tables_restore_SOURCES = ip6tables-restore.c ip6tables.c xtables.c
381 ip6tables_restore_LDFLAGS = ${ip6tables_LDFLAGS}
382 ip6tables_restore_LDADD = ${ip6tables_LDADD}
383 ip6tables_save_SOURCES = ip6tables-save.c ip6tables.c xtables.c
384 ip6tables_save_LDFLAGS = ${ip6tables_LDFLAGS}
385 ip6tables_save_LDADD = ${ip6tables_LDADD}
386
387 # iptables-multi, semi-static
388 ip6tables_static_SOURCES = ${ip6tables_multi_SOURCES}
389 ip6tables_static_CFLAGS = ${ip6tables_multi_CFLAGS} -DNO_SHARED_LIBS=1
390 ip6tables_static_LDADD = -lm libiptc/libiptc.a extensions/libext6.a
391 noinst_LIBRARIES := libiptc/libiptc.a
392 man_MANS := iptables.8 iptables-restore.8 iptables-save.8 \
393                     iptables-xml.8 ip6tables.8 ip6tables-restore.8 \
394                     ip6tables-save.8
395
396 CLEANFILES := iptables.8 ip6tables.8
397 @ENABLE_DEVEL_TRUE@include_HEADERS := include/xtables.h include/iptables.h include/ip6tables.h
398 @ENABLE_DEVEL_TRUE@iptcdir = ${includedir}/libiptc
399 @ENABLE_DEVEL_TRUE@iptc_HEADERS := include/libiptc/libxtc.h \
400 @ENABLE_DEVEL_TRUE@                    include/libiptc/ipt_kernel_headers.h
401
402 all: config.h
403         $(MAKE) $(AM_MAKEFLAGS) all-recursive
404
405 .SUFFIXES:
406 .SUFFIXES: .c .lo .o .obj
407 am--refresh:
408         @:
409 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
410         @for dep in $?; do \
411           case '$(am__configure_deps)' in \
412             *$$dep*) \
413               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
414               cd $(srcdir) && $(AUTOMAKE) --foreign  \
415                 && exit 0; \
416               exit 1;; \
417           esac; \
418         done; \
419         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
420         cd $(top_srcdir) && \
421           $(AUTOMAKE) --foreign  Makefile
422 .PRECIOUS: Makefile
423 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
424         @case '$?' in \
425           *config.status*) \
426             echo ' $(SHELL) ./config.status'; \
427             $(SHELL) ./config.status;; \
428           *) \
429             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
430             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
431         esac;
432
433 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
434         $(SHELL) ./config.status --recheck
435
436 $(top_srcdir)/configure:  $(am__configure_deps)
437         cd $(srcdir) && $(AUTOCONF)
438 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
439         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
440
441 config.h: stamp-h1
442         @if test ! -f $@; then \
443           rm -f stamp-h1; \
444           $(MAKE) stamp-h1; \
445         else :; fi
446
447 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
448         @rm -f stamp-h1
449         cd $(top_builddir) && $(SHELL) ./config.status config.h
450 $(srcdir)/config.h.in:  $(am__configure_deps) 
451         cd $(top_srcdir) && $(AUTOHEADER)
452         rm -f stamp-h1
453         touch $@
454
455 distclean-hdr:
456         -rm -f config.h stamp-h1
457 extensions/GNUmakefile: $(top_builddir)/config.status $(top_srcdir)/extensions/GNUmakefile.in
458         cd $(top_builddir) && $(SHELL) ./config.status $@
459 include/xtables.h: $(top_builddir)/config.status $(top_srcdir)/include/xtables.h.in
460         cd $(top_builddir) && $(SHELL) ./config.status $@
461
462 clean-noinstLIBRARIES:
463         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
464 libiptc/$(am__dirstamp):
465         @$(mkdir_p) libiptc
466         @: > libiptc/$(am__dirstamp)
467 libiptc/$(DEPDIR)/$(am__dirstamp):
468         @$(mkdir_p) libiptc/$(DEPDIR)
469         @: > libiptc/$(DEPDIR)/$(am__dirstamp)
470 libiptc/libip4tc.$(OBJEXT): libiptc/$(am__dirstamp) \
471         libiptc/$(DEPDIR)/$(am__dirstamp)
472 libiptc/libip6tc.$(OBJEXT): libiptc/$(am__dirstamp) \
473         libiptc/$(DEPDIR)/$(am__dirstamp)
474 libiptc/libiptc.a: $(libiptc_libiptc_a_OBJECTS) $(libiptc_libiptc_a_DEPENDENCIES) libiptc/$(am__dirstamp)
475         -rm -f libiptc/libiptc.a
476         $(libiptc_libiptc_a_AR) libiptc/libiptc.a $(libiptc_libiptc_a_OBJECTS) $(libiptc_libiptc_a_LIBADD)
477         $(RANLIB) libiptc/libiptc.a
478 install-binPROGRAMS: $(bin_PROGRAMS)
479         @$(NORMAL_INSTALL)
480         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
481         @list='$(bin_PROGRAMS)'; for p in $$list; do \
482           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
483           if test -f $$p \
484              || test -f $$p1 \
485           ; then \
486             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
487            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
488            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
489           else :; fi; \
490         done
491
492 uninstall-binPROGRAMS:
493         @$(NORMAL_UNINSTALL)
494         @list='$(bin_PROGRAMS)'; for p in $$list; do \
495           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
496           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
497           rm -f "$(DESTDIR)$(bindir)/$$f"; \
498         done
499
500 clean-binPROGRAMS:
501         @list='$(bin_PROGRAMS)'; for p in $$list; do \
502           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
503           echo " rm -f $$p $$f"; \
504           rm -f $$p $$f ; \
505         done
506
507 clean-noinstPROGRAMS:
508         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
509           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
510           echo " rm -f $$p $$f"; \
511           rm -f $$p $$f ; \
512         done
513 install-sbinPROGRAMS: $(sbin_PROGRAMS)
514         @$(NORMAL_INSTALL)
515         test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
516         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
517           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
518           if test -f $$p \
519              || test -f $$p1 \
520           ; then \
521             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
522            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
523            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
524           else :; fi; \
525         done
526
527 uninstall-sbinPROGRAMS:
528         @$(NORMAL_UNINSTALL)
529         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
530           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
531           echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
532           rm -f "$(DESTDIR)$(sbindir)/$$f"; \
533         done
534
535 clean-sbinPROGRAMS:
536         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
537           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
538           echo " rm -f $$p $$f"; \
539           rm -f $$p $$f ; \
540         done
541 ip6tables$(EXEEXT): $(ip6tables_OBJECTS) $(ip6tables_DEPENDENCIES) 
542         @rm -f ip6tables$(EXEEXT)
543         $(LINK) $(ip6tables_LDFLAGS) $(ip6tables_OBJECTS) $(ip6tables_LDADD) $(LIBS)
544 ip6tables-multi$(EXEEXT): $(ip6tables_multi_OBJECTS) $(ip6tables_multi_DEPENDENCIES) 
545         @rm -f ip6tables-multi$(EXEEXT)
546         $(LINK) $(ip6tables_multi_LDFLAGS) $(ip6tables_multi_OBJECTS) $(ip6tables_multi_LDADD) $(LIBS)
547 ip6tables-restore$(EXEEXT): $(ip6tables_restore_OBJECTS) $(ip6tables_restore_DEPENDENCIES) 
548         @rm -f ip6tables-restore$(EXEEXT)
549         $(LINK) $(ip6tables_restore_LDFLAGS) $(ip6tables_restore_OBJECTS) $(ip6tables_restore_LDADD) $(LIBS)
550 ip6tables-save$(EXEEXT): $(ip6tables_save_OBJECTS) $(ip6tables_save_DEPENDENCIES) 
551         @rm -f ip6tables-save$(EXEEXT)
552         $(LINK) $(ip6tables_save_LDFLAGS) $(ip6tables_save_OBJECTS) $(ip6tables_save_LDADD) $(LIBS)
553 ip6tables-static$(EXEEXT): $(ip6tables_static_OBJECTS) $(ip6tables_static_DEPENDENCIES) 
554         @rm -f ip6tables-static$(EXEEXT)
555         $(LINK) $(ip6tables_static_LDFLAGS) $(ip6tables_static_OBJECTS) $(ip6tables_static_LDADD) $(LIBS)
556 iptables$(EXEEXT): $(iptables_OBJECTS) $(iptables_DEPENDENCIES) 
557         @rm -f iptables$(EXEEXT)
558         $(LINK) $(iptables_LDFLAGS) $(iptables_OBJECTS) $(iptables_LDADD) $(LIBS)
559 iptables-multi$(EXEEXT): $(iptables_multi_OBJECTS) $(iptables_multi_DEPENDENCIES) 
560         @rm -f iptables-multi$(EXEEXT)
561         $(LINK) $(iptables_multi_LDFLAGS) $(iptables_multi_OBJECTS) $(iptables_multi_LDADD) $(LIBS)
562 iptables-restore$(EXEEXT): $(iptables_restore_OBJECTS) $(iptables_restore_DEPENDENCIES) 
563         @rm -f iptables-restore$(EXEEXT)
564         $(LINK) $(iptables_restore_LDFLAGS) $(iptables_restore_OBJECTS) $(iptables_restore_LDADD) $(LIBS)
565 iptables-save$(EXEEXT): $(iptables_save_OBJECTS) $(iptables_save_DEPENDENCIES) 
566         @rm -f iptables-save$(EXEEXT)
567         $(LINK) $(iptables_save_LDFLAGS) $(iptables_save_OBJECTS) $(iptables_save_LDADD) $(LIBS)
568 iptables-static$(EXEEXT): $(iptables_static_OBJECTS) $(iptables_static_DEPENDENCIES) 
569         @rm -f iptables-static$(EXEEXT)
570         $(LINK) $(iptables_static_LDFLAGS) $(iptables_static_OBJECTS) $(iptables_static_LDADD) $(LIBS)
571 iptables-xml$(EXEEXT): $(iptables_xml_OBJECTS) $(iptables_xml_DEPENDENCIES) 
572         @rm -f iptables-xml$(EXEEXT)
573         $(LINK) $(iptables_xml_LDFLAGS) $(iptables_xml_OBJECTS) $(iptables_xml_LDADD) $(LIBS)
574
575 mostlyclean-compile:
576         -rm -f *.$(OBJEXT)
577         -rm -f libiptc/libip4tc.$(OBJEXT)
578         -rm -f libiptc/libip6tc.$(OBJEXT)
579
580 distclean-compile:
581         -rm -f *.tab.c
582
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables-restore.Po@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables-save.Po@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables-standalone.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables.Po@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-multi.Po@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-restore.Po@am__quote@
589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-save.Po@am__quote@
590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables-standalone.Po@am__quote@
591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-ip6tables.Po@am__quote@
592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_multi-xtables.Po@am__quote@
593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-multi.Po@am__quote@
594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-restore.Po@am__quote@
595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-save.Po@am__quote@
596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables-standalone.Po@am__quote@
597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-ip6tables.Po@am__quote@
598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip6tables_static-xtables.Po@am__quote@
599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-restore.Po@am__quote@
600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-save.Po@am__quote@
601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-standalone.Po@am__quote@
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables-xml.Po@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables.Po@am__quote@
604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-multi.Po@am__quote@
605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-restore.Po@am__quote@
606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-save.Po@am__quote@
607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-standalone.Po@am__quote@
608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables-xml.Po@am__quote@
609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-iptables.Po@am__quote@
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_multi-xtables.Po@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-multi.Po@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-restore.Po@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-save.Po@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-standalone.Po@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables-xml.Po@am__quote@
616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-iptables.Po@am__quote@
617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iptables_static-xtables.Po@am__quote@
618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtables.Po@am__quote@
619 @AMDEP_TRUE@@am__include@ @am__quote@libiptc/$(DEPDIR)/libip4tc.Po@am__quote@
620 @AMDEP_TRUE@@am__include@ @am__quote@libiptc/$(DEPDIR)/libip6tc.Po@am__quote@
621
622 .c.o:
623 @am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
624 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
625 @am__fastdepCC_TRUE@    then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628 @am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
629
630 .c.obj:
631 @am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
632 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
633 @am__fastdepCC_TRUE@    then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636 @am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
637
638 .c.lo:
639 @am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
640 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
641 @am__fastdepCC_TRUE@    then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
645
646 ip6tables_multi-ip6tables-multi.o: ip6tables-multi.c
647 @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; \
648 @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
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_multi-ip6tables-multi.o' libtool=no @AMDEPBACKSLASH@
650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651 @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
652
653 ip6tables_multi-ip6tables-multi.obj: ip6tables-multi.c
654 @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`; \
655 @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
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_multi-ip6tables-multi.obj' libtool=no @AMDEPBACKSLASH@
657 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658 @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`
659
660 ip6tables_multi-ip6tables-save.o: ip6tables-save.c
661 @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; \
662 @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
663 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_multi-ip6tables-save.o' libtool=no @AMDEPBACKSLASH@
664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665 @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
666
667 ip6tables_multi-ip6tables-save.obj: ip6tables-save.c
668 @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`; \
669 @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
670 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_multi-ip6tables-save.obj' libtool=no @AMDEPBACKSLASH@
671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672 @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`
673
674 ip6tables_multi-ip6tables-restore.o: ip6tables-restore.c
675 @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; \
676 @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
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_multi-ip6tables-restore.o' libtool=no @AMDEPBACKSLASH@
678 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679 @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
680
681 ip6tables_multi-ip6tables-restore.obj: ip6tables-restore.c
682 @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`; \
683 @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
684 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_multi-ip6tables-restore.obj' libtool=no @AMDEPBACKSLASH@
685 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686 @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`
687
688 ip6tables_multi-ip6tables-standalone.o: ip6tables-standalone.c
689 @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; \
690 @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
691 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_multi-ip6tables-standalone.o' libtool=no @AMDEPBACKSLASH@
692 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693 @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
694
695 ip6tables_multi-ip6tables-standalone.obj: ip6tables-standalone.c
696 @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`; \
697 @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
698 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_multi-ip6tables-standalone.obj' libtool=no @AMDEPBACKSLASH@
699 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700 @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`
701
702 ip6tables_multi-ip6tables.o: ip6tables.c
703 @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; \
704 @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
705 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_multi-ip6tables.o' libtool=no @AMDEPBACKSLASH@
706 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707 @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
708
709 ip6tables_multi-ip6tables.obj: ip6tables.c
710 @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`; \
711 @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
712 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_multi-ip6tables.obj' libtool=no @AMDEPBACKSLASH@
713 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714 @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`
715
716 ip6tables_multi-xtables.o: xtables.c
717 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-xtables.o -MD -MP -MF "$(DEPDIR)/ip6tables_multi-xtables.Tpo" -c -o ip6tables_multi-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c; \
718 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-xtables.Tpo" "$(DEPDIR)/ip6tables_multi-xtables.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-xtables.Tpo"; exit 1; fi
719 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='ip6tables_multi-xtables.o' libtool=no @AMDEPBACKSLASH@
720 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c
722
723 ip6tables_multi-xtables.obj: xtables.c
724 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -MT ip6tables_multi-xtables.obj -MD -MP -MF "$(DEPDIR)/ip6tables_multi-xtables.Tpo" -c -o ip6tables_multi-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`; \
725 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/ip6tables_multi-xtables.Tpo" "$(DEPDIR)/ip6tables_multi-xtables.Po"; else rm -f "$(DEPDIR)/ip6tables_multi-xtables.Tpo"; exit 1; fi
726 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='ip6tables_multi-xtables.obj' libtool=no @AMDEPBACKSLASH@
727 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ip6tables_multi_CFLAGS) $(CFLAGS) -c -o ip6tables_multi-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`
729
730 ip6tables_static-ip6tables-multi.o: ip6tables-multi.c
731 @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; \
732 @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
733 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_static-ip6tables-multi.o' libtool=no @AMDEPBACKSLASH@
734 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735 @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
736
737 ip6tables_static-ip6tables-multi.obj: ip6tables-multi.c
738 @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`; \
739 @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
740 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-multi.c' object='ip6tables_static-ip6tables-multi.obj' libtool=no @AMDEPBACKSLASH@
741 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742 @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`
743
744 ip6tables_static-ip6tables-save.o: ip6tables-save.c
745 @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; \
746 @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
747 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_static-ip6tables-save.o' libtool=no @AMDEPBACKSLASH@
748 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749 @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
750
751 ip6tables_static-ip6tables-save.obj: ip6tables-save.c
752 @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`; \
753 @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
754 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-save.c' object='ip6tables_static-ip6tables-save.obj' libtool=no @AMDEPBACKSLASH@
755 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756 @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`
757
758 ip6tables_static-ip6tables-restore.o: ip6tables-restore.c
759 @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; \
760 @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
761 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_static-ip6tables-restore.o' libtool=no @AMDEPBACKSLASH@
762 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763 @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
764
765 ip6tables_static-ip6tables-restore.obj: ip6tables-restore.c
766 @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`; \
767 @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
768 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-restore.c' object='ip6tables_static-ip6tables-restore.obj' libtool=no @AMDEPBACKSLASH@
769 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770 @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`
771
772 ip6tables_static-ip6tables-standalone.o: ip6tables-standalone.c
773 @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; \
774 @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
775 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_static-ip6tables-standalone.o' libtool=no @AMDEPBACKSLASH@
776 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777 @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
778
779 ip6tables_static-ip6tables-standalone.obj: ip6tables-standalone.c
780 @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`; \
781 @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
782 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables-standalone.c' object='ip6tables_static-ip6tables-standalone.obj' libtool=no @AMDEPBACKSLASH@
783 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784 @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`
785
786 ip6tables_static-ip6tables.o: ip6tables.c
787 @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; \
788 @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
789 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_static-ip6tables.o' libtool=no @AMDEPBACKSLASH@
790 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791 @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
792
793 ip6tables_static-ip6tables.obj: ip6tables.c
794 @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`; \
795 @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
796 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ip6tables.c' object='ip6tables_static-ip6tables.obj' libtool=no @AMDEPBACKSLASH@
797 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798 @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`
799
800 ip6tables_static-xtables.o: xtables.c
801 @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; \
802 @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
803 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='ip6tables_static-xtables.o' libtool=no @AMDEPBACKSLASH@
804 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805 @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
806
807 ip6tables_static-xtables.obj: xtables.c
808 @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`; \
809 @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
810 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='ip6tables_static-xtables.obj' libtool=no @AMDEPBACKSLASH@
811 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812 @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`
813
814 iptables_multi-iptables-multi.o: iptables-multi.c
815 @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; \
816 @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
817 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_multi-iptables-multi.o' libtool=no @AMDEPBACKSLASH@
818 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819 @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
820
821 iptables_multi-iptables-multi.obj: iptables-multi.c
822 @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`; \
823 @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
824 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_multi-iptables-multi.obj' libtool=no @AMDEPBACKSLASH@
825 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826 @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`
827
828 iptables_multi-iptables-save.o: iptables-save.c
829 @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; \
830 @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
831 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_multi-iptables-save.o' libtool=no @AMDEPBACKSLASH@
832 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833 @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
834
835 iptables_multi-iptables-save.obj: iptables-save.c
836 @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`; \
837 @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
838 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_multi-iptables-save.obj' libtool=no @AMDEPBACKSLASH@
839 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840 @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`
841
842 iptables_multi-iptables-restore.o: iptables-restore.c
843 @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; \
844 @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
845 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_multi-iptables-restore.o' libtool=no @AMDEPBACKSLASH@
846 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847 @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
848
849 iptables_multi-iptables-restore.obj: iptables-restore.c
850 @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`; \
851 @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
852 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_multi-iptables-restore.obj' libtool=no @AMDEPBACKSLASH@
853 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
854 @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`
855
856 iptables_multi-iptables-xml.o: iptables-xml.c
857 @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; \
858 @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
859 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_multi-iptables-xml.o' libtool=no @AMDEPBACKSLASH@
860 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
861 @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
862
863 iptables_multi-iptables-xml.obj: iptables-xml.c
864 @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`; \
865 @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
866 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_multi-iptables-xml.obj' libtool=no @AMDEPBACKSLASH@
867 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868 @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`
869
870 iptables_multi-iptables-standalone.o: iptables-standalone.c
871 @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; \
872 @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
873 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_multi-iptables-standalone.o' libtool=no @AMDEPBACKSLASH@
874 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
875 @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
876
877 iptables_multi-iptables-standalone.obj: iptables-standalone.c
878 @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`; \
879 @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
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_multi-iptables-standalone.obj' libtool=no @AMDEPBACKSLASH@
881 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
882 @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`
883
884 iptables_multi-iptables.o: iptables.c
885 @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; \
886 @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
887 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_multi-iptables.o' libtool=no @AMDEPBACKSLASH@
888 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
889 @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
890
891 iptables_multi-iptables.obj: iptables.c
892 @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`; \
893 @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
894 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_multi-iptables.obj' libtool=no @AMDEPBACKSLASH@
895 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
896 @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`
897
898 iptables_multi-xtables.o: xtables.c
899 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-xtables.o -MD -MP -MF "$(DEPDIR)/iptables_multi-xtables.Tpo" -c -o iptables_multi-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c; \
900 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-xtables.Tpo" "$(DEPDIR)/iptables_multi-xtables.Po"; else rm -f "$(DEPDIR)/iptables_multi-xtables.Tpo"; exit 1; fi
901 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='iptables_multi-xtables.o' libtool=no @AMDEPBACKSLASH@
902 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
903 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-xtables.o `test -f 'xtables.c' || echo '$(srcdir)/'`xtables.c
904
905 iptables_multi-xtables.obj: xtables.c
906 @am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -MT iptables_multi-xtables.obj -MD -MP -MF "$(DEPDIR)/iptables_multi-xtables.Tpo" -c -o iptables_multi-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`; \
907 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/iptables_multi-xtables.Tpo" "$(DEPDIR)/iptables_multi-xtables.Po"; else rm -f "$(DEPDIR)/iptables_multi-xtables.Tpo"; exit 1; fi
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='iptables_multi-xtables.obj' libtool=no @AMDEPBACKSLASH@
909 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
910 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(iptables_multi_CFLAGS) $(CFLAGS) -c -o iptables_multi-xtables.obj `if test -f 'xtables.c'; then $(CYGPATH_W) 'xtables.c'; else $(CYGPATH_W) '$(srcdir)/xtables.c'; fi`
911
912 iptables_static-iptables-multi.o: iptables-multi.c
913 @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; \
914 @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
915 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_static-iptables-multi.o' libtool=no @AMDEPBACKSLASH@
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
917 @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
918
919 iptables_static-iptables-multi.obj: iptables-multi.c
920 @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`; \
921 @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
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-multi.c' object='iptables_static-iptables-multi.obj' libtool=no @AMDEPBACKSLASH@
923 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
924 @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`
925
926 iptables_static-iptables-save.o: iptables-save.c
927 @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; \
928 @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
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_static-iptables-save.o' libtool=no @AMDEPBACKSLASH@
930 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
931 @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
932
933 iptables_static-iptables-save.obj: iptables-save.c
934 @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`; \
935 @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
936 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-save.c' object='iptables_static-iptables-save.obj' libtool=no @AMDEPBACKSLASH@
937 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
938 @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`
939
940 iptables_static-iptables-restore.o: iptables-restore.c
941 @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; \
942 @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
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_static-iptables-restore.o' libtool=no @AMDEPBACKSLASH@
944 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
945 @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
946
947 iptables_static-iptables-restore.obj: iptables-restore.c
948 @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`; \
949 @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
950 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-restore.c' object='iptables_static-iptables-restore.obj' libtool=no @AMDEPBACKSLASH@
951 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
952 @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`
953
954 iptables_static-iptables-xml.o: iptables-xml.c
955 @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; \
956 @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
957 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_static-iptables-xml.o' libtool=no @AMDEPBACKSLASH@
958 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
959 @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
960
961 iptables_static-iptables-xml.obj: iptables-xml.c
962 @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`; \
963 @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
964 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-xml.c' object='iptables_static-iptables-xml.obj' libtool=no @AMDEPBACKSLASH@
965 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
966 @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`
967
968 iptables_static-iptables-standalone.o: iptables-standalone.c
969 @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; \
970 @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
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_static-iptables-standalone.o' libtool=no @AMDEPBACKSLASH@
972 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
973 @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
974
975 iptables_static-iptables-standalone.obj: iptables-standalone.c
976 @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`; \
977 @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
978 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables-standalone.c' object='iptables_static-iptables-standalone.obj' libtool=no @AMDEPBACKSLASH@
979 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
980 @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`
981
982 iptables_static-iptables.o: iptables.c
983 @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; \
984 @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
985 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_static-iptables.o' libtool=no @AMDEPBACKSLASH@
986 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
987 @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
988
989 iptables_static-iptables.obj: iptables.c
990 @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`; \
991 @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
992 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='iptables.c' object='iptables_static-iptables.obj' libtool=no @AMDEPBACKSLASH@
993 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
994 @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`
995
996 iptables_static-xtables.o: xtables.c
997 @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; \
998 @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
999 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='iptables_static-xtables.o' libtool=no @AMDEPBACKSLASH@
1000 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1001 @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
1002
1003 iptables_static-xtables.obj: xtables.c
1004 @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`; \
1005 @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
1006 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xtables.c' object='iptables_static-xtables.obj' libtool=no @AMDEPBACKSLASH@
1007 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1008 @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`
1009
1010 mostlyclean-libtool:
1011         -rm -f *.lo
1012
1013 clean-libtool:
1014         -rm -rf .libs _libs
1015
1016 distclean-libtool:
1017         -rm -f libtool
1018 uninstall-info-am:
1019 install-man8: $(man8_MANS) $(man_MANS)
1020         @$(NORMAL_INSTALL)
1021         test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
1022         @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
1023         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1024         for i in $$l2; do \
1025           case "$$i" in \
1026             *.8*) list="$$list $$i" ;; \
1027           esac; \
1028         done; \
1029         for i in $$list; do \
1030           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
1031           else file=$$i; fi; \
1032           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1033           case "$$ext" in \
1034             8*) ;; \
1035             *) ext='8' ;; \
1036           esac; \
1037           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1038           inst=`echo $$inst | sed -e 's/^.*\///'`; \
1039           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1040           echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1041           $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
1042         done
1043 uninstall-man8:
1044         @$(NORMAL_UNINSTALL)
1045         @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
1046         l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
1047         for i in $$l2; do \
1048           case "$$i" in \
1049             *.8*) list="$$list $$i" ;; \
1050           esac; \
1051         done; \
1052         for i in $$list; do \
1053           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
1054           case "$$ext" in \
1055             8*) ;; \
1056             *) ext='8' ;; \
1057           esac; \
1058           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
1059           inst=`echo $$inst | sed -e 's/^.*\///'`; \
1060           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
1061           echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
1062           rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
1063         done
1064 install-includeHEADERS: $(include_HEADERS)
1065         @$(NORMAL_INSTALL)
1066         test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
1067         @list='$(include_HEADERS)'; for p in $$list; do \
1068           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1069           f=$(am__strip_dir) \
1070           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
1071           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
1072         done
1073
1074 uninstall-includeHEADERS:
1075         @$(NORMAL_UNINSTALL)
1076         @list='$(include_HEADERS)'; for p in $$list; do \
1077           f=$(am__strip_dir) \
1078           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
1079           rm -f "$(DESTDIR)$(includedir)/$$f"; \
1080         done
1081 install-iptcHEADERS: $(iptc_HEADERS)
1082         @$(NORMAL_INSTALL)
1083         test -z "$(iptcdir)" || $(mkdir_p) "$(DESTDIR)$(iptcdir)"
1084         @list='$(iptc_HEADERS)'; for p in $$list; do \
1085           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1086           f=$(am__strip_dir) \
1087           echo " $(iptcHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(iptcdir)/$$f'"; \
1088           $(iptcHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(iptcdir)/$$f"; \
1089         done
1090
1091 uninstall-iptcHEADERS:
1092         @$(NORMAL_UNINSTALL)
1093         @list='$(iptc_HEADERS)'; for p in $$list; do \
1094           f=$(am__strip_dir) \
1095           echo " rm -f '$(DESTDIR)$(iptcdir)/$$f'"; \
1096           rm -f "$(DESTDIR)$(iptcdir)/$$f"; \
1097         done
1098
1099 # This directory's subdirectories are mostly independent; you can cd
1100 # into them and run `make' without going through this Makefile.
1101 # To change the values of `make' variables: instead of editing Makefiles,
1102 # (1) if the variable is set in `config.status', edit `config.status'
1103 #     (which will cause the Makefiles to be regenerated when you run `make');
1104 # (2) otherwise, pass the desired values on the `make' command line.
1105 $(RECURSIVE_TARGETS):
1106         @failcom='exit 1'; \
1107         for f in x $$MAKEFLAGS; do \
1108           case $$f in \
1109             *=* | --[!k]*);; \
1110             *k*) failcom='fail=yes';; \
1111           esac; \
1112         done; \
1113         dot_seen=no; \
1114         target=`echo $@ | sed s/-recursive//`; \
1115         list='$(SUBDIRS)'; for subdir in $$list; do \
1116           echo "Making $$target in $$subdir"; \
1117           if test "$$subdir" = "."; then \
1118             dot_seen=yes; \
1119             local_target="$$target-am"; \
1120           else \
1121             local_target="$$target"; \
1122           fi; \
1123           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1124           || eval $$failcom; \
1125         done; \
1126         if test "$$dot_seen" = "no"; then \
1127           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1128         fi; test -z "$$fail"
1129
1130 mostlyclean-recursive clean-recursive distclean-recursive \
1131 maintainer-clean-recursive:
1132         @failcom='exit 1'; \
1133         for f in x $$MAKEFLAGS; do \
1134           case $$f in \
1135             *=* | --[!k]*);; \
1136             *k*) failcom='fail=yes';; \
1137           esac; \
1138         done; \
1139         dot_seen=no; \
1140         case "$@" in \
1141           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1142           *) list='$(SUBDIRS)' ;; \
1143         esac; \
1144         rev=''; for subdir in $$list; do \
1145           if test "$$subdir" = "."; then :; else \
1146             rev="$$subdir $$rev"; \
1147           fi; \
1148         done; \
1149         rev="$$rev ."; \
1150         target=`echo $@ | sed s/-recursive//`; \
1151         for subdir in $$rev; do \
1152           echo "Making $$target in $$subdir"; \
1153           if test "$$subdir" = "."; then \
1154             local_target="$$target-am"; \
1155           else \
1156             local_target="$$target"; \
1157           fi; \
1158           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1159           || eval $$failcom; \
1160         done && test -z "$$fail"
1161 tags-recursive:
1162         list='$(SUBDIRS)'; for subdir in $$list; do \
1163           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1164         done
1165 ctags-recursive:
1166         list='$(SUBDIRS)'; for subdir in $$list; do \
1167           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1168         done
1169
1170 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1171         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1172         unique=`for i in $$list; do \
1173             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1174           done | \
1175           $(AWK) '    { files[$$0] = 1; } \
1176                END { for (i in files) print i; }'`; \
1177         mkid -fID $$unique
1178 tags: TAGS
1179
1180 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1181                 $(TAGS_FILES) $(LISP)
1182         tags=; \
1183         here=`pwd`; \
1184         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1185           include_option=--etags-include; \
1186           empty_fix=.; \
1187         else \
1188           include_option=--include; \
1189           empty_fix=; \
1190         fi; \
1191         list='$(SUBDIRS)'; for subdir in $$list; do \
1192           if test "$$subdir" = .; then :; else \
1193             test ! -f $$subdir/TAGS || \
1194               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1195           fi; \
1196         done; \
1197         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1198         unique=`for i in $$list; do \
1199             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1200           done | \
1201           $(AWK) '    { files[$$0] = 1; } \
1202                END { for (i in files) print i; }'`; \
1203         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1204           test -n "$$unique" || unique=$$empty_fix; \
1205           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1206             $$tags $$unique; \
1207         fi
1208 ctags: CTAGS
1209 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1210                 $(TAGS_FILES) $(LISP)
1211         tags=; \
1212         here=`pwd`; \
1213         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1214         unique=`for i in $$list; do \
1215             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1216           done | \
1217           $(AWK) '    { files[$$0] = 1; } \
1218                END { for (i in files) print i; }'`; \
1219         test -z "$(CTAGS_ARGS)$$tags$$unique" \
1220           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1221              $$tags $$unique
1222
1223 GTAGS:
1224         here=`$(am__cd) $(top_builddir) && pwd` \
1225           && cd $(top_srcdir) \
1226           && gtags -i $(GTAGS_ARGS) $$here
1227
1228 distclean-tags:
1229         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1230
1231 distdir: $(DISTFILES)
1232         $(am__remove_distdir)
1233         mkdir $(distdir)
1234         $(mkdir_p) $(distdir)/extensions $(distdir)/include $(distdir)/include/libiptc
1235         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1236         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1237         list='$(DISTFILES)'; for file in $$list; do \
1238           case $$file in \
1239             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1240             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1241           esac; \
1242           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1243           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1244           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1245             dir="/$$dir"; \
1246             $(mkdir_p) "$(distdir)$$dir"; \
1247           else \
1248             dir=''; \
1249           fi; \
1250           if test -d $$d/$$file; then \
1251             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1252               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1253             fi; \
1254             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1255           else \
1256             test -f $(distdir)/$$file \
1257             || cp -p $$d/$$file $(distdir)/$$file \
1258             || exit 1; \
1259           fi; \
1260         done
1261         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1262           if test "$$subdir" = .; then :; else \
1263             test -d "$(distdir)/$$subdir" \
1264             || $(mkdir_p) "$(distdir)/$$subdir" \
1265             || exit 1; \
1266             distdir=`$(am__cd) $(distdir) && pwd`; \
1267             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1268             (cd $$subdir && \
1269               $(MAKE) $(AM_MAKEFLAGS) \
1270                 top_distdir="$$top_distdir" \
1271                 distdir="$$distdir/$$subdir" \
1272                 distdir) \
1273               || exit 1; \
1274           fi; \
1275         done
1276         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1277           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1278           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1279           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
1280         || chmod -R a+r $(distdir)
1281 dist-gzip: distdir
1282         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1283         $(am__remove_distdir)
1284
1285 dist-bzip2: distdir
1286         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1287         $(am__remove_distdir)
1288
1289 dist-tarZ: distdir
1290         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1291         $(am__remove_distdir)
1292
1293 dist-shar: distdir
1294         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1295         $(am__remove_distdir)
1296
1297 dist-zip: distdir
1298         -rm -f $(distdir).zip
1299         zip -rq $(distdir).zip $(distdir)
1300         $(am__remove_distdir)
1301
1302 dist dist-all: distdir
1303         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1304         $(am__remove_distdir)
1305
1306 # This target untars the dist file and tries a VPATH configuration.  Then
1307 # it guarantees that the distribution is self-contained by making another
1308 # tarfile.
1309 distcheck: dist
1310         case '$(DIST_ARCHIVES)' in \
1311         *.tar.gz*) \
1312           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1313         *.tar.bz2*) \
1314           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1315         *.tar.Z*) \
1316           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1317         *.shar.gz*) \
1318           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1319         *.zip*) \
1320           unzip $(distdir).zip ;;\
1321         esac
1322         chmod -R a-w $(distdir); chmod a+w $(distdir)
1323         mkdir $(distdir)/_build
1324         mkdir $(distdir)/_inst
1325         chmod a-w $(distdir)
1326         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1327           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1328           && cd $(distdir)/_build \
1329           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1330             $(DISTCHECK_CONFIGURE_FLAGS) \
1331           && $(MAKE) $(AM_MAKEFLAGS) \
1332           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1333           && $(MAKE) $(AM_MAKEFLAGS) check \
1334           && $(MAKE) $(AM_MAKEFLAGS) install \
1335           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1336           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1337           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1338                 distuninstallcheck \
1339           && chmod -R a-w "$$dc_install_base" \
1340           && ({ \
1341                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1342                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1343                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1344                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1345                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1346               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1347           && rm -rf "$$dc_destdir" \
1348           && $(MAKE) $(AM_MAKEFLAGS) dist \
1349           && rm -rf $(DIST_ARCHIVES) \
1350           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1351         $(am__remove_distdir)
1352         @(echo "$(distdir) archives ready for distribution: "; \
1353           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1354           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
1355 distuninstallcheck:
1356         @cd $(distuninstallcheck_dir) \
1357         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1358            || { echo "ERROR: files left after uninstall:" ; \
1359                 if test -n "$(DESTDIR)"; then \
1360                   echo "  (check DESTDIR support)"; \
1361                 fi ; \
1362                 $(distuninstallcheck_listfiles) ; \
1363                 exit 1; } >&2
1364 distcleancheck: distclean
1365         @if test '$(srcdir)' = . ; then \
1366           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1367           exit 1 ; \
1368         fi
1369         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1370           || { echo "ERROR: files left in build directory after distclean:" ; \
1371                $(distcleancheck_listfiles) ; \
1372                exit 1; } >&2
1373 check-am: all-am
1374 check: check-recursive
1375 all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) config.h
1376 installdirs: installdirs-recursive
1377 installdirs-am:
1378         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(iptcdir)"; do \
1379           test -z "$$dir" || $(mkdir_p) "$$dir"; \
1380         done
1381 install: install-recursive
1382 install-exec: install-exec-recursive
1383 install-data: install-data-recursive
1384 uninstall: uninstall-recursive
1385
1386 install-am: all-am
1387         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1388
1389 installcheck: installcheck-recursive
1390 install-strip:
1391         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1392           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1393           `test -z '$(STRIP)' || \
1394             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1395 mostlyclean-generic:
1396
1397 clean-generic:
1398         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1399
1400 distclean-generic:
1401         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1402         -rm -f libiptc/$(DEPDIR)/$(am__dirstamp)
1403         -rm -f libiptc/$(am__dirstamp)
1404
1405 maintainer-clean-generic:
1406         @echo "This command is intended for maintainers to use"
1407         @echo "it deletes files that may require special tools to rebuild."
1408 clean: clean-recursive
1409
1410 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1411         clean-noinstLIBRARIES clean-noinstPROGRAMS clean-sbinPROGRAMS \
1412         mostlyclean-am
1413
1414 distclean: distclean-recursive
1415         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1416         -rm -rf ./$(DEPDIR) libiptc/$(DEPDIR)
1417         -rm -f Makefile
1418 distclean-am: clean-am distclean-compile distclean-generic \
1419         distclean-hdr distclean-libtool distclean-tags
1420
1421 dvi: dvi-recursive
1422
1423 dvi-am:
1424
1425 html: html-recursive
1426
1427 info: info-recursive
1428
1429 info-am:
1430
1431 install-data-am: install-includeHEADERS install-iptcHEADERS \
1432         install-man
1433
1434 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
1435
1436 install-info: install-info-recursive
1437
1438 install-man: install-man8
1439
1440 installcheck-am:
1441
1442 maintainer-clean: maintainer-clean-recursive
1443         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1444         -rm -rf $(top_srcdir)/autom4te.cache
1445         -rm -rf ./$(DEPDIR) libiptc/$(DEPDIR)
1446         -rm -f Makefile
1447 maintainer-clean-am: distclean-am maintainer-clean-generic
1448
1449 mostlyclean: mostlyclean-recursive
1450
1451 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1452         mostlyclean-libtool
1453
1454 pdf: pdf-recursive
1455
1456 pdf-am:
1457
1458 ps: ps-recursive
1459
1460 ps-am:
1461
1462 uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \
1463         uninstall-info-am uninstall-iptcHEADERS uninstall-man \
1464         uninstall-sbinPROGRAMS
1465
1466 uninstall-info: uninstall-info-recursive
1467
1468 uninstall-man: uninstall-man8
1469
1470 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1471         check-am clean clean-binPROGRAMS clean-generic clean-libtool \
1472         clean-noinstLIBRARIES clean-noinstPROGRAMS clean-recursive \
1473         clean-sbinPROGRAMS ctags ctags-recursive dist dist-all \
1474         dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \
1475         distclean distclean-compile distclean-generic distclean-hdr \
1476         distclean-libtool distclean-recursive distclean-tags \
1477         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1478         html-am info info-am install install-am install-binPROGRAMS \
1479         install-data install-data-am install-exec install-exec-am \
1480         install-includeHEADERS install-info install-info-am \
1481         install-iptcHEADERS install-man install-man8 \
1482         install-sbinPROGRAMS install-strip installcheck \
1483         installcheck-am installdirs installdirs-am maintainer-clean \
1484         maintainer-clean-generic maintainer-clean-recursive \
1485         mostlyclean mostlyclean-compile mostlyclean-generic \
1486         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1487         tags tags-recursive uninstall uninstall-am \
1488         uninstall-binPROGRAMS uninstall-includeHEADERS \
1489         uninstall-info-am uninstall-iptcHEADERS uninstall-man \
1490         uninstall-man8 uninstall-sbinPROGRAMS
1491
1492
1493 iptables.8: ${srcdir}/iptables.8.in extensions/matches4.man extensions/targets4.man
1494         ${AM_VERBOSE_GEN} sed -e '/@MATCH@/ r extensions/matches4.man' -e '/@TARGET@/ r extensions/targets4.man' $< >$@;
1495
1496 ip6tables.8: ${srcdir}/ip6tables.8.in extensions/matches6.man extensions/targets6.man
1497         ${AM_VERBOSE_GEN} sed -e '/@MATCH@/ r extensions/matches6.man' -e '/@TARGET@/ r extensions/targets6.man' $< >$@;
1498
1499 extensions/%:
1500         ${MAKE} ${AM_MAKEFLAGS} -C $(@D) $(@F)
1501
1502 .PHONY: tarball
1503 tarball:
1504         rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
1505         pushd ${top_srcdir} && git-archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
1506         pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
1507         tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
1508         rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
1509 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1510 # Otherwise a system limit (for SysV at least) may be exceeded.
1511 .NOEXPORT: