~ubuntu-branches/ubuntu/utopic/strongswan/utopic

« back to all changes in this revision

Viewing changes to src/libcharon/plugins/lookip/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonathan Davies
  • Date: 2014-01-20 19:00:59 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140120190059-z8e4dl3g8cd09yi5
Tags: 5.1.2~dr3+git20130120-0ubuntu1
* Upstream Git snapshot for build fixes with regards to entropy.
* debian/rules:
  - Enforcing DEB_BUILD_OPTIONS=nostrip for library integrity checking.
  - Set TESTS_REDUCED_KEYLENGTHS to one generate smallest key-lengths in
    tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.3 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
 
 
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
 
18
 
VPATH = @srcdir@
19
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20
 
am__make_running_with_option = \
21
 
  case $${target_option-} in \
22
 
      ?) ;; \
23
 
      *) echo "am__make_running_with_option: internal error: invalid" \
24
 
              "target option '$${target_option-}' specified" >&2; \
25
 
         exit 1;; \
26
 
  esac; \
27
 
  has_opt=no; \
28
 
  sane_makeflags=$$MAKEFLAGS; \
29
 
  if $(am__is_gnu_make); then \
30
 
    sane_makeflags=$$MFLAGS; \
31
 
  else \
32
 
    case $$MAKEFLAGS in \
33
 
      *\\[\ \   ]*) \
34
 
        bs=\\; \
35
 
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36
 
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37
 
    esac; \
38
 
  fi; \
39
 
  skip_next=no; \
40
 
  strip_trailopt () \
41
 
  { \
42
 
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43
 
  }; \
44
 
  for flg in $$sane_makeflags; do \
45
 
    test $$skip_next = yes && { skip_next=no; continue; }; \
46
 
    case $$flg in \
47
 
      *=*|--*) continue;; \
48
 
        -*I) strip_trailopt 'I'; skip_next=yes;; \
49
 
      -*I?*) strip_trailopt 'I';; \
50
 
        -*O) strip_trailopt 'O'; skip_next=yes;; \
51
 
      -*O?*) strip_trailopt 'O';; \
52
 
        -*l) strip_trailopt 'l'; skip_next=yes;; \
53
 
      -*l?*) strip_trailopt 'l';; \
54
 
      -[dEDm]) skip_next=yes;; \
55
 
      -[JT]) skip_next=yes;; \
56
 
    esac; \
57
 
    case $$flg in \
58
 
      *$$target_option*) has_opt=yes; break;; \
59
 
    esac; \
60
 
  done; \
61
 
  test $$has_opt = yes
62
 
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63
 
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64
 
pkgdatadir = $(datadir)/@PACKAGE@
65
 
pkgincludedir = $(includedir)/@PACKAGE@
66
 
pkglibdir = $(libdir)/@PACKAGE@
67
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
68
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69
 
install_sh_DATA = $(install_sh) -c -m 644
70
 
install_sh_PROGRAM = $(install_sh) -c
71
 
install_sh_SCRIPT = $(install_sh) -c
72
 
INSTALL_HEADER = $(INSTALL_DATA)
73
 
transform = $(program_transform_name)
74
 
NORMAL_INSTALL = :
75
 
PRE_INSTALL = :
76
 
POST_INSTALL = :
77
 
NORMAL_UNINSTALL = :
78
 
PRE_UNINSTALL = :
79
 
POST_UNINSTALL = :
80
 
build_triplet = @build@
81
 
host_triplet = @host@
82
 
ipsec_PROGRAMS = lookip$(EXEEXT)
83
 
subdir = src/libcharon/plugins/lookip
84
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
 
        $(top_srcdir)/depcomp
86
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
 
am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
88
 
        $(top_srcdir)/m4/config/ltoptions.m4 \
89
 
        $(top_srcdir)/m4/config/ltsugar.m4 \
90
 
        $(top_srcdir)/m4/config/ltversion.m4 \
91
 
        $(top_srcdir)/m4/config/lt~obsolete.m4 \
92
 
        $(top_srcdir)/m4/macros/split-package-version.m4 \
93
 
        $(top_srcdir)/m4/macros/with.m4 \
94
 
        $(top_srcdir)/m4/macros/enable-disable.m4 \
