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

« back to all changes in this revision

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