Annotation of embedaddon/strongswan/src/libimcv/plugins/imc_hcd/Makefile.in, revision 1.1.1.1
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_hcd
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_hcd_la_DEPENDENCIES = $(top_builddir)/src/libimcv/libimcv.la \
140: $(top_builddir)/src/libstrongswan/libstrongswan.la
141: am_imc_hcd_la_OBJECTS = imc_hcd.lo imc_hcd_state.lo
142: imc_hcd_la_OBJECTS = $(am_imc_hcd_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_hcd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149: $(imc_hcd_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_hcd_la_SOURCES)
185: DIST_SOURCES = $(imc_hcd_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@
249: GPERF = @GPERF@
250: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
251: GPRBUILD = @GPRBUILD@
252: GREP = @GREP@
253: INSTALL = @INSTALL@
254: INSTALL_DATA = @INSTALL_DATA@
255: INSTALL_PROGRAM = @INSTALL_PROGRAM@
256: INSTALL_SCRIPT = @INSTALL_SCRIPT@
257: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
258: LCOV = @LCOV@
259: LD = @LD@
260: LDFLAGS = @LDFLAGS@
261: LEX = @LEX@
262: LEXLIB = @LEXLIB@
263: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
264: LIBOBJS = @LIBOBJS@
265: LIBS = @LIBS@
266: LIBTOOL = @LIBTOOL@
267: LIPO = @LIPO@
268: LN_S = @LN_S@
269: LTLIBOBJS = @LTLIBOBJS@
270: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
271: MAKEINFO = @MAKEINFO@
272: MANIFEST_TOOL = @MANIFEST_TOOL@
273: MKDIR_P = @MKDIR_P@
274: MYSQLCFLAG = @MYSQLCFLAG@
275: MYSQLCONFIG = @MYSQLCONFIG@
276: MYSQLLIB = @MYSQLLIB@
277: NM = @NM@
278: NMEDIT = @NMEDIT@
279: OBJDUMP = @OBJDUMP@
280: OBJEXT = @OBJEXT@
281: OPENSSL_LIB = @OPENSSL_LIB@
282: OTOOL = @OTOOL@
283: OTOOL64 = @OTOOL64@
284: PACKAGE = @PACKAGE@
285: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286: PACKAGE_NAME = @PACKAGE_NAME@
287: PACKAGE_STRING = @PACKAGE_STRING@
288: PACKAGE_TARNAME = @PACKAGE_TARNAME@
289: PACKAGE_URL = @PACKAGE_URL@
290: PACKAGE_VERSION = @PACKAGE_VERSION@
291: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
292: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
293: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
294: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
295: PATH_SEPARATOR = @PATH_SEPARATOR@
296: PERL = @PERL@
297: PKG_CONFIG = @PKG_CONFIG@
298: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
299: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
300: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
301: PTHREADLIB = @PTHREADLIB@
302: PYTHON = @PYTHON@
303: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
304: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
305: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
306: PYTHON_PLATFORM = @PYTHON_PLATFORM@
307: PYTHON_PREFIX = @PYTHON_PREFIX@
308: PYTHON_VERSION = @PYTHON_VERSION@
309: PY_TEST = @PY_TEST@
310: RANLIB = @RANLIB@
311: RTLIB = @RTLIB@
312: RUBYGEMDIR = @RUBYGEMDIR@
313: SED = @SED@
314: SET_MAKE = @SET_MAKE@
315: SHELL = @SHELL@
316: SOCKLIB = @SOCKLIB@
317: STRIP = @STRIP@
318: TOX = @TOX@
319: UNWINDLIB = @UNWINDLIB@
320: VERSION = @VERSION@
321: YACC = @YACC@
322: YFLAGS = @YFLAGS@
323: abs_builddir = @abs_builddir@
324: abs_srcdir = @abs_srcdir@
325: abs_top_builddir = @abs_top_builddir@
326: abs_top_srcdir = @abs_top_srcdir@
327: ac_ct_AR = @ac_ct_AR@
328: ac_ct_CC = @ac_ct_CC@
329: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
330: aikgen_plugins = @aikgen_plugins@
331: am__include = @am__include@
332: am__leading_dot = @am__leading_dot@
333: am__quote = @am__quote@
334: am__tar = @am__tar@
335: am__untar = @am__untar@
336: attest_plugins = @attest_plugins@
337: bindir = @bindir@
338: botan_CFLAGS = @botan_CFLAGS@
339: botan_LIBS = @botan_LIBS@
340: build = @build@
341: build_alias = @build_alias@
342: build_cpu = @build_cpu@
343: build_os = @build_os@
344: build_vendor = @build_vendor@
345: builddir = @builddir@
346: c_plugins = @c_plugins@
347: charon_natt_port = @charon_natt_port@
348: charon_plugins = @charon_plugins@
349: charon_udp_port = @charon_udp_port@
350: clearsilver_LIBS = @clearsilver_LIBS@
351: cmd_plugins = @cmd_plugins@
352: datadir = @datadir@
353: datarootdir = @datarootdir@
354: dbusdatadir = @dbusdatadir@
355: dbuspolicydir = @dbuspolicydir@
356: dev_headers = @dev_headers@
357: docdir = @docdir@
358: dvidir = @dvidir@
359: exec_prefix = @exec_prefix@
360: fips_mode = @fips_mode@
361: fuzz_plugins = @fuzz_plugins@
362: host = @host@
363: host_alias = @host_alias@
364: host_cpu = @host_cpu@
365: host_os = @host_os@
366: host_vendor = @host_vendor@
367: htmldir = @htmldir@
368: imcvdir = @imcvdir@
369: includedir = @includedir@
370: infodir = @infodir@
371: install_sh = @install_sh@
372: ipsec_script = @ipsec_script@
373: ipsec_script_upper = @ipsec_script_upper@
374: ipsecdir = @ipsecdir@
375: ipsecgroup = @ipsecgroup@
376: ipseclibdir = @ipseclibdir@
377: ipsecuser = @ipsecuser@
378: json_CFLAGS = @json_CFLAGS@
379: json_LIBS = @json_LIBS@
380: libdir = @libdir@
381: libexecdir = @libexecdir@
382: libfuzzer = @libfuzzer@
383: libiptc_CFLAGS = @libiptc_CFLAGS@
384: libiptc_LIBS = @libiptc_LIBS@
385: linux_headers = @linux_headers@
386: localedir = @localedir@
387: localstatedir = @localstatedir@
388: manager_plugins = @manager_plugins@
389: mandir = @mandir@
390: medsrv_plugins = @medsrv_plugins@
391: mkdir_p = @mkdir_p@
392: nm_CFLAGS = @nm_CFLAGS@
393: nm_LIBS = @nm_LIBS@
394: nm_ca_dir = @nm_ca_dir@
395: nm_plugins = @nm_plugins@
396: oldincludedir = @oldincludedir@
397: p_plugins = @p_plugins@
398: pcsclite_CFLAGS = @pcsclite_CFLAGS@
399: pcsclite_LIBS = @pcsclite_LIBS@
400: pdfdir = @pdfdir@
401: piddir = @piddir@
402: pkgpyexecdir = @pkgpyexecdir@
403: pkgpythondir = @pkgpythondir@
404: pki_plugins = @pki_plugins@
405: plugindir = @plugindir@
406: pool_plugins = @pool_plugins@
407: prefix = @prefix@
408: program_transform_name = @program_transform_name@
409: psdir = @psdir@
410: pyexecdir = @pyexecdir@
411: pythondir = @pythondir@
412: random_device = @random_device@
413: resolv_conf = @resolv_conf@
414: routing_table = @routing_table@
415: routing_table_prio = @routing_table_prio@
416: runstatedir = @runstatedir@
417: s_plugins = @s_plugins@
418: sbindir = @sbindir@
419: scepclient_plugins = @scepclient_plugins@
420: scripts_plugins = @scripts_plugins@
421: sharedstatedir = @sharedstatedir@
422: soup_CFLAGS = @soup_CFLAGS@
423: soup_LIBS = @soup_LIBS@
424: srcdir = @srcdir@
425: starter_plugins = @starter_plugins@
426: strongswan_conf = @strongswan_conf@
427: strongswan_options = @strongswan_options@
428: swanctldir = @swanctldir@
429: sysconfdir = @sysconfdir@
430: systemd_CFLAGS = @systemd_CFLAGS@
431: systemd_LIBS = @systemd_LIBS@
432: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
433: systemd_daemon_LIBS = @systemd_daemon_LIBS@
434: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
435: systemd_journal_LIBS = @systemd_journal_LIBS@
436: systemdsystemunitdir = @systemdsystemunitdir@
437: t_plugins = @t_plugins@
438: target_alias = @target_alias@
439: top_build_prefix = @top_build_prefix@
440: top_builddir = @top_builddir@
441: top_srcdir = @top_srcdir@
442: tss2_CFLAGS = @tss2_CFLAGS@
443: tss2_LIBS = @tss2_LIBS@
444: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
445: tss2_esys_LIBS = @tss2_esys_LIBS@
446: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
447: tss2_socket_LIBS = @tss2_socket_LIBS@
448: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
449: tss2_sys_LIBS = @tss2_sys_LIBS@
450: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
451: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
452: urandom_device = @urandom_device@
453: wolfssl_CFLAGS = @wolfssl_CFLAGS@
454: wolfssl_LIBS = @wolfssl_LIBS@
455: xml_CFLAGS = @xml_CFLAGS@
456: xml_LIBS = @xml_LIBS@
457: AM_CPPFLAGS = \
458: -I$(top_srcdir)/src/libstrongswan \
459: -I$(top_srcdir)/src/libtncif \
460: -I$(top_srcdir)/src/libimcv
461:
462: AM_CFLAGS = \
463: $(PLUGIN_CFLAGS)
464:
465: imcv_LTLIBRARIES = imc-hcd.la
466: imc_hcd_la_LIBADD = $(top_builddir)/src/libimcv/libimcv.la \
467: $(top_builddir)/src/libstrongswan/libstrongswan.la
468:
469: imc_hcd_la_SOURCES = imc_hcd.c imc_hcd_state.h imc_hcd_state.c
470: imc_hcd_la_LDFLAGS = -module -avoid-version -no-undefined
471: all: all-am
472:
473: .SUFFIXES:
474: .SUFFIXES: .c .lo .o .obj
475: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
476: @for dep in $?; do \
477: case '$(am__configure_deps)' in \
478: *$$dep*) \
479: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
480: && { if test -f $@; then exit 0; else break; fi; }; \
481: exit 1;; \
482: esac; \
483: done; \
484: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libimcv/plugins/imc_hcd/Makefile'; \
485: $(am__cd) $(top_srcdir) && \
486: $(AUTOMAKE) --gnu src/libimcv/plugins/imc_hcd/Makefile
487: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
488: @case '$?' in \
489: *config.status*) \
490: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
491: *) \
492: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
493: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
494: esac;
495:
496: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
497: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498:
499: $(top_srcdir)/configure: $(am__configure_deps)
500: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
502: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
503: $(am__aclocal_m4_deps):
504:
505: install-imcvLTLIBRARIES: $(imcv_LTLIBRARIES)
506: @$(NORMAL_INSTALL)
507: @list='$(imcv_LTLIBRARIES)'; test -n "$(imcvdir)" || list=; \
508: list2=; for p in $$list; do \
509: if test -f $$p; then \
510: list2="$$list2 $$p"; \
511: else :; fi; \
512: done; \
513: test -z "$$list2" || { \
514: echo " $(MKDIR_P) '$(DESTDIR)$(imcvdir)'"; \
515: $(MKDIR_P) "$(DESTDIR)$(imcvdir)" || exit 1; \
516: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(imcvdir)'"; \
517: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(imcvdir)"; \
518: }
519:
520: uninstall-imcvLTLIBRARIES:
521: @$(NORMAL_UNINSTALL)
522: @list='$(imcv_LTLIBRARIES)'; test -n "$(imcvdir)" || list=; \
523: for p in $$list; do \
524: $(am__strip_dir) \
525: echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(imcvdir)/$$f'"; \
526: $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(imcvdir)/$$f"; \
527: done
528:
529: clean-imcvLTLIBRARIES:
530: -test -z "$(imcv_LTLIBRARIES)" || rm -f $(imcv_LTLIBRARIES)
531: @list='$(imcv_LTLIBRARIES)'; \
532: locs=`for p in $$list; do echo $$p; done | \
533: sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
534: sort -u`; \
535: test -z "$$locs" || { \
536: echo rm -f $${locs}; \
537: rm -f $${locs}; \
538: }
539:
540: imc-hcd.la: $(imc_hcd_la_OBJECTS) $(imc_hcd_la_DEPENDENCIES) $(EXTRA_imc_hcd_la_DEPENDENCIES)
541: $(AM_V_CCLD)$(imc_hcd_la_LINK) -rpath $(imcvdir) $(imc_hcd_la_OBJECTS) $(imc_hcd_la_LIBADD) $(LIBS)
542:
543: mostlyclean-compile:
544: -rm -f *.$(OBJEXT)
545:
546: distclean-compile:
547: -rm -f *.tab.c
548:
549: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imc_hcd.Plo@am__quote@
550: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imc_hcd_state.Plo@am__quote@
551:
552: .c.o:
553: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
554: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
555: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
556: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
557: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
559:
560: .c.obj:
561: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
562: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
563: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
564: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
567:
568: .c.lo:
569: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
570: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
571: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
572: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
573: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
575:
576: mostlyclean-libtool:
577: -rm -f *.lo
578:
579: clean-libtool:
580: -rm -rf .libs _libs
581:
582: ID: $(am__tagged_files)
583: $(am__define_uniq_tagged_files); mkid -fID $$unique
584: tags: tags-am
585: TAGS: tags
586:
587: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
588: set x; \
589: here=`pwd`; \
590: $(am__define_uniq_tagged_files); \
591: shift; \
592: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
593: test -n "$$unique" || unique=$$empty_fix; \
594: if test $$# -gt 0; then \
595: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
596: "$$@" $$unique; \
597: else \
598: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
599: $$unique; \
600: fi; \
601: fi
602: ctags: ctags-am
603:
604: CTAGS: ctags
605: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
606: $(am__define_uniq_tagged_files); \
607: test -z "$(CTAGS_ARGS)$$unique" \
608: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
609: $$unique
610:
611: GTAGS:
612: here=`$(am__cd) $(top_builddir) && pwd` \
613: && $(am__cd) $(top_srcdir) \
614: && gtags -i $(GTAGS_ARGS) "$$here"
615: cscopelist: cscopelist-am
616:
617: cscopelist-am: $(am__tagged_files)
618: list='$(am__tagged_files)'; \
619: case "$(srcdir)" in \
620: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
621: *) sdir=$(subdir)/$(srcdir) ;; \
622: esac; \
623: for i in $$list; do \
624: if test -f "$$i"; then \
625: echo "$(subdir)/$$i"; \
626: else \
627: echo "$$sdir/$$i"; \
628: fi; \
629: done >> $(top_builddir)/cscope.files
630:
631: distclean-tags:
632: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
633:
634: distdir: $(DISTFILES)
635: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
636: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
637: list='$(DISTFILES)'; \
638: dist_files=`for file in $$list; do echo $$file; done | \
639: sed -e "s|^$$srcdirstrip/||;t" \
640: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
641: case $$dist_files in \
642: */*) $(MKDIR_P) `echo "$$dist_files" | \
643: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
644: sort -u` ;; \
645: esac; \
646: for file in $$dist_files; do \
647: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
648: if test -d $$d/$$file; then \
649: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
650: if test -d "$(distdir)/$$file"; then \
651: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
652: fi; \
653: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
654: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
655: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
656: fi; \
657: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
658: else \
659: test -f "$(distdir)/$$file" \
660: || cp -p $$d/$$file "$(distdir)/$$file" \
661: || exit 1; \
662: fi; \
663: done
664: check-am: all-am
665: check: check-am
666: all-am: Makefile $(LTLIBRARIES)
667: installdirs:
668: for dir in "$(DESTDIR)$(imcvdir)"; do \
669: test -z "$$dir" || $(MKDIR_P) "$$dir"; \
670: done
671: install: install-am
672: install-exec: install-exec-am
673: install-data: install-data-am
674: uninstall: uninstall-am
675:
676: install-am: all-am
677: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
678:
679: installcheck: installcheck-am
680: install-strip:
681: if test -z '$(STRIP)'; then \
682: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
683: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
684: install; \
685: else \
686: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
687: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
688: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
689: fi
690: mostlyclean-generic:
691:
692: clean-generic:
693:
694: distclean-generic:
695: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
696: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
697:
698: maintainer-clean-generic:
699: @echo "This command is intended for maintainers to use"
700: @echo "it deletes files that may require special tools to rebuild."
701: clean: clean-am
702:
703: clean-am: clean-generic clean-imcvLTLIBRARIES clean-libtool \
704: mostlyclean-am
705:
706: distclean: distclean-am
707: -rm -rf ./$(DEPDIR)
708: -rm -f Makefile
709: distclean-am: clean-am distclean-compile distclean-generic \
710: distclean-tags
711:
712: dvi: dvi-am
713:
714: dvi-am:
715:
716: html: html-am
717:
718: html-am:
719:
720: info: info-am
721:
722: info-am:
723:
724: install-data-am: install-imcvLTLIBRARIES
725:
726: install-dvi: install-dvi-am
727:
728: install-dvi-am:
729:
730: install-exec-am:
731:
732: install-html: install-html-am
733:
734: install-html-am:
735:
736: install-info: install-info-am
737:
738: install-info-am:
739:
740: install-man:
741:
742: install-pdf: install-pdf-am
743:
744: install-pdf-am:
745:
746: install-ps: install-ps-am
747:
748: install-ps-am:
749:
750: installcheck-am:
751:
752: maintainer-clean: maintainer-clean-am
753: -rm -rf ./$(DEPDIR)
754: -rm -f Makefile
755: maintainer-clean-am: distclean-am maintainer-clean-generic
756:
757: mostlyclean: mostlyclean-am
758:
759: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
760: mostlyclean-libtool
761:
762: pdf: pdf-am
763:
764: pdf-am:
765:
766: ps: ps-am
767:
768: ps-am:
769:
770: uninstall-am: uninstall-imcvLTLIBRARIES
771:
772: .MAKE: install-am install-strip
773:
774: .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
775: clean-imcvLTLIBRARIES clean-libtool cscopelist-am ctags \
776: ctags-am distclean distclean-compile distclean-generic \
777: distclean-libtool distclean-tags distdir dvi dvi-am html \
778: html-am info info-am install install-am install-data \
779: install-data-am install-dvi install-dvi-am install-exec \
780: install-exec-am install-html install-html-am \
781: install-imcvLTLIBRARIES install-info install-info-am \
782: install-man install-pdf install-pdf-am install-ps \
783: install-ps-am install-strip installcheck installcheck-am \
784: installdirs maintainer-clean maintainer-clean-generic \
785: mostlyclean mostlyclean-compile mostlyclean-generic \
786: mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
787: uninstall-am uninstall-imcvLTLIBRARIES
788:
789: .PRECIOUS: Makefile
790:
791:
792: # Tell versions [3.59,3.63) of GNU make to not export all variables.
793: # Otherwise a system limit (for SysV at least) may be exceeded.
794: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>