95
 
        $(top_srcdir)/m4/macros/add-plugin.m4 \
96
 
        $(top_srcdir)/configure.ac
97
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98
 
        $(ACLOCAL_M4)
99
 
mkinstalldirs = $(install_sh) -d
100
 
CONFIG_HEADER = $(top_builddir)/config.h
101
 
CONFIG_CLEAN_FILES =
102
 
CONFIG_CLEAN_VPATH_FILES =
103
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104
 
am__vpath_adj = case $$p in \
105
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106
 
    *) f=$$p;; \
107
 
  esac;
108
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109
 
am__install_max = 40
110
 
am__nobase_strip_setup = \
111
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112
 
am__nobase_strip = \
113
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114
 
am__nobase_list = $(am__nobase_strip_setup); \
115
 
  for p in $$list; do echo "$$p $$p"; done | \
116
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118
 
    if (++n[$$2] == $(am__install_max)) \
119
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120
 
    END { for (dir in files) print dir, files[dir] }'
121
 
am__base_list = \
122
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124
 
am__uninstall_files_from_dir = { \
125
 
  test -z "$$files" \
126
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
127
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
128
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
129
 
  }
130
 
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(ipsecdir)"
131
 
LTLIBRARIES = $(noinst_LTLIBRARIES) $(plugin_LTLIBRARIES)
132
 
libstrongswan_lookip_la_LIBADD =
133
 
am_libstrongswan_lookip_la_OBJECTS = lookip_plugin.lo \
134
 
        lookip_listener.lo lookip_socket.lo
135
 
libstrongswan_lookip_la_OBJECTS =  \
136
 
        $(am_libstrongswan_lookip_la_OBJECTS)
137
 
AM_V_lt = $(am__v_lt_@AM_V@)
138
 
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
139
 
am__v_lt_0 = --silent
140
 
am__v_lt_1 = 
141
 
libstrongswan_lookip_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
142
 
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
143
 
        $(AM_CFLAGS) $(CFLAGS) $(libstrongswan_lookip_la_LDFLAGS) \
144
 
        $(LDFLAGS) -o $@
145
 
@MONOLITHIC_FALSE@am_libstrongswan_lookip_la_rpath = -rpath \
146
 
@MONOLITHIC_FALSE@      $(plugindir)
147
 
@MONOLITHIC_TRUE@am_libstrongswan_lookip_la_rpath =
148
 
PROGRAMS = $(ipsec_PROGRAMS)
149
 
am_lookip_OBJECTS = lookip.$(OBJEXT)
150
 
lookip_OBJECTS = $(am_lookip_OBJECTS)
151
 
lookip_LDADD = $(LDADD)
152
 
AM_V_P = $(am__v_P_@AM_V@)
153
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
154
 
am__v_P_0 = false
155
 
am__v_P_1 = :
156
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
157
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
158
 
am__v_GEN_0 = @echo "  GEN     " $@;
159
 
am__v_GEN_1 = 
160
 
AM_V_at = $(am__v_at_@AM_V@)
161
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162
 
am__v_at_0 = @
163
 
am__v_at_1 = 
164
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
165
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
166
 
am__depfiles_maybe = depfiles
167
 
am__mv = mv -f
168
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
169
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
170
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
172
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
173
 
        $(AM_CFLAGS) $(CFLAGS)
174
 
AM_V_CC = $(am__v_CC_@AM_V@)
175
 
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
176
 
am__v_CC_0 = @echo "  CC      " $@;
177
 
am__v_CC_1 = 
178
 
CCLD = $(CC)
179
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
181
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
182
 
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
183
 
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
184
 
am__v_CCLD_0 = @echo "  CCLD    " $@;
185
 
am__v_CCLD_1 = 
186
 
SOURCES = $(libstrongswan_lookip_la_SOURCES) $(lookip_SOURCES)
187
 
DIST_SOURCES = $(libstrongswan_lookip_la_SOURCES) $(lookip_SOURCES)
188
 
am__can_run_installinfo = \
189
 
  case $$AM_UPDATE_INFO_DIR in \
190
 
    n|no|NO) false;; \
191
 
    *) (install-info --version) >/dev/null 2>&1;; \
