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

« back to all changes in this revision

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