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

« back to all changes in this revision

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