192
 
  esac
193
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194
 
# Read a list of newline-separated strings from the standard input,
195
 
# and print each of them once, without duplicates.  Input order is
196
 
# *not* preserved.
197
 
am__uniquify_input = $(AWK) '\
198
 
  BEGIN { nonempty = 0; } \
199
 
  { items[$$0] = 1; nonempty = 1; } \
200
 
  END { if (nonempty) { for (i in items) print i; }; } \
201
 
'
202
 
# Make sure the list of sources is unique.  This is necessary because,
203
 
# e.g., the same source file might be shared among _SOURCES variables
204
 
# for different programs/libraries.
205
 
am__define_uniq_tagged_files = \
206
 
  list='$(am__tagged_files)'; \
207
 
  unique=`for i in $$list; do \
208
 
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209
 
  done | $(am__uniquify_input)`
210
 
ETAGS = etags
211
 
CTAGS = ctags
212
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213
 
ACLOCAL = @ACLOCAL@
214
 
ALLOCA = @ALLOCA@
215
 
AMTAR = @AMTAR@
216
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217
 
AR = @AR@
218
 
AUTOCONF = @AUTOCONF@
219
 
AUTOHEADER = @AUTOHEADER@
220
 
AUTOMAKE = @AUTOMAKE@
221
 
AWK = @AWK@
222
 
BFDLIB = @BFDLIB@
223
 
BTLIB = @BTLIB@
224
 
CC = @CC@
225
 
CCDEPMODE = @CCDEPMODE@
226
 
CFLAGS = @CFLAGS@
227
 
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
228
 
COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
229
 
CPP = @CPP@
230
 
CPPFLAGS = @CPPFLAGS@
231
 
CYGPATH_W = @CYGPATH_W@
232
 
DEFS = @DEFS@
233
 
DEPDIR = @DEPDIR@
234
 
DLLIB = @DLLIB@
235
 
DLLTOOL = @DLLTOOL@
236
 
DSYMUTIL = @DSYMUTIL@
237
 
DUMPBIN = @DUMPBIN@
238
 
ECHO_C = @ECHO_C@
239
 
ECHO_N = @ECHO_N@
240
 
ECHO_T = @ECHO_T@
241
 
EGREP = @EGREP@
242
 
EXEEXT = @EXEEXT@
243
 
FGREP = @FGREP@
244
 
GENHTML = @GENHTML@
245
 
GPERF = @GPERF@
246
 
GPRBUILD = @GPRBUILD@
247
 
GREP = @GREP@
248
 
INSTALL = @INSTALL@
249
 
INSTALL_DATA = @INSTALL_DATA@
250
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
251
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
252
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
253
 
LCOV = @LCOV@
254
 
LD = @LD@
255
 
LDFLAGS = @LDFLAGS@
256
 
LEX = @LEX@
257
 
LEXLIB = @LEXLIB@
258
 
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
259
 
LIBOBJS = @LIBOBJS@
260
 
LIBS = @LIBS@
261
 
LIBTOOL = @LIBTOOL@
262
 
LIPO = @LIPO@
263
 
LN_S = @LN_S@
264
 
LTLIBOBJS = @LTLIBOBJS@
265
 
MAKEINFO = @MAKEINFO@
266
 
MANIFEST_TOOL = @MANIFEST_TOOL@
267
 
MKDIR_P = @MKDIR_P@
268
 
MYSQLCFLAG = @MYSQLCFLAG@
269
 
MYSQLCONFIG = @MYSQLCONFIG@
270
 
MYSQLLIB = @MYSQLLIB@
271
 
NM = @NM@
272
 
NMEDIT = @NMEDIT@
273
 
OBJDUMP = @OBJDUMP@
274
 
OBJEXT = @OBJEXT@
275
 
OTOOL = @OTOOL@
276
 
OTOOL64 = @OTOOL64@
277
 
PACKAGE = @PACKAGE@
278
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
279
 
PACKAGE_NAME = @PACKAGE_NAME@
280
 
PACKAGE_STRING = @PACKAGE_STRING@
281
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
282
 
PACKAGE_URL = @PACKAGE_URL@
283
 
