~ubuntu-branches/ubuntu/trusty/xtables-addons/trusty

« back to all changes in this revision

Viewing changes to extensions/ipset-4/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier, Pierre Chifflier, Dmitry Smirnov
  • Date: 2011-12-05 22:10:25 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20111205221025-ogq3g7zsm912lmsh
Tags: 1.40-1
[ Pierre Chifflier ]
* Add patch to avoid calling depmod during build
* Add VCS links
* Change license for packaging files to GPL-2+ (with agreement of all
  authors).
* Add Dmitry Smirnov as co-maintainer
  - Merge all changes
* Imported Upstream version 1.40 (2011-11-30)
  Fixes:
  - build: the code actually requires at least iptables 1.4.5
    (would yield a compile error otherwise), make sure configure
    checks for it; update INSTALL
  - xt_ECHO: fix kernel warning about RTAX_HOPLIMIT being used
  - xt_ipv4options: fix an infinite loop
  Changes:
  - xt_ECHO: now calculates UDP checksum
  - Linux kernel versions below 2.6.32 are no longer officially
    supported, and will not be part of compilation testing.
  - update to ipset 6.10
  Enhancements:
  - xt_ECHO: IPv6 support

[Dmitry Smirnov] <onlyjob@member.fsf.org>
* Major repackaging (Closes: #638061)
  * Obsolete ipset_v4 replaced with new ipset_v6 (Closes: #648083)
  * debian/copyright updated for DEP5 compatibility
  * debian/control updated
    - Standards version update
    - Depends update
    - Build-depends tightening
  * debian/watch fixed
  * debian/rules rewrite
    - get-orig-source target added
    - build-time cleanup (make clean) is fixed
    - second build do not fail
    - offload most tasks to debhelper (with minimum overrides)
    - standalone debian/rules for xtables-addons-source
    - using CFLAGS/Hardening if provided by DPKG
    - dynamically prepare DKMS config during build
    - configure for Kbuild only if headers available
  * lintianization
    - override for package-name-doesnt-match-sonames
  * DKMS package cleanup
    - broken post-init script removed
    - only clean source is packaged
    - improved configuration
  * source package cleanup
    - module-assistant rules use debhelper more
    - using CFLAGS if provided by DPKG
  * lintian override
  * DKMS config sanitation (all argument in double quotes)
  * patch to avoid build-time depmod invocation
* Imported Upstream version 1.39 (2011-09-21)
  - libxt_ACCOUNT: fix compilation after missing libxtables_CFLAGS
  - build: fix compilation after missing libxtables_CFLAGS in submodules
  - build: add missing linux/version.h includes where needed
  - Remove unsupported ipset 4.x from the Xtables-addons distribution
  - ipset: move ipset_errcode from src to library to avoid undefined reference
  - update to ipset 6.9.1
  - xt_CHECKSUM: abort build when the feature is already provided by mainline
  - xt_SYSRQ: fix UDPLITE header lookup in IPv6
  - xt_TARPIT: fix kernel warning about RTAX_HOPLIMIT being used
  - xt_TEE: abort build when the feature is already provided by mainline
  - xt_ipp2p: support UDPLITE
  - xt_pknock: support UDPLITE
  - xt_psd: restore functionality with UDP
  - xt_psd: support UDPLITE
  - support for Linux 3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# -*- Makefile -*-
19
 
 
20
 
# -*- Makefile -*-
21
 
# AUTOMAKE
22
 
 
23
 
VPATH = @srcdir@
24
 
pkgdatadir = $(datadir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
26
 
pkglibdir = $(libdir)/@PACKAGE@
27
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
28
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29
 
install_sh_DATA = $(install_sh) -c -m 644
30
 
install_sh_PROGRAM = $(install_sh) -c
31
 
install_sh_SCRIPT = $(install_sh) -c
32
 
INSTALL_HEADER = $(INSTALL_DATA)
33
 
transform = $(program_transform_name)
34
 
NORMAL_INSTALL = :
35
 
PRE_INSTALL = :
36
 
POST_INSTALL = :
37
 
NORMAL_UNINSTALL = :
38
 
PRE_UNINSTALL = :
39
 
POST_UNINSTALL = :
40
 
build_triplet = @build@
41
 
host_triplet = @host@
42
 
DIST_COMMON = $(srcdir)/../../Makefile.extra $(srcdir)/Makefile.am \
43
 
        $(srcdir)/Makefile.in
44
 
sbin_PROGRAMS = ipset$(EXEEXT)
45
 
subdir = extensions/ipset-4
46
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
48
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
49
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50
 
        $(top_srcdir)/configure.ac
51
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
 
        $(ACLOCAL_M4)
53
 
mkinstalldirs = $(install_sh) -d
54
 
CONFIG_HEADER = $(top_builddir)/config.h
55
 
CONFIG_CLEAN_FILES =
56
 
CONFIG_CLEAN_VPATH_FILES =
57
 
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
58
 
PROGRAMS = $(sbin_PROGRAMS)
59
 
ipset_SOURCES = ipset.c
60
 
ipset_OBJECTS = ipset.$(OBJEXT)
61
 
ipset_DEPENDENCIES =
62
 
AM_V_lt = $(am__v_lt_$(V))
63
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
64
 
am__v_lt_0 = --silent
65
 
ipset_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
66
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
67
 
        $(ipset_LDFLAGS) $(LDFLAGS) -o $@
68
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
69
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
70
 
am__depfiles_maybe = depfiles
71
 
am__mv = mv -f
72
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
75
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
76
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
77
 
        $(AM_CFLAGS) $(CFLAGS)
78
 
AM_V_CC = $(am__v_CC_$(V))
79
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
80
 
am__v_CC_0 = @echo "  CC    " $@;
81
 
AM_V_at = $(am__v_at_$(V))
82
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
83
 
am__v_at_0 = @
84
 
CCLD = $(CC)
85
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
86
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
87
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
88
 
AM_V_CCLD = $(am__v_CCLD_$(V))
89
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
90
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
91
 
AM_V_GEN = $(am__v_GEN_$(V))
92
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
93
 
am__v_GEN_0 = @echo "  GEN   " $@;
94
 
SOURCES = ipset.c
95
 
DIST_SOURCES = ipset.c
96
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
97
 
am__vpath_adj = case $$p in \
98
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
99
 
    *) f=$$p;; \
100
 
  esac;
101
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
102
 
am__install_max = 40
103
 
am__nobase_strip_setup = \
104
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
105
 
am__nobase_strip = \
106
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
107
 
am__nobase_list = $(am__nobase_strip_setup); \
108
 
  for p in $$list; do echo "$$p $$p"; done | \
109
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
110
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
111
 
    if (++n[$$2] == $(am__install_max)) \
112
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
113
 
    END { for (dir in files) print dir, files[dir] }'
114
 
am__base_list = \
115
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
116
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
117
 
man8dir = $(mandir)/man8
118
 
NROFF = nroff
119
 
MANS = $(man_MANS)
120
 
ETAGS = etags
121
 
CTAGS = ctags
122
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123
 
ACLOCAL = @ACLOCAL@
124
 
AMTAR = @AMTAR@
125
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
126
 
AR = @AR@
127
 
AUTOCONF = @AUTOCONF@
128
 
AUTOHEADER = @AUTOHEADER@
129
 
AUTOMAKE = @AUTOMAKE@
130
 
AWK = @AWK@
131
 
CC = @CC@
132
 
CCDEPMODE = @CCDEPMODE@
133
 
CFLAGS = @CFLAGS@
134
 
CPP = @CPP@
135
 
CPPFLAGS = @CPPFLAGS@
136
 
CYGPATH_W = @CYGPATH_W@
137
 
DEFS = @DEFS@
138
 
DEPDIR = @DEPDIR@
139
 
DSYMUTIL = @DSYMUTIL@
140
 
DUMPBIN = @DUMPBIN@
141
 
ECHO_C = @ECHO_C@
142
 
ECHO_N = @ECHO_N@
143
 
ECHO_T = @ECHO_T@
144
 
EGREP = @EGREP@
145
 
EXEEXT = @EXEEXT@
146
 
FGREP = @FGREP@
147
 
GREP = @GREP@
148
 
INSTALL = @INSTALL@
149
 
INSTALL_DATA = @INSTALL_DATA@
150
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
151
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
152
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153
 
LD = @LD@
154
 
LDFLAGS = @LDFLAGS@
155
 
LIBOBJS = @LIBOBJS@
156
 
LIBS = @LIBS@
157
 
LIBTOOL = @LIBTOOL@
158
 
LIPO = @LIPO@
159
 
LN_S = @LN_S@
160
 
LTLIBOBJS = @LTLIBOBJS@
161
 
MAKEINFO = @MAKEINFO@
162
 
MKDIR_P = @MKDIR_P@
163
 
NM = @NM@
164
 
NMEDIT = @NMEDIT@
165
 
OBJDUMP = @OBJDUMP@
166
 
OBJEXT = @OBJEXT@
167
 
OTOOL = @OTOOL@
168
 
OTOOL64 = @OTOOL64@
169
 
PACKAGE = @PACKAGE@
170
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171
 
PACKAGE_NAME = @PACKAGE_NAME@
172
 
PACKAGE_STRING = @PACKAGE_STRING@
173
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
174
 
PACKAGE_URL = @PACKAGE_URL@
175
 
PACKAGE_VERSION = @PACKAGE_VERSION@
176
 
PATH_SEPARATOR = @PATH_SEPARATOR@
177
 
PKG_CONFIG = @PKG_CONFIG@
178
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
179
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
180
 
RANLIB = @RANLIB@
181
 
SED = @SED@
182
 
SET_MAKE = @SET_MAKE@
183
 
SHELL = @SHELL@
184
 
STRIP = @STRIP@
185
 
VERSION = @VERSION@
186
 
abs_builddir = @abs_builddir@
187
 
abs_srcdir = @abs_srcdir@
188
 
abs_top_builddir = @abs_top_builddir@
189
 
abs_top_srcdir = @abs_top_srcdir@
190
 
ac_ct_CC = @ac_ct_CC@
191
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
192
 
am__include = @am__include@
193
 
am__leading_dot = @am__leading_dot@
194
 
am__quote = @am__quote@
195
 
am__tar = @am__tar@
196
 
am__untar = @am__untar@
197
 
bindir = @bindir@
198
 
build = @build@
199
 
build_alias = @build_alias@
200
 
build_cpu = @build_cpu@
201
 
build_os = @build_os@
202
 
build_vendor = @build_vendor@
203
 
builddir = @builddir@
204
 
datadir = @datadir@
205
 
datarootdir = @datarootdir@
206
 
docdir = @docdir@
207
 
dvidir = @dvidir@
208
 
exec_prefix = @exec_prefix@
209
 
host = @host@
210
 
host_alias = @host_alias@
211
 
host_cpu = @host_cpu@
212
 
host_os = @host_os@
213
 
host_vendor = @host_vendor@
214
 
htmldir = @htmldir@
215
 
includedir = @includedir@
216
 
infodir = @infodir@
217
 
install_sh = @install_sh@
218
 
kbuilddir = @kbuilddir@
219
 
libdir = @libdir@
220
 
libexecdir = @libexecdir@
221
 
libmnl_CFLAGS = @libmnl_CFLAGS@
222
 
libmnl_LIBS = @libmnl_LIBS@
223
 
libxtables_CFLAGS = @libxtables_CFLAGS@
224
 
libxtables_LIBS = @libxtables_LIBS@
225
 
localedir = @localedir@
226
 
localstatedir = @localstatedir@
227
 
lt_ECHO = @lt_ECHO@
228
 
mandir = @mandir@
229
 
mkdir_p = @mkdir_p@
230
 
oldincludedir = @oldincludedir@
231
 
pdfdir = @pdfdir@
232
 
prefix = @prefix@
233
 
program_transform_name = @program_transform_name@
234
 
psdir = @psdir@
235
 
regular_CFLAGS = @regular_CFLAGS@
236
 
regular_CPPFLAGS = @regular_CPPFLAGS@
237
 
sbindir = @sbindir@
238
 
sharedstatedir = @sharedstatedir@
239
 
srcdir = @srcdir@
240
 
sysconfdir = @sysconfdir@
241
 
target_alias = @target_alias@
242
 
top_build_prefix = @top_build_prefix@
243
 
top_builddir = @top_builddir@
244
 
top_srcdir = @top_srcdir@
245
 
xtlibdir = @xtlibdir@
246
 
AM_CPPFLAGS = ${regular_CPPFLAGS} -DIPSET_LIB_DIR=\"${xtlibdir}\" \
247
 
            -DIP_NF_SET_HASHSIZE=1024
248
 
 
249
 
AM_CFLAGS = ${regular_CFLAGS}
250
 
XA_SRCDIR = ${srcdir}
251
 
XA_TOPSRCDIR = ${top_srcdir}
252
 
XA_ABSTOPSRCDIR = ${abs_top_srcdir}
253
 
_mcall = -f ${top_builddir}/Makefile.iptrules
254
 
ipset_LDADD = -ldl
255
 
ipset_LDFLAGS = -rdynamic
256
 
man_MANS = ipset.8
257
 
all: all-am
258
 
 
259
 
.SUFFIXES:
260
 
.SUFFIXES: .c .lo .o .obj
261
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/../../Makefile.extra $(am__configure_deps)
262
 
        @for dep in $?; do \
263
 
          case '$(am__configure_deps)' in \
264
 
            *$$dep*) \
265
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
266
 
                && { if test -f $@; then exit 0; else break; fi; }; \
267
 
              exit 1;; \
268
 
          esac; \
269
 
        done; \
270
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign extensions/ipset-4/Makefile'; \
271
 
        $(am__cd) $(top_srcdir) && \
272
 
          $(AUTOMAKE) --foreign extensions/ipset-4/Makefile
273
 
.PRECIOUS: Makefile
274
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275
 
        @case '$?' in \
276
 
          *config.status*) \
