Annotation of embedaddon/strongswan/src/libstrongswan/plugins/newhope/tests/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: VPATH = @srcdir@
17: am__is_gnu_make = { \
18: if test -z '$(MAKELEVEL)'; then \
19: false; \
20: elif test -n '$(MAKE_HOST)'; then \
21: true; \
22: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23: true; \
24: else \
25: false; \
26: fi; \
27: }
28: am__make_running_with_option = \
29: case $${target_option-} in \
30: ?) ;; \
31: *) echo "am__make_running_with_option: internal error: invalid" \
32: "target option '$${target_option-}' specified" >&2; \
33: exit 1;; \
34: esac; \
35: has_opt=no; \
36: sane_makeflags=$$MAKEFLAGS; \
37: if $(am__is_gnu_make); then \
38: sane_makeflags=$$MFLAGS; \
39: else \
40: case $$MAKEFLAGS in \
41: *\\[\ \ ]*) \
42: bs=\\; \
43: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45: esac; \
46: fi; \
47: skip_next=no; \
48: strip_trailopt () \
49: { \
50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51: }; \
52: for flg in $$sane_makeflags; do \
53: test $$skip_next = yes && { skip_next=no; continue; }; \
54: case $$flg in \
55: *=*|--*) continue;; \
56: -*I) strip_trailopt 'I'; skip_next=yes;; \
57: -*I?*) strip_trailopt 'I';; \
58: -*O) strip_trailopt 'O'; skip_next=yes;; \
59: -*O?*) strip_trailopt 'O';; \
60: -*l) strip_trailopt 'l'; skip_next=yes;; \
61: -*l?*) strip_trailopt 'l';; \
62: -[dEDm]) skip_next=yes;; \
63: -[JT]) skip_next=yes;; \
64: esac; \
65: case $$flg in \
66: *$$target_option*) has_opt=yes; break;; \
67: esac; \
68: done; \
69: test $$has_opt = yes
70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72: pkgdatadir = $(datadir)/@PACKAGE@
73: pkgincludedir = $(includedir)/@PACKAGE@
74: pkglibdir = $(libdir)/@PACKAGE@
75: pkglibexecdir = $(libexecdir)/@PACKAGE@
76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77: install_sh_DATA = $(install_sh) -c -m 644
78: install_sh_PROGRAM = $(install_sh) -c
79: install_sh_SCRIPT = $(install_sh) -c
80: INSTALL_HEADER = $(INSTALL_DATA)
81: transform = $(program_transform_name)
82: NORMAL_INSTALL = :
83: PRE_INSTALL = :
84: POST_INSTALL = :
85: NORMAL_UNINSTALL = :
86: PRE_UNINSTALL = :
87: POST_UNINSTALL = :
88: build_triplet = @build@
89: host_triplet = @host@
90: TESTS = newhope_tests$(EXEEXT)
91: check_PROGRAMS = $(am__EXEEXT_1)
92: subdir = src/libstrongswan/plugins/newhope/tests
93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
95: $(top_srcdir)/m4/config/ltoptions.m4 \
96: $(top_srcdir)/m4/config/ltsugar.m4 \
97: $(top_srcdir)/m4/config/ltversion.m4 \
98: $(top_srcdir)/m4/config/lt~obsolete.m4 \
99: $(top_srcdir)/m4/macros/split-package-version.m4 \
100: $(top_srcdir)/m4/macros/with.m4 \
101: $(top_srcdir)/m4/macros/enable-disable.m4 \
102: $(top_srcdir)/m4/macros/add-plugin.m4 \
103: $(top_srcdir)/configure.ac
104: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105: $(ACLOCAL_M4)
106: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
107: mkinstalldirs = $(install_sh) -d
108: CONFIG_HEADER = $(top_builddir)/config.h
109: CONFIG_CLEAN_FILES =
110: CONFIG_CLEAN_VPATH_FILES =
111: am__EXEEXT_1 = newhope_tests$(EXEEXT)
112: am__dirstamp = $(am__leading_dot)dirstamp
113: am_newhope_tests_OBJECTS = \
114: suites/newhope_tests-test_newhope_ke.$(OBJEXT) \
115: suites/newhope_tests-test_newhope_noise.$(OBJEXT) \
116: suites/newhope_tests-test_newhope_reconciliation.$(OBJEXT) \
117: newhope_tests-newhope_tests.$(OBJEXT)
118: newhope_tests_OBJECTS = $(am_newhope_tests_OBJECTS)
119: newhope_tests_DEPENDENCIES = \
120: $(top_builddir)/src/libstrongswan/libstrongswan.la \
121: $(top_builddir)/src/libstrongswan/tests/libtest.la \
122: $(top_builddir)/src/libstrongswan/math/libnttfft/libnttfft.la \
123: ../libnewhope.la
124: AM_V_lt = $(am__v_lt_@AM_V@)
125: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
126: am__v_lt_0 = --silent
127: am__v_lt_1 =
128: newhope_tests_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
129: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(newhope_tests_CFLAGS) \
130: $(CFLAGS) $(newhope_tests_LDFLAGS) $(LDFLAGS) -o $@
131: AM_V_P = $(am__v_P_@AM_V@)
132: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133: am__v_P_0 = false
134: am__v_P_1 = :
135: AM_V_GEN = $(am__v_GEN_@AM_V@)
136: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137: am__v_GEN_0 = @echo " GEN " $@;
138: am__v_GEN_1 =
139: AM_V_at = $(am__v_at_@AM_V@)
140: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141: am__v_at_0 = @
142: am__v_at_1 =
143: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
144: depcomp = $(SHELL) $(top_srcdir)/depcomp
145: am__depfiles_maybe = depfiles
146: am__mv = mv -f
147: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
148: $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150: $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
151: $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
152: $(AM_CFLAGS) $(CFLAGS)
153: AM_V_CC = $(am__v_CC_@AM_V@)
154: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155: am__v_CC_0 = @echo " CC " $@;
156: am__v_CC_1 =
157: CCLD = $(CC)
158: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159: $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
160: $(AM_LDFLAGS) $(LDFLAGS) -o $@
161: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
162: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
163: am__v_CCLD_0 = @echo " CCLD " $@;
164: am__v_CCLD_1 =
165: SOURCES = $(newhope_tests_SOURCES)
166: DIST_SOURCES = $(newhope_tests_SOURCES)
167: am__can_run_installinfo = \
168: case $$AM_UPDATE_INFO_DIR in \
169: n|no|NO) false;; \
170: *) (install-info --version) >/dev/null 2>&1;; \
171: esac
172: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173: # Read a list of newline-separated strings from the standard input,
174: # and print each of them once, without duplicates. Input order is
175: # *not* preserved.
176: am__uniquify_input = $(AWK) '\
177: BEGIN { nonempty = 0; } \
178: { items[$$0] = 1; nonempty = 1; } \
179: END { if (nonempty) { for (i in items) print i; }; } \
180: '
181: # Make sure the list of sources is unique. This is necessary because,
182: # e.g., the same source file might be shared among _SOURCES variables
183: # for different programs/libraries.
184: am__define_uniq_tagged_files = \
185: list='$(am__tagged_files)'; \
186: unique=`for i in $$list; do \
187: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188: done | $(am__uniquify_input)`
189: ETAGS = etags
190: CTAGS = ctags
191: am__tty_colors_dummy = \
192: mgn= red= grn= lgn= blu= brg= std=; \
193: am__color_tests=no
194: am__tty_colors = { \
195: $(am__tty_colors_dummy); \
196: if test "X$(AM_COLOR_TESTS)" = Xno; then \
197: am__color_tests=no; \
198: elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
199: am__color_tests=yes; \
200: elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
201: am__color_tests=yes; \
202: fi; \
203: if test $$am__color_tests = yes; then \
204: red='[0;31m'; \
205: grn='[0;32m'; \
206: lgn='[1;32m'; \
207: blu='[1;34m'; \
208: mgn='[0;35m'; \
209: brg='[1m'; \
210: std='[m'; \
211: fi; \
212: }
213: am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
214: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
215: ACLOCAL = @ACLOCAL@
216: ALLOCA = @ALLOCA@
217: AMTAR = @AMTAR@
218: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219: AR = @AR@
220: ATOMICLIB = @ATOMICLIB@
221: AUTOCONF = @AUTOCONF@
222: AUTOHEADER = @AUTOHEADER@
223: AUTOMAKE = @AUTOMAKE@
224: AWK = @AWK@
225: BFDLIB = @BFDLIB@
226: BTLIB = @BTLIB@
227: CC = @CC@
228: CCDEPMODE = @CCDEPMODE@
229: CFLAGS = @CFLAGS@
230: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
231: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
232: CPP = @CPP@
233: CPPFLAGS = @CPPFLAGS@
234: CYGPATH_W = @CYGPATH_W@
235: DEFS = @DEFS@
236: DEPDIR = @DEPDIR@
237: DLLIB = @DLLIB@
238: DLLTOOL = @DLLTOOL@
239: DSYMUTIL = @DSYMUTIL@
240: DUMPBIN = @DUMPBIN@
241: EASY_INSTALL = @EASY_INSTALL@
242: ECHO_C = @ECHO_C@
243: ECHO_N = @ECHO_N@
244: ECHO_T = @ECHO_T@
245: EGREP = @EGREP@
246: EXEEXT = @EXEEXT@
247: FGREP = @FGREP@
248: FUZZING_CFLAGS = @FUZZING_CFLAGS@
249: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
250: GEM = @GEM@
251: GENHTML = @GENHTML@
1.1.1.2 ! misho 252: GIT_VERSION = @GIT_VERSION@
1.1 misho 253: GPERF = @GPERF@
254: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
255: GPRBUILD = @GPRBUILD@
256: GREP = @GREP@
257: INSTALL = @INSTALL@
258: INSTALL_DATA = @INSTALL_DATA@
259: INSTALL_PROGRAM = @INSTALL_PROGRAM@
260: INSTALL_SCRIPT = @INSTALL_SCRIPT@
261: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262: LCOV = @LCOV@
263: LD = @LD@
264: LDFLAGS = @LDFLAGS@
265: LEX = @LEX@
266: LEXLIB = @LEXLIB@
267: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
268: LIBOBJS = @LIBOBJS@
269: LIBS = @LIBS@
270: LIBTOOL = @LIBTOOL@
271: LIPO = @LIPO@
272: LN_S = @LN_S@
273: LTLIBOBJS = @LTLIBOBJS@
274: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275: MAKEINFO = @MAKEINFO@
276: MANIFEST_TOOL = @MANIFEST_TOOL@
277: MKDIR_P = @MKDIR_P@
278: MYSQLCFLAG = @MYSQLCFLAG@
279: MYSQLCONFIG = @MYSQLCONFIG@
280: MYSQLLIB = @MYSQLLIB@
281: NM = @NM@
282: NMEDIT = @NMEDIT@
283: OBJDUMP = @OBJDUMP@
284: OBJEXT = @OBJEXT@
285: OPENSSL_LIB = @OPENSSL_LIB@
286: OTOOL = @OTOOL@
287: OTOOL64 = @OTOOL64@
288: PACKAGE = @PACKAGE@
289: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
290: PACKAGE_NAME = @PACKAGE_NAME@
291: PACKAGE_STRING = @PACKAGE_STRING@
292: PACKAGE_TARNAME = @PACKAGE_TARNAME@
293: PACKAGE_URL = @PACKAGE_URL@
294: PACKAGE_VERSION = @PACKAGE_VERSION@
295: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
296: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
297: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
298: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
299: PATH_SEPARATOR = @PATH_SEPARATOR@
300: PERL = @PERL@
301: PKG_CONFIG = @PKG_CONFIG@
302: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
303: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
304: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
305: PTHREADLIB = @PTHREADLIB@
306: PYTHON = @PYTHON@
307: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
308: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
309: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
310: PYTHON_PLATFORM = @PYTHON_PLATFORM@
311: PYTHON_PREFIX = @PYTHON_PREFIX@
312: PYTHON_VERSION = @PYTHON_VERSION@
313: PY_TEST = @PY_TEST@
314: RANLIB = @RANLIB@
315: RTLIB = @RTLIB@
316: RUBYGEMDIR = @RUBYGEMDIR@
317: SED = @SED@
318: SET_MAKE = @SET_MAKE@
319: SHELL = @SHELL@
320: SOCKLIB = @SOCKLIB@
321: STRIP = @STRIP@
322: TOX = @TOX@
323: UNWINDLIB = @UNWINDLIB@
324: VERSION = @VERSION@
325: YACC = @YACC@
326: YFLAGS = @YFLAGS@
327: abs_builddir = @abs_builddir@
328: abs_srcdir = @abs_srcdir@
329: abs_top_builddir = @abs_top_builddir@
330: abs_top_srcdir = @abs_top_srcdir@
331: ac_ct_AR = @ac_ct_AR@
332: ac_ct_CC = @ac_ct_CC@
333: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
334: aikgen_plugins = @aikgen_plugins@
335: am__include = @am__include@
336: am__leading_dot = @am__leading_dot@
337: am__quote = @am__quote@
338: am__tar = @am__tar@
339: am__untar = @am__untar@
340: attest_plugins = @attest_plugins@
341: bindir = @bindir@
342: botan_CFLAGS = @botan_CFLAGS@
343: botan_LIBS = @botan_LIBS@
344: build = @build@
345: build_alias = @build_alias@
346: build_cpu = @build_cpu@
347: build_os = @build_os@
348: build_vendor = @build_vendor@
349: builddir = @builddir@
350: c_plugins = @c_plugins@
351: charon_natt_port = @charon_natt_port@
352: charon_plugins = @charon_plugins@
353: charon_udp_port = @charon_udp_port@
354: clearsilver_LIBS = @clearsilver_LIBS@
355: cmd_plugins = @cmd_plugins@
356: datadir = @datadir@
357: datarootdir = @datarootdir@
358: dbusdatadir = @dbusdatadir@
359: dbuspolicydir = @dbuspolicydir@
360: dev_headers = @dev_headers@
361: docdir = @docdir@
362: dvidir = @dvidir@
363: exec_prefix = @exec_prefix@
364: fips_mode = @fips_mode@
365: fuzz_plugins = @fuzz_plugins@
366: host = @host@
367: host_alias = @host_alias@
368: host_cpu = @host_cpu@
369: host_os = @host_os@
370: host_vendor = @host_vendor@
371: htmldir = @htmldir@
372: imcvdir = @imcvdir@
373: includedir = @includedir@
374: infodir = @infodir@
375: install_sh = @install_sh@
376: ipsec_script = @ipsec_script@
377: ipsec_script_upper = @ipsec_script_upper@
378: ipsecdir = @ipsecdir@
379: ipsecgroup = @ipsecgroup@
380: ipseclibdir = @ipseclibdir@
381: ipsecuser = @ipsecuser@
382: json_CFLAGS = @json_CFLAGS@
383: json_LIBS = @json_LIBS@
384: libdir = @libdir@
385: libexecdir = @libexecdir@
386: libfuzzer = @libfuzzer@
387: libiptc_CFLAGS = @libiptc_CFLAGS@
388: libiptc_LIBS = @libiptc_LIBS@
389: linux_headers = @linux_headers@
390: localedir = @localedir@
391: localstatedir = @localstatedir@
392: manager_plugins = @manager_plugins@
393: mandir = @mandir@
394: medsrv_plugins = @medsrv_plugins@
395: mkdir_p = @mkdir_p@
396: nm_CFLAGS = @nm_CFLAGS@
397: nm_LIBS = @nm_LIBS@
398: nm_ca_dir = @nm_ca_dir@
399: nm_plugins = @nm_plugins@
400: oldincludedir = @oldincludedir@
401: p_plugins = @p_plugins@
402: pcsclite_CFLAGS = @pcsclite_CFLAGS@
403: pcsclite_LIBS = @pcsclite_LIBS@
404: pdfdir = @pdfdir@
405: piddir = @piddir@
406: pkgpyexecdir = @pkgpyexecdir@
407: pkgpythondir = @pkgpythondir@
408: pki_plugins = @pki_plugins@
409: plugindir = @plugindir@
410: pool_plugins = @pool_plugins@
411: prefix = @prefix@
412: program_transform_name = @program_transform_name@
413: psdir = @psdir@
414: pyexecdir = @pyexecdir@
415: pythondir = @pythondir@
416: random_device = @random_device@
417: resolv_conf = @resolv_conf@
418: routing_table = @routing_table@
419: routing_table_prio = @routing_table_prio@
420: runstatedir = @runstatedir@
421: s_plugins = @s_plugins@
422: sbindir = @sbindir@
423: scepclient_plugins = @scepclient_plugins@
424: scripts_plugins = @scripts_plugins@
425: sharedstatedir = @sharedstatedir@
426: soup_CFLAGS = @soup_CFLAGS@
427: soup_LIBS = @soup_LIBS@
428: srcdir = @srcdir@
429: starter_plugins = @starter_plugins@
430: strongswan_conf = @strongswan_conf@
431: strongswan_options = @strongswan_options@
432: swanctldir = @swanctldir@
433: sysconfdir = @sysconfdir@
434: systemd_CFLAGS = @systemd_CFLAGS@
435: systemd_LIBS = @systemd_LIBS@
436: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
437: systemd_daemon_LIBS = @systemd_daemon_LIBS@
438: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
439: systemd_journal_LIBS = @systemd_journal_LIBS@
440: systemdsystemunitdir = @systemdsystemunitdir@
441: t_plugins = @t_plugins@
442: target_alias = @target_alias@
443: top_build_prefix = @top_build_prefix@
444: top_builddir = @top_builddir@
445: top_srcdir = @top_srcdir@
446: tss2_CFLAGS = @tss2_CFLAGS@
447: tss2_LIBS = @tss2_LIBS@
448: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
449: tss2_esys_LIBS = @tss2_esys_LIBS@
450: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
451: tss2_socket_LIBS = @tss2_socket_LIBS@
452: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
453: tss2_sys_LIBS = @tss2_sys_LIBS@
454: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
455: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
456: urandom_device = @urandom_device@
457: wolfssl_CFLAGS = @wolfssl_CFLAGS@
458: wolfssl_LIBS = @wolfssl_LIBS@
459: xml_CFLAGS = @xml_CFLAGS@
460: xml_LIBS = @xml_LIBS@
461: newhope_tests_SOURCES = \
462: suites/test_newhope_ke.c \
463: suites/test_newhope_noise.c \
464: suites/test_newhope_reconciliation.c \
465: newhope_tests.h newhope_tests.c
466:
467: newhope_tests_CFLAGS = \
468: -I$(top_srcdir)/src/libstrongswan \
469: -I$(top_srcdir)/src/libstrongswan/tests \
470: -I$(top_srcdir)/src/libstrongswan/math/libnttfft \
471: -I$(top_srcdir)/src/libstrongswan/plugins/newhope \
472: -DPLUGINDIR=\""$(abs_top_builddir)/src/libstrongswan/plugins\"" \
473: -DPLUGINS=\""${s_plugins}\"" \
474: @COVERAGE_CFLAGS@
475:
476: newhope_tests_LDFLAGS = @COVERAGE_LDFLAGS@
477: newhope_tests_LDADD = \
478: $(top_builddir)/src/libstrongswan/libstrongswan.la \
479: $(top_builddir)/src/libstrongswan/tests/libtest.la \
480: $(top_builddir)/src/libstrongswan/math/libnttfft/libnttfft.la \
481: ../libnewhope.la
482:
483: all: all-am
484:
485: .SUFFIXES:
486: .SUFFIXES: .c .lo .o .obj
487: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
488: @for dep in $?; do \
489: case '$(am__configure_deps)' in \
490: *$$dep*) \
491: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
492: && { if test -f $@; then exit 0; else break; fi; }; \
493: exit 1;; \
494: esac; \
495: done; \
496: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libstrongswan/plugins/newhope/tests/Makefile'; \
497: $(am__cd) $(top_srcdir) && \
498: $(AUTOMAKE) --gnu src/libstrongswan/plugins/newhope/tests/Makefile
499: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
500: @case '$?' in \
501: *config.status*) \
502: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
503: *) \
504: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
505: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
506: esac;
507:
508: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
509: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
510:
511: $(top_srcdir)/configure: $(am__configure_deps)
512: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
513: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
514: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
515: $(am__aclocal_m4_deps):
516:
517: clean-checkPROGRAMS:
518: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
519: echo " rm -f" $$list; \
520: rm -f $$list || exit $$?; \
521: test -n "$(EXEEXT)" || exit 0; \
522: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
523: echo " rm -f" $$list; \
524: rm -f $$list
525: suites/$(am__dirstamp):
526: @$(MKDIR_P) suites
527: @: > suites/$(am__dirstamp)
528: suites/$(DEPDIR)/$(am__dirstamp):
529: @$(MKDIR_P) suites/$(DEPDIR)
530: @: > suites/$(DEPDIR)/$(am__dirstamp)
531: suites/newhope_tests-test_newhope_ke.$(OBJEXT): \
532: suites/$(am__dirstamp) suites/$(DEPDIR)/$(am__dirstamp)
533: suites/newhope_tests-test_newhope_noise.$(OBJEXT): \
534: suites/$(am__dirstamp) suites/$(DEPDIR)/$(am__dirstamp)
535: suites/newhope_tests-test_newhope_reconciliation.$(OBJEXT): \
536: suites/$(am__dirstamp) suites/$(DEPDIR)/$(am__dirstamp)
537:
538: newhope_tests$(EXEEXT): $(newhope_tests_OBJECTS) $(newhope_tests_DEPENDENCIES) $(EXTRA_newhope_tests_DEPENDENCIES)
539: @rm -f newhope_tests$(EXEEXT)
540: $(AM_V_CCLD)$(newhope_tests_LINK) $(newhope_tests_OBJECTS) $(newhope_tests_LDADD) $(LIBS)
541:
542: mostlyclean-compile:
543: -rm -f *.$(OBJEXT)
544: -rm -f suites/*.$(OBJEXT)
545:
546: distclean-compile:
547: -rm -f *.tab.c
548:
549: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newhope_tests-newhope_tests.Po@am__quote@
550: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Po@am__quote@
551: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Po@am__quote@
552: @AMDEP_TRUE@@am__include@ @am__quote@suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Po@am__quote@
553:
554: .c.o:
555: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
556: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
557: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
558: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
559: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
561:
562: .c.obj:
563: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
564: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
565: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
566: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
569:
570: .c.lo:
571: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
572: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
573: @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
574: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
575: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
577:
578: suites/newhope_tests-test_newhope_ke.o: suites/test_newhope_ke.c
579: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_ke.o -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo -c -o suites/newhope_tests-test_newhope_ke.o `test -f 'suites/test_newhope_ke.c' || echo '$(srcdir)/'`suites/test_newhope_ke.c
580: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Po
581: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_newhope_ke.c' object='suites/newhope_tests-test_newhope_ke.o' libtool=no @AMDEPBACKSLASH@
582: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_ke.o `test -f 'suites/test_newhope_ke.c' || echo '$(srcdir)/'`suites/test_newhope_ke.c
584:
585: suites/newhope_tests-test_newhope_ke.obj: suites/test_newhope_ke.c
586: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_ke.obj -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo -c -o suites/newhope_tests-test_newhope_ke.obj `if test -f 'suites/test_newhope_ke.c'; then $(CYGPATH_W) 'suites/test_newhope_ke.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_ke.c'; fi`
587: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_ke.Po
588: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_newhope_ke.c' object='suites/newhope_tests-test_newhope_ke.obj' libtool=no @AMDEPBACKSLASH@
589: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_ke.obj `if test -f 'suites/test_newhope_ke.c'; then $(CYGPATH_W) 'suites/test_newhope_ke.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_ke.c'; fi`
591:
592: suites/newhope_tests-test_newhope_noise.o: suites/test_newhope_noise.c
593: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_noise.o -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo -c -o suites/newhope_tests-test_newhope_noise.o `test -f 'suites/test_newhope_noise.c' || echo '$(srcdir)/'`suites/test_newhope_noise.c
594: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Po
595: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_newhope_noise.c' object='suites/newhope_tests-test_newhope_noise.o' libtool=no @AMDEPBACKSLASH@
596: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_noise.o `test -f 'suites/test_newhope_noise.c' || echo '$(srcdir)/'`suites/test_newhope_noise.c
598:
599: suites/newhope_tests-test_newhope_noise.obj: suites/test_newhope_noise.c
600: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_noise.obj -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo -c -o suites/newhope_tests-test_newhope_noise.obj `if test -f 'suites/test_newhope_noise.c'; then $(CYGPATH_W) 'suites/test_newhope_noise.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_noise.c'; fi`
601: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_noise.Po
602: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_newhope_noise.c' object='suites/newhope_tests-test_newhope_noise.obj' libtool=no @AMDEPBACKSLASH@
603: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_noise.obj `if test -f 'suites/test_newhope_noise.c'; then $(CYGPATH_W) 'suites/test_newhope_noise.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_noise.c'; fi`
605:
606: suites/newhope_tests-test_newhope_reconciliation.o: suites/test_newhope_reconciliation.c
607: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_reconciliation.o -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo -c -o suites/newhope_tests-test_newhope_reconciliation.o `test -f 'suites/test_newhope_reconciliation.c' || echo '$(srcdir)/'`suites/test_newhope_reconciliation.c
608: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Po
609: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_newhope_reconciliation.c' object='suites/newhope_tests-test_newhope_reconciliation.o' libtool=no @AMDEPBACKSLASH@
610: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_reconciliation.o `test -f 'suites/test_newhope_reconciliation.c' || echo '$(srcdir)/'`suites/test_newhope_reconciliation.c
612:
613: suites/newhope_tests-test_newhope_reconciliation.obj: suites/test_newhope_reconciliation.c
614: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT suites/newhope_tests-test_newhope_reconciliation.obj -MD -MP -MF suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo -c -o suites/newhope_tests-test_newhope_reconciliation.obj `if test -f 'suites/test_newhope_reconciliation.c'; then $(CYGPATH_W) 'suites/test_newhope_reconciliation.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_reconciliation.c'; fi`
615: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Tpo suites/$(DEPDIR)/newhope_tests-test_newhope_reconciliation.Po
616: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='suites/test_newhope_reconciliation.c' object='suites/newhope_tests-test_newhope_reconciliation.obj' libtool=no @AMDEPBACKSLASH@
617: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
618: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o suites/newhope_tests-test_newhope_reconciliation.obj `if test -f 'suites/test_newhope_reconciliation.c'; then $(CYGPATH_W) 'suites/test_newhope_reconciliation.c'; else $(CYGPATH_W) '$(srcdir)/suites/test_newhope_reconciliation.c'; fi`
619:
620: newhope_tests-newhope_tests.o: newhope_tests.c
621: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT newhope_tests-newhope_tests.o -MD -MP -MF $(DEPDIR)/newhope_tests-newhope_tests.Tpo -c -o newhope_tests-newhope_tests.o `test -f 'newhope_tests.c' || echo '$(srcdir)/'`newhope_tests.c
622: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/newhope_tests-newhope_tests.Tpo $(DEPDIR)/newhope_tests-newhope_tests.Po
623: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='newhope_tests.c' object='newhope_tests-newhope_tests.o' libtool=no @AMDEPBACKSLASH@
624: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o newhope_tests-newhope_tests.o `test -f 'newhope_tests.c' || echo '$(srcdir)/'`newhope_tests.c
626:
627: newhope_tests-newhope_tests.obj: newhope_tests.c
628: @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -MT newhope_tests-newhope_tests.obj -MD -MP -MF $(DEPDIR)/newhope_tests-newhope_tests.Tpo -c -o newhope_tests-newhope_tests.obj `if test -f 'newhope_tests.c'; then $(CYGPATH_W) 'newhope_tests.c'; else $(CYGPATH_W) '$(srcdir)/newhope_tests.c'; fi`
629: @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/newhope_tests-newhope_tests.Tpo $(DEPDIR)/newhope_tests-newhope_tests.Po
630: @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='newhope_tests.c' object='newhope_tests-newhope_tests.obj' libtool=no @AMDEPBACKSLASH@
631: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
632: @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(newhope_tests_CFLAGS) $(CFLAGS) -c -o newhope_tests-newhope_tests.obj `if test -f 'newhope_tests.c'; then $(CYGPATH_W) 'newhope_tests.c'; else $(CYGPATH_W) '$(srcdir)/newhope_tests.c'; fi`
633:
634: mostlyclean-libtool:
635: -rm -f *.lo
636:
637: clean-libtool:
638: -rm -rf .libs _libs
639:
640: ID: $(am__tagged_files)
641: $(am__define_uniq_tagged_files); mkid -fID $$unique
642: tags: tags-am
643: TAGS: tags
644:
645: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
646: set x; \
647: here=`pwd`; \
648: $(am__define_uniq_tagged_files); \
649: shift; \
650: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
651: test -n "$$unique" || unique=$$empty_fix; \
652: if test $$# -gt 0; then \
653: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
654: "$$@" $$unique; \
655: else \
656: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
657: $$unique; \
658: fi; \
659: fi
660: ctags: ctags-am
661:
662: CTAGS: ctags
663: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
664: $(am__define_uniq_tagged_files); \
665: test -z "$(CTAGS_ARGS)$$unique" \
666: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
667: $$unique
668:
669: GTAGS:
670: here=`$(am__cd) $(top_builddir) && pwd` \
671: && $(am__cd) $(top_srcdir) \
672: && gtags -i $(GTAGS_ARGS) "$$here"
673: cscopelist: cscopelist-am
674:
675: cscopelist-am: $(am__tagged_files)
676: list='$(am__tagged_files)'; \
677: case "$(srcdir)" in \
678: [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
679: *) sdir=$(subdir)/$(srcdir) ;; \
680: esac; \
681: for i in $$list; do \
682: if test -f "$$i"; then \
683: echo "$(subdir)/$$i"; \
684: else \
685: echo "$$sdir/$$i"; \
686: fi; \
687: done >> $(top_builddir)/cscope.files
688:
689: distclean-tags:
690: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
691:
692: check-TESTS: $(TESTS)
693: @failed=0; all=0; xfail=0; xpass=0; skip=0; \
694: srcdir=$(srcdir); export srcdir; \
695: list=' $(TESTS) '; \
696: $(am__tty_colors); \
697: if test -n "$$list"; then \
698: for tst in $$list; do \
699: if test -f ./$$tst; then dir=./; \
700: elif test -f $$tst; then dir=; \
701: else dir="$(srcdir)/"; fi; \
702: if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
703: all=`expr $$all + 1`; \
704: case " $(XFAIL_TESTS) " in \
705: *[\ \ ]$$tst[\ \ ]*) \
706: xpass=`expr $$xpass + 1`; \
707: failed=`expr $$failed + 1`; \
708: col=$$red; res=XPASS; \
709: ;; \
710: *) \
711: col=$$grn; res=PASS; \
712: ;; \
713: esac; \
714: elif test $$? -ne 77; then \
715: all=`expr $$all + 1`; \
716: case " $(XFAIL_TESTS) " in \
717: *[\ \ ]$$tst[\ \ ]*) \
718: xfail=`expr $$xfail + 1`; \
719: col=$$lgn; res=XFAIL; \
720: ;; \
721: *) \
722: failed=`expr $$failed + 1`; \
723: col=$$red; res=FAIL; \
724: ;; \
725: esac; \
726: else \
727: skip=`expr $$skip + 1`; \
728: col=$$blu; res=SKIP; \
729: fi; \
730: echo "$${col}$$res$${std}: $$tst"; \
731: done; \
732: if test "$$all" -eq 1; then \
733: tests="test"; \
734: All=""; \
735: else \
736: tests="tests"; \
737: All="All "; \
738: fi; \
739: if test "$$failed" -eq 0; then \
740: if test "$$xfail" -eq 0; then \
741: banner="$$All$$all $$tests passed"; \
742: else \
743: if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
744: banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
745: fi; \
746: else \
747: if test "$$xpass" -eq 0; then \
748: banner="$$failed of $$all $$tests failed"; \
749: else \
750: if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
751: banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
752: fi; \
753: fi; \
754: dashes="$$banner"; \
755: skipped=""; \
756: if test "$$skip" -ne 0; then \
757: if test "$$skip" -eq 1; then \
758: skipped="($$skip test was not run)"; \
759: else \
760: skipped="($$skip tests were not run)"; \
761: fi; \
762: test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
763: dashes="$$skipped"; \
764: fi; \
765: report=""; \
766: if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
767: report="Please report to $(PACKAGE_BUGREPORT)"; \
768: test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
769: dashes="$$report"; \
770: fi; \
771: dashes=`echo "$$dashes" | sed s/./=/g`; \
772: if test "$$failed" -eq 0; then \
773: col="$$grn"; \
774: else \
775: col="$$red"; \
776: fi; \
777: echo "$${col}$$dashes$${std}"; \
778: echo "$${col}$$banner$${std}"; \
779: test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
780: test -z "$$report" || echo "$${col}$$report$${std}"; \
781: echo "$${col}$$dashes$${std}"; \
782: test "$$failed" -eq 0; \
783: else :; fi
784:
785: distdir: $(DISTFILES)
786: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
787: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
788: list='$(DISTFILES)'; \
789: dist_files=`for file in $$list; do echo $$file; done | \
790: sed -e "s|^$$srcdirstrip/||;t" \
791: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
792: case $$dist_files in \
793: */*) $(MKDIR_P) `echo "$$dist_files" | \
794: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
795: sort -u` ;; \
796: esac; \
797: for file in $$dist_files; do \
798: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
799: if test -d $$d/$$file; then \
800: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
801: if test -d "$(distdir)/$$file"; then \
802: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
803: fi; \
804: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
805: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
806: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
807: fi; \
808: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
809: else \
810: test -f "$(distdir)/$$file" \
811: || cp -p $$d/$$file "$(distdir)/$$file" \
812: || exit 1; \
813: fi; \
814: done
815: check-am: all-am
816: $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
817: $(MAKE) $(AM_MAKEFLAGS) check-TESTS
818: check: check-am
819: all-am: Makefile
820: installdirs:
821: install: install-am
822: install-exec: install-exec-am
823: install-data: install-data-am
824: uninstall: uninstall-am
825:
826: install-am: all-am
827: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
828:
829: installcheck: installcheck-am
830: install-strip:
831: if test -z '$(STRIP)'; then \
832: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
833: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
834: install; \
835: else \
836: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
837: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
838: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
839: fi
840: mostlyclean-generic:
841:
842: clean-generic:
843:
844: distclean-generic:
845: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
846: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
847: -rm -f suites/$(DEPDIR)/$(am__dirstamp)
848: -rm -f suites/$(am__dirstamp)
849:
850: maintainer-clean-generic:
851: @echo "This command is intended for maintainers to use"
852: @echo "it deletes files that may require special tools to rebuild."
853: clean: clean-am
854:
855: clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
856: mostlyclean-am
857:
858: distclean: distclean-am
859: -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
860: -rm -f Makefile
861: distclean-am: clean-am distclean-compile distclean-generic \
862: distclean-tags
863:
864: dvi: dvi-am
865:
866: dvi-am:
867:
868: html: html-am
869:
870: html-am:
871:
872: info: info-am
873:
874: info-am:
875:
876: install-data-am:
877:
878: install-dvi: install-dvi-am
879:
880: install-dvi-am:
881:
882: install-exec-am:
883:
884: install-html: install-html-am
885:
886: install-html-am:
887:
888: install-info: install-info-am
889:
890: install-info-am:
891:
892: install-man:
893:
894: install-pdf: install-pdf-am
895:
896: install-pdf-am:
897:
898: install-ps: install-ps-am
899:
900: install-ps-am:
901:
902: installcheck-am:
903:
904: maintainer-clean: maintainer-clean-am
905: -rm -rf ./$(DEPDIR) suites/$(DEPDIR)
906: -rm -f Makefile
907: maintainer-clean-am: distclean-am maintainer-clean-generic
908:
909: mostlyclean: mostlyclean-am
910:
911: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
912: mostlyclean-libtool
913:
914: pdf: pdf-am
915:
916: pdf-am:
917:
918: ps: ps-am
919:
920: ps-am:
921:
922: uninstall-am:
923:
924: .MAKE: check-am install-am install-strip
925:
926: .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
927: clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
928: ctags ctags-am distclean distclean-compile distclean-generic \
929: distclean-libtool distclean-tags distdir dvi dvi-am html \
930: html-am info info-am install install-am install-data \
931: install-data-am install-dvi install-dvi-am install-exec \
932: install-exec-am install-html install-html-am install-info \
933: install-info-am install-man install-pdf install-pdf-am \
934: install-ps install-ps-am install-strip installcheck \
935: installcheck-am installdirs maintainer-clean \
936: maintainer-clean-generic mostlyclean mostlyclean-compile \
937: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
938: tags tags-am uninstall uninstall-am
939:
940: .PRECIOUS: Makefile
941:
942:
943: # Tell versions [3.59,3.63) of GNU make to not export all variables.
944: # Otherwise a system limit (for SysV at least) may be exceeded.
945: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>