PACKAGE_VERSION = @PACKAGE_VERSION@
284
 
PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
285
 
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
286
 
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
287
 
PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
288
 
PATH_SEPARATOR = @PATH_SEPARATOR@
289
 
PERL = @PERL@
290
 
PKG_CONFIG = @PKG_CONFIG@
291
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
292
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
293
 
PTHREADLIB = @PTHREADLIB@
294
 
RANLIB = @RANLIB@
295
 
RTLIB = @RTLIB@
296
 
RUBY = @RUBY@
297
 
RUBYINCLUDE = @RUBYINCLUDE@
298
 
RUBYLIB = @RUBYLIB@
299
 
SED = @SED@
300
 
SET_MAKE = @SET_MAKE@
301
 
SHELL = @SHELL@
302
 
SOCKLIB = @SOCKLIB@
303
 
STRIP = @STRIP@
304
 
UNWINDLIB = @UNWINDLIB@
305
 
VERSION = @VERSION@
306
 
YACC = @YACC@
307
 
YFLAGS = @YFLAGS@
308
 
abs_builddir = @abs_builddir@
309
 
abs_srcdir = @abs_srcdir@
310
 
abs_top_builddir = @abs_top_builddir@
311
 
abs_top_srcdir = @abs_top_srcdir@
312
 
ac_ct_AR = @ac_ct_AR@
313
 
ac_ct_CC = @ac_ct_CC@
314
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
315
 
am__include = @am__include@
316
 
am__leading_dot = @am__leading_dot@
317
 
am__quote = @am__quote@
318
 
am__tar = @am__tar@
319
 
am__untar = @am__untar@
320
 
attest_plugins = @attest_plugins@
321
 
bindir = @bindir@
322
 
build = @build@
323
 
build_alias = @build_alias@
324
 
build_cpu = @build_cpu@
325
 
build_os = @build_os@
326
 
build_vendor = @build_vendor@
327
 
builddir = @builddir@
328
 
c_plugins = @c_plugins@
329
 
charon_natt_port = @charon_natt_port@
330
 
charon_plugins = @charon_plugins@
331
 
charon_udp_port = @charon_udp_port@
332
 
clearsilver_LIBS = @clearsilver_LIBS@
333
 
cmd_plugins = @cmd_plugins@
334
 
datadir = @datadir@
335
 
datarootdir = @datarootdir@
336
 
dbusservicedir = @dbusservicedir@
337
 
dev_headers = @dev_headers@
338
 
docdir = @docdir@
339
 
dvidir = @dvidir@
340
 
exec_prefix = @exec_prefix@
341
 
fips_mode = @fips_mode@
342
 
gtk_CFLAGS = @gtk_CFLAGS@
343
 
gtk_LIBS = @gtk_LIBS@
344
 
h_plugins = @h_plugins@
345
 
host = @host@
346
 
host_alias = @host_alias@
347
 
host_cpu = @host_cpu@
348
 
host_os = @host_os@
349
 
host_vendor = @host_vendor@
350
 
htmldir = @htmldir@
351
 
imcvdir = @imcvdir@
352
 
includedir = @includedir@
353
 
infodir = @infodir@
354
 
install_sh = @install_sh@
355
 
ipsec_script = @ipsec_script@
356
 
ipsec_script_upper = @ipsec_script_upper@
357
 
ipsecdir = @ipsecdir@
358
 
ipsecgroup = @ipsecgroup@
359
 
ipseclibdir = @ipseclibdir@
360
 
ipsecuser = @ipsecuser@
361
 
libdir = @libdir@
362
 
libexecdir = @libexecdir@
363
 
linux_headers = @linux_headers@
364
 
localedir = @localedir@
365
 
localstatedir = @localstatedir@
366
 
maemo_CFLAGS = @maemo_CFLAGS@
367
 
maemo_LIBS = @maemo_LIBS@
368
 
manager_plugins = @manager_plugins@
369
 
mandir = @mandir@
370
 
medsrv_plugins = @medsrv_plugins@
371
 
mkdir_p = @mkdir_p@
372
 
nm_CFLAGS = @nm_CFLAGS@
373
 
nm_LIBS = @nm_LIBS@
374
 