277
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
278
 
          *) \
279
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
280
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
281
 
        esac;
282
 
 
283
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
284
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
 
 
286
 
$(top_srcdir)/configure:  $(am__configure_deps)
287
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
289
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
 
$(am__aclocal_m4_deps):
291
 
install-sbinPROGRAMS: $(sbin_PROGRAMS)
292
 
        @$(NORMAL_INSTALL)
293
 
        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
294
 
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
295
 
        for p in $$list; do echo "$$p $$p"; done | \
296
 
        sed 's/$(EXEEXT)$$//' | \
297
 
        while read p p1; do if test -f $$p || test -f $$p1; \
298
 
          then echo "$$p"; echo "$$p"; else :; fi; \
299
 
        done | \
300
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
301
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
302
 
        sed 'N;N;N;s,\n, ,g' | \
303
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
304
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
305
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
306
 
            else { print "f", $$3 "/" $$4, $$1; } } \
307
 
          END { for (d in files) print "f", d, files[d] }' | \
308
 
        while read type dir files; do \
309
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
310
 
            test -z "$$files" || { \
311
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
312
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
313
 
            } \
314
 
        ; done
315
 
 
316
 
uninstall-sbinPROGRAMS:
317
 
        @$(NORMAL_UNINSTALL)
318
 
        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
