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