nm_ca_dir = @nm_ca_dir@
375
 
nm_plugins = @nm_plugins@
376
 
oldincludedir = @oldincludedir@
377
 
openac_plugins = @openac_plugins@
378
 
pcsclite_CFLAGS = @pcsclite_CFLAGS@
379
 
pcsclite_LIBS = @pcsclite_LIBS@
380
 
pdfdir = @pdfdir@
381
 
piddir = @piddir@
382
 
pki_plugins = @pki_plugins@
383
 
plugindir = @plugindir@
384
 
pool_plugins = @pool_plugins@
385
 
prefix = @prefix@
386
 
program_transform_name = @program_transform_name@
387
 
psdir = @psdir@
388
 
random_device = @random_device@
389
 
resolv_conf = @resolv_conf@
390
 
routing_table = @routing_table@
391
 
routing_table_prio = @routing_table_prio@
392
 
s_plugins = @s_plugins@
393
 
sbindir = @sbindir@
394
 
scepclient_plugins = @scepclient_plugins@
395
 
scripts_plugins = @scripts_plugins@
396
 
sharedstatedir = @sharedstatedir@
397
 
soup_CFLAGS = @soup_CFLAGS@
398
 
soup_LIBS = @soup_LIBS@
399
 
srcdir = @srcdir@
400
 
starter_plugins = @starter_plugins@
401
 
strongswan_conf = @strongswan_conf@
402
 
sysconfdir = @sysconfdir@
403
 
systemdsystemunitdir = @systemdsystemunitdir@
404
 
t_plugins = @t_plugins@
405
 
target_alias = @target_alias@
406
 
top_build_prefix = @top_build_prefix@
407
 
top_builddir = @top_builddir@
408
 
top_srcdir = @top_srcdir@
409
 
urandom_device = @urandom_device@
410
 
xml_CFLAGS = @xml_CFLAGS@
411
 
xml_LIBS = @xml_LIBS@
412
 
AM_CPPFLAGS = \
413
 
        -I$(top_srcdir)/src/libstrongswan \
414
 
        -I$(top_srcdir)/src/libhydra \
415
 
        -I$(top_srcdir)/src/libcharon \
416
 
        -DIPSEC_PIDDIR=\"${piddir}\"
417
 
 
418
 
AM_CFLAGS = \
419
 
        -rdynamic
420
 
 
421
 
@MONOLITHIC_TRUE@noinst_LTLIBRARIES = libstrongswan-lookip.la
422
 
@MONOLITHIC_FALSE@plugin_LTLIBRARIES = libstrongswan-lookip.la
423
 
libstrongswan_lookip_la_SOURCES = lookip_plugin.h lookip_plugin.c \
424
 
        lookip_listener.h lookip_listener.c lookip_msg.h \
425
 
        lookip_socket.h lookip_socket.c
426
 
 
427
 
libstrongswan_lookip_la_LDFLAGS = -module -avoid-version
428
 
lookip_SOURCES = lookip.c
429
 
all: all-am
430
 
 
431
 
.SUFFIXES:
432
 
.SUFFIXES: .c .lo .o .obj
433
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
434
 
        @for dep in $?; do \
435
 
          case '$(am__configure_deps)' in \
436
 
            *$$dep*) \
437
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
438
 
                && { if test -f $@; then exit 0; else break; fi; }; \
439
 
              exit 1;; \
440
 
          esac; \
441
 
        done; \
442
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libcharon/plugins/lookip/Makefile'; \
443
 
        $(am__cd) $(top_srcdir) && \
444
 
          $(AUTOMAKE) --gnu src/libcharon/plugins/lookip/Makefile
445
 
.PRECIOUS: Makefile
446
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
447
 
        @case '$?' in \
448
 
          *config.status*) \
449
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
450
 
          *) \
451
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
452
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
453
 
        esac;
454
 
 
455
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
456
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457
 
 
458
 
$(top_srcdir)/configure:  $(am__configure_deps)
459
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
461
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
 
$(am__aclocal_m4_deps):
463
 
 
464
 
clean-noinstLTLIBRARIES:
465
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
466
 
        @list='$(noinst_LTLIBRARIES)'; \