319
 
        files=`for p in $$list; do echo "$$p"; done | \
320
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
321
 
              -e 's/$$/$(EXEEXT)/' `; \
322
 
        test -n "$$list" || exit 0; \
323
 
        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
324
 
        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
325
 
 
326
 
clean-sbinPROGRAMS:
327
 
        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
328
 
        echo " rm -f" $$list; \
329
 
        rm -f $$list || exit $$?; \
330
 
        test -n "$(EXEEXT)" || exit 0; \
331
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
332
 
        echo " rm -f" $$list; \
333
 
        rm -f $$list
334
 
ipset$(EXEEXT): $(ipset_OBJECTS) $(ipset_DEPENDENCIES) 
335
 
        @rm -f ipset$(EXEEXT)
336
 
        $(AM_V_CCLD)$(ipset_LINK) $(ipset_OBJECTS) $(ipset_LDADD) $(LIBS)
337
 
 
338
 
mostlyclean-compile:
339
 
        -rm -f *.$(OBJEXT)
340
 
 
341
 
distclean-compile:
342
 
        -rm -f *.tab.c
343
 
 
344
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipset.Po@am__quote@
345
 
 
346
 
.c.o:
347
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
348
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
349
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
350
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
351
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
 
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
354
 
 
355
 
.c.obj:
356
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
357
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
358
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
359
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
360
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
363
 
 
364
 
