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