467
 
        locs=`for p in $$list; do echo $$p; done | \
468
 
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
469
 
              sort -u`; \
470
 
        test -z "$$locs" || { \
471
 
          echo rm -f $${locs}; \
472
 
          rm -f $${locs}; \
473
 
        }
474
 
 
475
 
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
476
 
        @$(NORMAL_INSTALL)
477
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
478
 
        list2=; for p in $$list; do \
479
 
          if test -f $$p; then \
480
 
            list2="$$list2 $$p"; \
481
 
          else :; fi; \
482
 
        done; \
483
 
        test -z "$$list2" || { \
484
 
          echo " $(MKDIR_P) '$(DESTDIR)$(plugindir)'"; \
485
 
          $(MKDIR_P) "$(DESTDIR)$(plugindir)" || exit 1; \
486
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
487
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
488
 
        }
489
 
 
490
 
uninstall-pluginLTLIBRARIES:
491
 
        @$(NORMAL_UNINSTALL)
492
 
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
493
 
        for p in $$list; do \
494
 
          $(am__strip_dir) \
495
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
496
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
497
 
        done
498
 
 
499
 
clean-pluginLTLIBRARIES:
500
 
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
501
 
        @list='$(plugin_LTLIBRARIES)'; \
502
 
        locs=`for p in $$list; do echo $$p; done | \
503
 
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
504
 
              sort -u`; \
505
 
        test -z "$$locs" || { \
506
 
          echo rm -f $${locs}; \
507
 
          rm -f $${locs}; \
508
 
        }
509
 
 
510
 
libstrongswan-lookip.la: $(libstrongswan_lookip_la_OBJECTS) $(libstrongswan_lookip_la_DEPENDENCIES) $(EXTRA_libstrongswan_lookip_la_DEPENDENCIES) 
511
 
        $(AM_V_CCLD)$(libstrongswan_lookip_la_LINK) $(am_libstrongswan_lookip_la_rpath) $(libstrongswan_lookip_la_OBJECTS) $(libstrongswan_lookip_la_LIBADD) $(LIBS)
512
 
install-ipsecPROGRAMS: $(ipsec_PROGRAMS)
513
 
        @$(NORMAL_INSTALL)
514
 
        @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
515
 
        if test -n "$$list"; then \
516
 
          echo " $(MKDIR_P) '$(DESTDIR)$(ipsecdir)'"; \
517
 
          $(MKDIR_P) "$(DESTDIR)$(ipsecdir)" || exit 1; \
518
 
        fi; \
519
 
        for p in $$list; do echo "$$p $$p"; done | \
520
 
        sed 's/$(EXEEXT)$$//' | \
521
 
        while read p p1; do if test -f $$p \
522
 
         || test -f $$p1 \
523
 
          ; then echo "$$p"; echo "$$p"; else :; fi; \
524
 
        done | \
525
 
        sed -e 'p;s,.*/,,;n;h' \
526
 
            -e 's|.*|.|' \
527
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
528
 
        sed 'N;N;N;s,\n, ,g' | \
529
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
530
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
531
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
532
 
            else { print "f", $$3 "/" $$4, $$1; } } \
533
 
          END { for (d in files) print "f", d, files[d] }' | \
534
 
        while read type dir files; do \
535
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
536
 
            test -z "$$files" || { \
537
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ipsecdir)$$dir'"; \
538
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ipsecdir)$$dir" || exit $$?; \
539
 
            } \
540
 
        ; done
541
 
 
542
 
uninstall-ipsecPROGRAMS:
543
 
        @$(NORMAL_UNINSTALL)
544
 
        @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
545
 
        files=`for p in $$list; do echo "$$p"; done | \
546
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
547
 
              -e 's/$$/$(EXEEXT)/' \
548
 
        `; \
549
 
        test -n "$$list" || exit 0; \
550
 
        echo " ( cd '$(DESTDIR)$(ipsecdir)' && rm -f" $$files ")"; \
551
 
        cd "$(DESTDIR)$(ipsecdir)" && rm -f $$files
552
 
 
553
 
clean-ipsecPROGRAMS:
554
 
        @list='$(ipsec_PROGRAMS)'; test -n "$$list" || exit 0; \
555
 
        echo " rm -f" $$list; \