.c.lo:
365
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
366
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
367
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
368
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
369
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
370
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
372
 
 
373
 
mostlyclean-libtool:
374
 
        -rm -f *.lo
375
 
 
376
 
clean-libtool:
377
 
        -rm -rf .libs _libs
378
 
install-man8: $(man_MANS)
379
 
        @$(NORMAL_INSTALL)
380
 
        test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
381
 
        @list=''; test -n "$(man8dir)" || exit 0; \
382
 
        { for i in $$list; do echo "$$i"; done; \
383
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
384
 
          sed -n '/\.8[a-z]*$$/p'; \
385
 
        } | while read p; do \
386
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
387
 
          echo "$$d$$p"; echo "$$p"; \
388
 
        done | \
389
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
390
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
391
 
        sed 'N;N;s,\n, ,g' | { \
392
 
        list=; while read file base inst; do \
393
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
394
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
395
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
396
 
          fi; \
397
 
        done; \
398
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
399
 
        while read files; do \
400
 
          test -z "$$files" || { \
401
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
402
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
403
 
        done; }
404
 
 
405
 
uninstall-man8:
406
 
        @$(NORMAL_UNINSTALL)
407
 
        @list=''; test -n "$(man8dir)" || exit 0; \
408
 
        files=`{ for i in $$list; do echo "$$i"; done; \
409
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
410
 
          sed -n '/\.8[a-z]*$$/p'; \
411
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
412
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
413
 
        test -z "$$files" || { \
414
 
          echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
415
 
          cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
416
 
 
417
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419
 
        unique=`for i in $$list; do \
420
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421
 
          done | \
422
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
423
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
424
 
        mkid -fID $$unique
425
 
tags: TAGS
426
 
 
427
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
428
 
                $(TAGS_FILES) $(LISP)
429
 
        set x; \
430
 
        here=`pwd`; \
431
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
432
 
        unique=`for i in $$list; do \
433
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434
 
          done | \
435
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
437
 
        shift; \
438
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
439
 
          test -n "$$unique" || unique=$$empty_fix; \
440
 
          if test $$# -gt 0; then \
441
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442
 
              "$$@" $$unique; \
443
 
          else \
444
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445
 
              $$unique; \
446
 
          fi; \
447
 
        fi
448
 
ctags: CTAGS
449
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
450
 
                $(TAGS_FILES) $(LISP)
451
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
452
 
        unique=`for i in $$list; do \
453
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454
 
          done | \
455
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
457
 
        test -z "$(CTAGS_ARGS)$$unique" \
458
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
459
 
             $$unique
460
 
 
461
 
GTAGS:
462
 
        here=`$(am__cd) $(top_builddir) && pwd` \
463
 
          && $(am__cd) $(top_srcdir) \
464
 
          && gtags -i $(GTAGS_ARGS) "$$here"
465
 
 
466
 
distclean-tags:
467
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
 
 
469
 
distdir: $(DISTFILES)
470
 
        @list='$(MANS)'; if test -n "$$list"; then \
471
 
          list=`for p in $$list; do \
472
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
473
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
474
 
          if test -n "$$list" && \
475
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
476
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
477
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
478
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
479
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
480
 
            exit 1; \
481
 
          else :; fi; \
482
 
        else :; fi
483
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485
 
        list='$(DISTFILES)'; \
486
 
          dist_files=`for file in $$list; do echo $$file; done | \
487
 
          sed -e "s|^$$srcdirstrip/||;t" \
488
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489
 
        case $$dist_files in \
490
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
491
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
492
 
                           sort -u` ;; \
493
 
        esac; \
494
 
        for file in $$dist_files; do \
495
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
496
 
          if test -d $$d/$$file; then \
497
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
498
 
            if test -d "$(distdir)/$$file"; then \
499
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500
 
            fi; \
501
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
503
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504
 
            fi; \
505
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
506
 
          else \
507
 
            test -f "$(distdir)/$$file" \
508
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
509
 
            || exit 1; \
510
 
          fi; \
511
 
        done
512
 
check-am: all-am
513
 
check: check-am
514
 
all-am: Makefile $(PROGRAMS) $(MANS) all-local
515
 
installdirs:
516
 
        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
517
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
518
 
        done
519
 
install: install-am
520
 
install-exec: install-exec-am
521
 
install-data: install-data-am
522
 
uninstall: uninstall-am
523
 
 
524
 
install-am: all-am
525
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
526
 
 
527
 
installcheck: installcheck-am
528
 
install-strip:
529
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531
 
          `test -z '$(STRIP)' || \
532
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
533
 
mostlyclean-generic:
534
 
 
535
 
clean-generic:
536
 
 
537
 
distclean-generic:
538
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
539
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
540
 
 
541
 
maintainer-clean-generic:
542
 
        @echo "This command is intended for maintainers to use"
543
 
        @echo "it deletes files that may require special tools to rebuild."
544
 
clean: clean-am
545
 
 
546
 
clean-am: clean-generic clean-libtool clean-local clean-sbinPROGRAMS \
547
 
        mostlyclean-am
548
 
 
549
 
distclean: distclean-am
550
 
        -rm -rf ./$(DEPDIR)
551
 
        -rm -f Makefile
552
 
distclean-am: clean-am distclean-compile distclean-generic \
553
 
        distclean-tags
554
 
 
555
 
dvi: dvi-am
556
 
 
557
 
dvi-am:
558
 
 
559
 
html: html-am
560
 
 
561
 
html-am:
562
 
 
563
 
info: info-am
564
 
 
565
 
info-am:
566
 
 
567
 
install-data-am: install-man
568
 
 
569
 
install-dvi: install-dvi-am
570
 
 
571
 
install-dvi-am:
572
 
 
573
 
install-exec-am: install-exec-local install-sbinPROGRAMS
574
 
 
575
 
install-html: install-html-am
576
 
 
577
 
install-html-am:
578
 
 
579
 
install-info: install-info-am
580
 
 
581
 
install-info-am:
582
 
 
583
 
install-man: install-man8
584
 
 
585
 
install-pdf: install-pdf-am
586
 
 
587
 
install-pdf-am:
588
 
 
589
 
install-ps: install-ps-am
590
 
 
591
 
install-ps-am:
592
 
 
593
 
installcheck-am:
594
 
 
595
 
maintainer-clean: maintainer-clean-am
596
 
        -rm -rf ./$(DEPDIR)
597
 
        -rm -f Makefile
598
 
maintainer-clean-am: distclean-am maintainer-clean-generic
599
 
 
600
 
mostlyclean: mostlyclean-am
601
 
 
602
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
603
 
        mostlyclean-libtool
604
 
 
605
 
pdf: pdf-am
606
 
 
607
 
pdf-am:
608
 
 
609
 
ps: ps-am
610
 
 
611
 
ps-am:
612
 
 
613
 
uninstall-am: uninstall-man uninstall-sbinPROGRAMS
614
 
 
615
 
uninstall-man: uninstall-man8
616
 
 
617
 
.MAKE: install-am install-strip
618
 
 
619
 
.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
620
 
        clean-generic clean-libtool clean-local clean-sbinPROGRAMS \
621
 
        ctags distclean distclean-compile distclean-generic \
622
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
623
 
        html-am info info-am install install-am install-data \
624
 
        install-data-am install-dvi install-dvi-am install-exec \
625
 
        install-exec-am install-exec-local install-html \
626
 
        install-html-am install-info install-info-am install-man \
627
 
        install-man8 install-pdf install-pdf-am install-ps \
628
 
        install-ps-am install-sbinPROGRAMS install-strip installcheck \
629
 
        installcheck-am installdirs maintainer-clean \
630
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
631
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
632
 
        tags uninstall uninstall-am uninstall-man uninstall-man8 \
633
 
        uninstall-sbinPROGRAMS
634
 
 
635
 
 
636
 
export AM_CPPFLAGS
637
 
export AM_CFLAGS
638
 
export XA_SRCDIR
639
 
export XA_TOPSRCDIR
640
 
export XA_ABSTOPSRCDIR
641
 
 
642
 
all-local: user-all-local
643
 
 
644
 
install-exec-local: user-install-local
645
 
 
646
 
clean-local: user-clean-local
647
 
 
648
 
user-all-local:
649
 
        ${MAKE} ${_mcall} all;
650
 
 
651
 
# Have no user-install-data-local ATM
652
 
user-install-local: user-install-exec-local
653
 
 
654
 
user-install-exec-local:
655
 
        ${MAKE} ${_mcall} install;
656
 
 
657
 
user-clean-local:
658
 
        ${MAKE} ${_mcall} clean;
659
 
 
660
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
661
 
# Otherwise a system limit (for SysV at least) may be exceeded.
662
 
.NOEXPORT: