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