556
 
        rm -f $$list || exit $$?; \
557
 
        test -n "$(EXEEXT)" || exit 0; \
558
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
559
 
        echo " rm -f" $$list; \
560
 
        rm -f $$list
561
 
 
562
 
lookip$(EXEEXT): $(lookip_OBJECTS) $(lookip_DEPENDENCIES) $(EXTRA_lookip_DEPENDENCIES) 
563
 
        @rm -f lookip$(EXEEXT)
564
 
        $(AM_V_CCLD)$(LINK) $(lookip_OBJECTS) $(lookip_LDADD) $(LIBS)
565
 
 
566
 
mostlyclean-compile:
567
 
        -rm -f *.$(OBJEXT)
568
 
 
569
 
distclean-compile:
570
 
        -rm -f *.tab.c
571
 
 
572
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookip.Po@am__quote@
573
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookip_listener.Plo@am__quote@
574
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookip_plugin.Plo@am__quote@
575
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookip_socket.Plo@am__quote@
576
 
 
577
 
.c.o:
578
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
579
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
580
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
581
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
582
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
584
 
 
585
 
.c.obj:
586
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
587
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
588
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
589
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
590
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
592
 
 
593
 
.c.lo:
594
 
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
595
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
596
 
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
597
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
598
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
600
 
 
601
 
mostlyclean-libtool:
602
 
        -rm -f *.lo
603
 
 
604
 
clean-libtool:
605
 
        -rm -rf .libs _libs
606
 
 
607
 
ID: $(am__tagged_files)
608
 
        $(am__define_uniq_tagged_files); mkid -fID $$unique
609
 
tags: tags-am
610
 
TAGS: tags
611
 
 
612
 
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613
 
        set x; \
614
 
        here=`pwd`; \
615
 
        $(am__define_uniq_tagged_files); \
616
 
        shift; \
617
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
618
 
          test -n "$$unique" || unique=$$empty_fix; \
619
 
          if test $$# -gt 0; then \
620
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
621
 
              "$$@" $$unique; \
622
 
          else \
623
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
624
 
              $$unique; \
625
 
          fi; \
626
 
        fi
627
 
ctags: ctags-am
628
 
 
629
 
CTAGS: ctags
630
 
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
631
 
        $(am__define_uniq_tagged_files); \
632
 
        test -z "$(CTAGS_ARGS)$$unique" \
633
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
634
 
             $$unique
635
 
 
636
 
GTAGS:
637
 
        here=`$(am__cd) $(top_builddir) && pwd` \
638
 
          && $(am__cd) $(top_srcdir) \
639
 
          && gtags -i $(GTAGS_ARGS) "$$here"
640
 
cscopelist: cscopelist-am
641
 
 
642
 
cscopelist-am: $(am__tagged_files)
643
 
        list='$(am__tagged_files)'; \
644
 
        case "$(srcdir)" in \
645
 
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
646
 
          *) sdir=$(subdir)/$(srcdir) ;; \
647
 
        esac; \
648
 
        for i in $$list; do \
649
 
          if test -f "$$i"; then \
650
 
            echo "$(subdir)/$$i"; \
651
 
          else \
652
 
            echo "$$sdir/$$i"; \
653
 
          fi; \
654
 
        done >> $(top_builddir)/cscope.files
655
 
 
656
 
distclean-tags:
657
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
658
 
 
659
 
distdir: $(DISTFILES)
660
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
661
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
662
 
        list='$(DISTFILES)'; \
663
 
          dist_files=`for file in $$list; do echo $$file; done | \
664
 
          sed -e "s|^$$srcdirstrip/||;t" \
665
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
666
 
        case $$dist_files in \
667
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
668
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
669
 
                           sort -u` ;; \
670
 
        esac; \
671
 
        for file in $$dist_files; do \
672
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
673
 
          if test -d $$d/$$file; then \
674
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
675
 
            if test -d "$(distdir)/$$file"; then \
676
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
677
 
            fi; \
678
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
679
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
680
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
681
 
            fi; \
682
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
683
 
          else \
684
 
            test -f "$(distdir)/$$file" \
685
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
686
 
            || exit 1; \
687
 
          fi; \
688
 
        done
689
 
check-am: all-am
690
 
check: check-am
691
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
692
 
installdirs:
693
 
        for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(ipsecdir)"; do \
694
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
695
 
        done
696
 
install: install-am
697
 
install-exec: install-exec-am
698
 
install-data: install-data-am
699
 
uninstall: uninstall-am
700
 
 
701
 
install-am: all-am
702
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
703
 
 
704
 
installcheck: installcheck-am
705
 
install-strip:
706
 
        if test -z '$(STRIP)'; then \
707
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
708
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
709
 
              install; \
710
 
        else \
711
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
714
 
        fi
715
 
mostlyclean-generic:
716
 
 
717
 
clean-generic:
718
 
 
719
 
distclean-generic:
720
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
721
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
722
 
 
723
 
maintainer-clean-generic:
724
 
        @echo "This command is intended for maintainers to use"
725
 
        @echo "it deletes files that may require special tools to rebuild."
726
 
clean: clean-am
727
 
 
728
 
clean-am: clean-generic clean-ipsecPROGRAMS clean-libtool \
729
 
        clean-noinstLTLIBRARIES clean-pluginLTLIBRARIES mostlyclean-am
730
 
 
731
 
distclean: distclean-am
732
 
        -rm -rf ./$(DEPDIR)
733
 
        -rm -f Makefile
734
 
distclean-am: clean-am distclean-compile distclean-generic \
735
 
        distclean-tags
736
 
 
737
 
dvi: dvi-am
738
 
 
739
 
dvi-am:
740
 
 
741
 
html: html-am
742
 
 
743
 
html-am:
744
 
 
745
 
info: info-am
746
 
 
747
 
info-am:
748
 
 
749
 
install-data-am: install-ipsecPROGRAMS install-pluginLTLIBRARIES
750
 
 
751
 
install-dvi: install-dvi-am
752
 
 
753
 
install-dvi-am:
754
 
 
755
 
install-exec-am:
756
 
 
757
 
install-html: install-html-am
758
 
 
759
 
install-html-am:
760
 
 
761
 
install-info: install-info-am
762
 
 
763
 
install-info-am:
764
 
 
765
 
install-man:
766
 
 
767
 
install-pdf: install-pdf-am
768
 
 
769
 
install-pdf-am:
770
 
 
771
 
install-ps: install-ps-am
772
 
 
773
 
install-ps-am:
774
 
 
775
 
installcheck-am:
776
 
 
777
 
maintainer-clean: maintainer-clean-am
778
 
        -rm -rf ./$(DEPDIR)
779
 
        -rm -f Makefile
780
 
maintainer-clean-am: distclean-am maintainer-clean-generic
781
 
 
782
 
mostlyclean: mostlyclean-am
783
 
 
784
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
785
 
        mostlyclean-libtool
786
 
 
787
 
pdf: pdf-am
788
 
 
789
 
pdf-am:
790
 
 
791
 
ps: ps-am
792
 
 
793
 
ps-am:
794
 
 
795
 
uninstall-am: uninstall-ipsecPROGRAMS uninstall-pluginLTLIBRARIES
796
 
 
797
 
.MAKE: install-am install-strip
798
 
 
799
 
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
800
 
        clean-ipsecPROGRAMS clean-libtool clean-noinstLTLIBRARIES \
801
 
        clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am distclean \
802
 
        distclean-compile distclean-generic distclean-libtool \
803
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
804
 
        install install-am install-data install-data-am install-dvi \
805
 
        install-dvi-am install-exec install-exec-am install-html \
806
 
        install-html-am install-info install-info-am \
807
 
        install-ipsecPROGRAMS install-man install-pdf install-pdf-am \
808
 
        install-pluginLTLIBRARIES install-ps install-ps-am \
809
 
        install-strip installcheck installcheck-am installdirs \
810
 
        maintainer-clean maintainer-clean-generic mostlyclean \
811
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
812
 
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
813
 
        uninstall-ipsecPROGRAMS uninstall-pluginLTLIBRARIES
814
 
 
815
 
 
816
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
817
 
# Otherwise a system limit (for SysV at least) may be exceeded.
818
 
.NOEXPORT: