version 1.1.1.1, 2012/02/21 22:39:10
|
version 1.1.1.1.2.3.2.1, 2014/07/30 09:05:19
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.1 from Makefile.am. | # Makefile.in generated by automake 1.14 from Makefile.am. |
# src/racoon/Makefile. Generated from Makefile.in by configure. |
# src/racoon/Makefile. Generated from Makefile.in by configure. |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | # Copyright (C) 1994-2013 Free Software Foundation, Inc. |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
# Inc. | |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
Line 20
|
Line 19
|
|
|
|
|
|
|
|
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
am__make_running_with_option = \ |
|
case $${target_option-} in \ |
|
?) ;; \ |
|
*) echo "am__make_running_with_option: internal error: invalid" \ |
|
"target option '$${target_option-}' specified" >&2; \ |
|
exit 1;; \ |
|
esac; \ |
|
has_opt=no; \ |
|
sane_makeflags=$$MAKEFLAGS; \ |
|
if $(am__is_gnu_make); then \ |
|
sane_makeflags=$$MFLAGS; \ |
|
else \ |
|
case $$MAKEFLAGS in \ |
|
*\\[\ \ ]*) \ |
|
bs=\\; \ |
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
|
esac; \ |
|
fi; \ |
|
skip_next=no; \ |
|
strip_trailopt () \ |
|
{ \ |
|
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
}; \ |
|
for flg in $$sane_makeflags; do \ |
|
test $$skip_next = yes && { skip_next=no; continue; }; \ |
|
case $$flg in \ |
|
*=*|--*) continue;; \ |
|
-*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
-*I?*) strip_trailopt 'I';; \ |
|
-*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
-*O?*) strip_trailopt 'O';; \ |
|
-*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
-*l?*) strip_trailopt 'l';; \ |
|
-[dEDm]) skip_next=yes;; \ |
|
-[JT]) skip_next=yes;; \ |
|
esac; \ |
|
case $$flg in \ |
|
*$$target_option*) has_opt=yes; break;; \ |
|
esac; \ |
|
done; \ |
|
test $$has_opt = yes |
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
pkgdatadir = $(datadir)/ipsec-tools |
pkgdatadir = $(datadir)/ipsec-tools |
pkgincludedir = $(includedir)/ipsec-tools |
pkgincludedir = $(includedir)/ipsec-tools |
pkglibdir = $(libdir)/ipsec-tools |
pkglibdir = $(libdir)/ipsec-tools |
Line 36 POST_INSTALL = :
|
Line 80 POST_INSTALL = :
|
NORMAL_UNINSTALL = : |
NORMAL_UNINSTALL = : |
PRE_UNINSTALL = : |
PRE_UNINSTALL = : |
POST_UNINSTALL = : |
POST_UNINSTALL = : |
build_triplet = i386-portbld-freebsd10.0 | build_triplet = i386-unknown-freebsd11.0 |
host_triplet = i386-portbld-freebsd10.0 | host_triplet = i386-unknown-freebsd11.0 |
sbin_PROGRAMS = racoon$(EXEEXT) racoonctl$(EXEEXT) \ |
sbin_PROGRAMS = racoon$(EXEEXT) racoonctl$(EXEEXT) \ |
plainrsa-gen$(EXEEXT) |
plainrsa-gen$(EXEEXT) |
noinst_PROGRAMS = eaytest$(EXEEXT) |
noinst_PROGRAMS = eaytest$(EXEEXT) |
TESTS = eaytest$(EXEEXT) |
TESTS = eaytest$(EXEEXT) |
subdir = src/racoon |
subdir = src/racoon |
DIST_COMMON = $(include_racoon_HEADERS) $(noinst_HEADERS) \ | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am cftoken.c \ |
$(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO cfparse.c \ | cfparse.h cfparse.c prsa_tok.c prsa_par.h prsa_par.c \ |
cfparse.h cftoken.c prsa_par.c prsa_par.h prsa_tok.c | $(top_srcdir)/depcomp $(top_srcdir)/ylwrap \ |
| $(include_racoon_HEADERS) $(noinst_HEADERS) \ |
| $(top_srcdir)/test-driver TODO |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \ |
am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \ |
$(top_srcdir)/configure.ac |
$(top_srcdir)/configure.ac |
Line 76 am__nobase_list = $(am__nobase_strip_setup); \
|
Line 122 am__nobase_list = $(am__nobase_strip_setup); \
|
am__base_list = \ |
am__base_list = \ |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
|
am__uninstall_files_from_dir = { \ |
|
test -z "$$files" \ |
|
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
|
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
|
$(am__cd) "$$dir" && rm -f $$files; }; \ |
|
} |
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \ |
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \ |
"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \ |
"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \ |
"$(DESTDIR)$(include_racoondir)" |
"$(DESTDIR)$(include_racoondir)" |
Line 85 am_libracoon_la_OBJECTS = libracoon_la-kmpstat.lo \
|
Line 137 am_libracoon_la_OBJECTS = libracoon_la-kmpstat.lo \
|
libracoon_la-vmbuf.lo libracoon_la-sockmisc.lo \ |
libracoon_la-vmbuf.lo libracoon_la-sockmisc.lo \ |
libracoon_la-misc.lo |
libracoon_la-misc.lo |
libracoon_la_OBJECTS = $(am_libracoon_la_OBJECTS) |
libracoon_la_OBJECTS = $(am_libracoon_la_OBJECTS) |
libracoon_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ | AM_V_lt = $(am__v_lt_$(V)) |
| am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) |
| am__v_lt_0 = --silent |
| am__v_lt_1 = |
| libracoon_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libracoon_la_CFLAGS) \ |
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libracoon_la_CFLAGS) \ |
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS) |
PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS) |
Line 114 racoon_OBJECTS = $(am_racoon_OBJECTS)
|
Line 170 racoon_OBJECTS = $(am_racoon_OBJECTS)
|
am_racoonctl_OBJECTS = racoonctl.$(OBJEXT) str2val.$(OBJEXT) |
am_racoonctl_OBJECTS = racoonctl.$(OBJEXT) str2val.$(OBJEXT) |
racoonctl_OBJECTS = $(am_racoonctl_OBJECTS) |
racoonctl_OBJECTS = $(am_racoonctl_OBJECTS) |
racoonctl_DEPENDENCIES = libracoon.la ../libipsec/libipsec.la |
racoonctl_DEPENDENCIES = libracoon.la ../libipsec/libipsec.la |
|
AM_V_P = $(am__v_P_$(V)) |
|
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) |
|
am__v_P_0 = false |
|
am__v_P_1 = : |
|
AM_V_GEN = $(am__v_GEN_$(V)) |
|
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) |
|
am__v_GEN_0 = @echo " GEN " $@; |
|
am__v_GEN_1 = |
|
AM_V_at = $(am__v_at_$(V)) |
|
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) |
|
am__v_at_0 = @ |
|
am__v_at_1 = |
DEFAULT_INCLUDES = -I. -I$(top_builddir) |
DEFAULT_INCLUDES = -I. -I$(top_builddir) |
depcomp = $(SHELL) $(top_srcdir)/depcomp |
depcomp = $(SHELL) $(top_srcdir)/depcomp |
am__depfiles_maybe = depfiles |
am__depfiles_maybe = depfiles |
am__mv = mv -f |
am__mv = mv -f |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
| $(AM_CFLAGS) $(CFLAGS) |
| AM_V_CC = $(am__v_CC_$(V)) |
| am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) |
| am__v_CC_0 = @echo " CC " $@; |
| am__v_CC_1 = |
CCLD = $(CC) |
CCLD = $(CC) |
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
$(LDFLAGS) -o $@ | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS) | AM_V_CCLD = $(am__v_CCLD_$(V)) |
LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) |
--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS) | am__v_CCLD_0 = @echo " CCLD " $@; |
| am__v_CCLD_1 = |
| LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) |
| AM_V_LEX = $(am__v_LEX_$(V)) |
| am__v_LEX_ = $(am__v_LEX_$(AM_DEFAULT_VERBOSITY)) |
| am__v_LEX_0 = @echo " LEX " $@; |
| am__v_LEX_1 = |
YLWRAP = $(top_srcdir)/ylwrap |
YLWRAP = $(top_srcdir)/ylwrap |
YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) | am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ |
LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | -e s/c++$$/h++/ -e s/c$$/h/ |
--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS) | YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
| $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) |
| AM_V_YACC = $(am__v_YACC_$(V)) |
| am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY)) |
| am__v_YACC_0 = @echo " YACC " $@; |
| am__v_YACC_1 = |
SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURCES) \ |
SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURCES) \ |
$(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \ |
$(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \ |
$(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \ |
$(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \ |
Line 142 DIST_SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURC
|
Line 229 DIST_SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURC
|
$(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \ |
$(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \ |
$(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \ |
$(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \ |
$(EXTRA_racoon_SOURCES) $(racoonctl_SOURCES) |
$(EXTRA_racoon_SOURCES) $(racoonctl_SOURCES) |
|
am__can_run_installinfo = \ |
|
case $$AM_UPDATE_INFO_DIR in \ |
|
n|no|NO) false;; \ |
|
*) (install-info --version) >/dev/null 2>&1;; \ |
|
esac |
man5dir = $(mandir)/man5 |
man5dir = $(mandir)/man5 |
man8dir = $(mandir)/man8 |
man8dir = $(mandir)/man8 |
NROFF = nroff |
NROFF = nroff |
MANS = $(man5_MANS) $(man8_MANS) |
MANS = $(man5_MANS) $(man8_MANS) |
HEADERS = $(include_racoon_HEADERS) $(noinst_HEADERS) |
HEADERS = $(include_racoon_HEADERS) $(noinst_HEADERS) |
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
|
# Read a list of newline-separated strings from the standard input, |
|
# and print each of them once, without duplicates. Input order is |
|
# *not* preserved. |
|
am__uniquify_input = $(AWK) '\ |
|
BEGIN { nonempty = 0; } \ |
|
{ items[$$0] = 1; nonempty = 1; } \ |
|
END { if (nonempty) { for (i in items) print i; }; } \ |
|
' |
|
# Make sure the list of sources is unique. This is necessary because, |
|
# e.g., the same source file might be shared among _SOURCES variables |
|
# for different programs/libraries. |
|
am__define_uniq_tagged_files = \ |
|
list='$(am__tagged_files)'; \ |
|
unique=`for i in $$list; do \ |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
done | $(am__uniquify_input)` |
ETAGS = etags |
ETAGS = etags |
CTAGS = ctags |
CTAGS = ctags |
am__tty_colors = \ | am__tty_colors_dummy = \ |
red=; grn=; lgn=; blu=; std= | mgn= red= grn= lgn= blu= brg= std=; \ |
| am__color_tests=no |
| am__tty_colors = { \ |
| $(am__tty_colors_dummy); \ |
| if test "X$(AM_COLOR_TESTS)" = Xno; then \ |
| am__color_tests=no; \ |
| elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ |
| am__color_tests=yes; \ |
| elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ |
| am__color_tests=yes; \ |
| fi; \ |
| if test $$am__color_tests = yes; then \ |
| red='[0;31m'; \ |
| grn='[0;32m'; \ |
| lgn='[1;32m'; \ |
| blu='[1;34m'; \ |
| mgn='[0;35m'; \ |
| brg='[1m'; \ |
| std='[m'; \ |
| fi; \ |
| } |
| am__recheck_rx = ^[ ]*:recheck:[ ]* |
| am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* |
| am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* |
| # A command that, given a newline-separated list of test names on the |
| # standard input, print the name of the tests that are to be re-run |
| # upon "make recheck". |
| am__list_recheck_tests = $(AWK) '{ \ |
| recheck = 1; \ |
| while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
| { \ |
| if (rc < 0) \ |
| { \ |
| if ((getline line2 < ($$0 ".log")) < 0) \ |
| recheck = 0; \ |
| break; \ |
| } \ |
| else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ |
| { \ |
| recheck = 0; \ |
| break; \ |
| } \ |
| else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ |
| { \ |
| break; \ |
| } \ |
| }; \ |
| if (recheck) \ |
| print $$0; \ |
| close ($$0 ".trs"); \ |
| close ($$0 ".log"); \ |
| }' |
| # A command that, given a newline-separated list of test names on the |
| # standard input, create the global log from their .trs and .log files. |
| am__create_global_log = $(AWK) ' \ |
| function fatal(msg) \ |
| { \ |
| print "fatal: making $@: " msg | "cat >&2"; \ |
| exit 1; \ |
| } \ |
| function rst_section(header) \ |
| { \ |
| print header; \ |
| len = length(header); \ |
| for (i = 1; i <= len; i = i + 1) \ |
| printf "="; \ |
| printf "\n\n"; \ |
| } \ |
| { \ |
| copy_in_global_log = 1; \ |
| global_test_result = "RUN"; \ |
| while ((rc = (getline line < ($$0 ".trs"))) != 0) \ |
| { \ |
| if (rc < 0) \ |
| fatal("failed to read from " $$0 ".trs"); \ |
| if (line ~ /$(am__global_test_result_rx)/) \ |
| { \ |
| sub("$(am__global_test_result_rx)", "", line); \ |
| sub("[ ]*$$", "", line); \ |
| global_test_result = line; \ |
| } \ |
| else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ |
| copy_in_global_log = 0; \ |
| }; \ |
| if (copy_in_global_log) \ |
| { \ |
| rst_section(global_test_result ": " $$0); \ |
| while ((rc = (getline line < ($$0 ".log"))) != 0) \ |
| { \ |
| if (rc < 0) \ |
| fatal("failed to read from " $$0 ".log"); \ |
| print line; \ |
| }; \ |
| printf "\n"; \ |
| }; \ |
| close ($$0 ".trs"); \ |
| close ($$0 ".log"); \ |
| }' |
| # Restructured Text title. |
| am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } |
| # Solaris 10 'make', and several other traditional 'make' implementations, |
| # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it |
| # by disabling -e (using the XSI extension "set +e") if it's set. |
| am__sh_e_setup = case $$- in *e*) set +e;; esac |
| # Default flags passed to test drivers. |
| am__common_driver_flags = \ |
| --color-tests "$$am__color_tests" \ |
| --enable-hard-errors "$$am__enable_hard_errors" \ |
| --expect-failure "$$am__expect_failure" |
| # To be inserted before the command running the test. Creates the |
| # directory for the log if needed. Stores in $dir the directory |
| # containing $f, in $tst the test, in $log the log. Executes the |
| # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and |
| # passes TESTS_ENVIRONMENT. Set up options for the wrapper that |
| # will run the test scripts (or their associated LOG_COMPILER, if |
| # thy have one). |
| am__check_pre = \ |
| $(am__sh_e_setup); \ |
| $(am__vpath_adj_setup) $(am__vpath_adj) \ |
| $(am__tty_colors); \ |
| srcdir=$(srcdir); export srcdir; \ |
| case "$@" in \ |
| */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ |
| *) am__odir=.;; \ |
| esac; \ |
| test "x$$am__odir" = x"." || test -d "$$am__odir" \ |
| || $(MKDIR_P) "$$am__odir" || exit $$?; \ |
| if test -f "./$$f"; then dir=./; \ |
| elif test -f "$$f"; then dir=; \ |
| else dir="$(srcdir)/"; fi; \ |
| tst=$$dir$$f; log='$@'; \ |
| if test -n '$(DISABLE_HARD_ERRORS)'; then \ |
| am__enable_hard_errors=no; \ |
| else \ |
| am__enable_hard_errors=yes; \ |
| fi; \ |
| case " $(XFAIL_TESTS) " in \ |
| *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ |
| am__expect_failure=yes;; \ |
| *) \ |
| am__expect_failure=no;; \ |
| esac; \ |
| $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) |
| # A shell command to get the names of the tests scripts with any registered |
| # extension removed (i.e., equivalently, the names of the test logs, with |
| # the '.log' extension removed). The result is saved in the shell variable |
| # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, |
| # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", |
| # since that might cause problem with VPATH rewrites for suffix-less tests. |
| # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. |
| am__set_TESTS_bases = \ |
| bases='$(TEST_LOGS)'; \ |
| bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ |
| bases=`echo $$bases` |
| RECHECK_LOGS = $(TEST_LOGS) |
| AM_RECURSIVE_TARGETS = check recheck |
| TEST_SUITE_LOG = test-suite.log |
| TEST_EXTENSIONS = .test |
| LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver |
| LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) |
| am__set_b = \ |
| case '$@' in \ |
| */*) \ |
| case '$*' in \ |
| */*) b='$*';; \ |
| *) b=`echo '$@' | sed 's/\.log$$//'`; \ |
| esac;; \ |
| *) \ |
| b='$*';; \ |
| esac |
| am__test_logs1 = $(TESTS:=.log) |
| am__test_logs2 = $(am__test_logs1:.log=.log) |
| TEST_LOGS = $(am__test_logs2:.test.log=.log) |
| TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver |
| TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ |
| $(TEST_LOG_FLAGS) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
ACLOCAL = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run aclocal-1.11 | ACLOCAL = aclocal-1.14 |
AMTAR = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run tar | AMTAR = $${TAR-tar} |
| AM_DEFAULT_VERBOSITY = 1 |
AR = ar |
AR = ar |
AUTOCONF = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoconf | AUTOCONF = autoconf |
AUTOHEADER = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoheader | AUTOHEADER = autoheader |
AUTOMAKE = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run automake-1.11 | AUTOMAKE = automake-1.14 |
AWK = gawk |
AWK = gawk |
CC = cc |
CC = cc |
CCDEPMODE = depmode=gcc3 |
CCDEPMODE = depmode=gcc3 |
CFLAGS = -pipe -g -Wall -Werror -Wno-unused | CFLAGS = -g -O2 -Wall -Werror -Wno-unused |
CONFIGURE_AMFLAGS = |
CONFIGURE_AMFLAGS = |
CPP = cpp | CPP = cc -E |
CPPFLAGS = -I${top_srcdir}/src/racoon/missing |
CPPFLAGS = -I${top_srcdir}/src/racoon/missing |
CRYPTOBJS = |
CRYPTOBJS = |
CYGPATH_W = echo |
CYGPATH_W = echo |
DEFS = -DHAVE_CONFIG_H |
DEFS = -DHAVE_CONFIG_H |
DEPDIR = .deps |
DEPDIR = .deps |
|
DLLTOOL = false |
DSYMUTIL = |
DSYMUTIL = |
DUMPBIN = |
DUMPBIN = |
ECHO_C = |
ECHO_C = |
Line 178 EGREP = /usr/bin/grep -E
|
Line 464 EGREP = /usr/bin/grep -E
|
EXEEXT = |
EXEEXT = |
EXTRA_CRYPTO = |
EXTRA_CRYPTO = |
FGREP = /usr/bin/grep -F |
FGREP = /usr/bin/grep -F |
FRAG_OBJS = isakmp_frag.o | FRAG_OBJS = |
GLIBC_BUGS = |
GLIBC_BUGS = |
GREP = /usr/bin/grep |
GREP = /usr/bin/grep |
HYBRID_OBJS = isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o | HYBRID_OBJS = |
INCLUDE_GLIBC = |
INCLUDE_GLIBC = |
INSTALL = /usr/bin/install -c -o root -g wheel | INSTALL = /usr/bin/install -c |
INSTALL_DATA = install -o root -g wheel -m 444 | INSTALL_DATA = ${INSTALL} -m 644 |
INSTALL_OPTS = |
INSTALL_OPTS = |
INSTALL_PROGRAM = install -o root -g wheel -m 555 | INSTALL_PROGRAM = ${INSTALL} |
INSTALL_SCRIPT = install -o root -g wheel -m 555 | INSTALL_SCRIPT = ${INSTALL} |
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
KERNEL_INCLUDE = |
KERNEL_INCLUDE = |
KRB5_CONFIG = /usr/bin/krb5-config |
KRB5_CONFIG = /usr/bin/krb5-config |
LD = /usr/bin/ld |
LD = /usr/bin/ld |
LDFLAGS = -rpath=/usr/lib:/usr/local/lib | LDFLAGS = |
LEX = flex |
LEX = flex |
LEXLIB = -lfl |
LEXLIB = -lfl |
LEX_OUTPUT_ROOT = lex.yy |
LEX_OUTPUT_ROOT = lex.yy |
LIBOBJS = |
LIBOBJS = |
LIBS = -lradius -lcrypto -lreadline -lcrypt -lcrypt -L/lib -R/lib -lradius | LIBS = -lcrypto -lreadline |
LIBTOOL = $(SHELL) /usr/local/bin/libtool | LIBTOOL = $(SHELL) $(top_builddir)/libtool |
LIPO = |
LIPO = |
LN_S = ln -s |
LN_S = ln -s |
LTLIBOBJS = |
LTLIBOBJS = |
MAKEINFO = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run makeinfo | MAKEINFO = makeinfo |
| MANIFEST_TOOL = : |
MKDIR_P = ../.././install-sh -c -d |
MKDIR_P = ../.././install-sh -c -d |
NATT_OBJS = nattraversal.o | NATT_OBJS = |
NM = /usr/bin/nm -B |
NM = /usr/bin/nm -B |
NMEDIT = |
NMEDIT = |
OBJDUMP = objdump |
OBJDUMP = objdump |
Line 214 OTOOL64 =
|
Line 501 OTOOL64 =
|
PACKAGE = ipsec-tools |
PACKAGE = ipsec-tools |
PACKAGE_BUGREPORT = |
PACKAGE_BUGREPORT = |
PACKAGE_NAME = ipsec-tools |
PACKAGE_NAME = ipsec-tools |
PACKAGE_STRING = ipsec-tools 0.8.0 | PACKAGE_STRING = ipsec-tools 0.8.1 |
PACKAGE_TARNAME = ipsec-tools |
PACKAGE_TARNAME = ipsec-tools |
PACKAGE_URL = |
PACKAGE_URL = |
PACKAGE_VERSION = 0.8.0 | PACKAGE_VERSION = 0.8.1 |
PATH_SEPARATOR = : |
PATH_SEPARATOR = : |
RANLIB = ranlib |
RANLIB = ranlib |
RPM = |
RPM = |
Line 226 SED = /usr/bin/sed
|
Line 513 SED = /usr/bin/sed
|
SET_MAKE = |
SET_MAKE = |
SHELL = /bin/sh |
SHELL = /bin/sh |
STRIP = strip |
STRIP = strip |
VERSION = 0.8.0 | VERSION = 0.8.1 |
YACC = bison -y |
YACC = bison -y |
YFLAGS = |
YFLAGS = |
abs_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/racoon | abs_builddir = /home/misho/work/embedaddon/ipsec-tools/src/racoon |
abs_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/racoon | abs_srcdir = /home/misho/work/embedaddon/ipsec-tools/src/racoon |
abs_top_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0 | abs_top_builddir = /home/misho/work/embedaddon/ipsec-tools |
abs_top_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0 | abs_top_srcdir = /home/misho/work/embedaddon/ipsec-tools |
ac_ct_CC = cc | ac_ct_AR = ar |
| ac_ct_CC = |
ac_ct_DUMPBIN = |
ac_ct_DUMPBIN = |
am__include = include |
am__include = include |
am__leading_dot = . |
am__leading_dot = . |
am__quote = |
am__quote = |
am__tar = ${AMTAR} chof - "$$tardir" | am__tar = $${TAR-tar} chof - "$$tardir" |
am__untar = ${AMTAR} xf - | am__untar = $${TAR-tar} xf - |
bindir = ${exec_prefix}/bin |
bindir = ${exec_prefix}/bin |
build = i386-portbld-freebsd10.0 | build = i386-unknown-freebsd11.0 |
build_alias = i386-portbld-freebsd10.0 | build_alias = |
build_cpu = i386 |
build_cpu = i386 |
build_os = freebsd10.0 | build_os = freebsd11.0 |
build_vendor = portbld | build_vendor = unknown |
builddir = . |
builddir = . |
datadir = ${datarootdir} |
datadir = ${datarootdir} |
datarootdir = ${prefix}/share |
datarootdir = ${prefix}/share |
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
dvidir = ${docdir} |
dvidir = ${docdir} |
exec_prefix = ${prefix} |
exec_prefix = ${prefix} |
host = i386-portbld-freebsd10.0 | host = i386-unknown-freebsd11.0 |
host_alias = |
host_alias = |
host_cpu = i386 |
host_cpu = i386 |
host_os = freebsd10.0 | host_os = freebsd11.0 |
host_vendor = portbld | host_vendor = unknown |
htmldir = ${docdir} |
htmldir = ${docdir} |
include_racoondir = ${prefix}/include/racoon |
include_racoondir = ${prefix}/include/racoon |
includedir = ${prefix}/include |
includedir = ${prefix}/include |
infodir = /usr/local/info | infodir = ${datarootdir}/info |
install_sh = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/install-sh | install_sh = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/install-sh |
libdir = ${exec_prefix}/lib |
libdir = ${exec_prefix}/lib |
libexecdir = ${exec_prefix}/libexec |
libexecdir = ${exec_prefix}/libexec |
localedir = ${datarootdir}/locale |
localedir = ${datarootdir}/locale |
localstatedir = /var/db | localstatedir = ${prefix}/var |
lt_ECHO = echo | mandir = ${datarootdir}/man |
mandir = /usr/local/man | mkdir_p = $(MKDIR_P) |
mkdir_p = $(top_builddir)/./install-sh -c -d | |
oldincludedir = /usr/include |
oldincludedir = /usr/include |
pdfdir = ${docdir} |
pdfdir = ${docdir} |
prefix = /usr/local |
prefix = /usr/local |
Line 277 psdir = ${docdir}
|
Line 564 psdir = ${docdir}
|
sbindir = ${exec_prefix}/sbin |
sbindir = ${exec_prefix}/sbin |
sharedstatedir = ${prefix}/com |
sharedstatedir = ${prefix}/com |
srcdir = . |
srcdir = . |
sysconfdir = /usr/local/etc/racoon | sysconfdir = ${prefix}/etc |
target_alias = |
target_alias = |
top_build_prefix = ../../ |
top_build_prefix = ../../ |
top_builddir = ../.. |
top_builddir = ../.. |
Line 385 all: $(BUILT_SOURCES)
|
Line 672 all: $(BUILT_SOURCES)
|
$(MAKE) $(AM_MAKEFLAGS) all-am |
$(MAKE) $(AM_MAKEFLAGS) all-am |
|
|
.SUFFIXES: |
.SUFFIXES: |
.SUFFIXES: .c .l .lo .o .obj .y | .SUFFIXES: .c .l .lo .log .o .obj .test .test$(EXEEXT) .trs .y |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
@for dep in $?; do \ |
@for dep in $?; do \ |
case '$(am__configure_deps)' in \ |
case '$(am__configure_deps)' in \ |
Line 416 $(top_srcdir)/configure: $(am__configure_deps)
|
Line 703 $(top_srcdir)/configure: $(am__configure_deps)
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
$(am__aclocal_m4_deps): |
$(am__aclocal_m4_deps): |
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" |
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ |
list2=; for p in $$list; do \ |
list2=; for p in $$list; do \ |
if test -f $$p; then \ |
if test -f $$p; then \ |
Line 426 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
Line 713 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
else :; fi; \ |
else :; fi; \ |
done; \ |
done; \ |
test -z "$$list2" || { \ |
test -z "$$list2" || { \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ |
} |
} |
Line 441 uninstall-libLTLIBRARIES:
|
Line 730 uninstall-libLTLIBRARIES:
|
|
|
clean-libLTLIBRARIES: |
clean-libLTLIBRARIES: |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | @list='$(lib_LTLIBRARIES)'; \ |
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | locs=`for p in $$list; do echo $$p; done | \ |
test "$$dir" != "$$p" || dir=.; \ | sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ |
echo "rm -f \"$${dir}/so_locations\""; \ | sort -u`; \ |
rm -f "$${dir}/so_locations"; \ | test -z "$$locs" || { \ |
done | echo rm -f $${locs}; \ |
libracoon.la: $(libracoon_la_OBJECTS) $(libracoon_la_DEPENDENCIES) | rm -f $${locs}; \ |
$(libracoon_la_LINK) -rpath $(libdir) $(libracoon_la_OBJECTS) $(libracoon_la_LIBADD) $(LIBS) | } |
|
|
|
libracoon.la: $(libracoon_la_OBJECTS) $(libracoon_la_DEPENDENCIES) $(EXTRA_libracoon_la_DEPENDENCIES) |
|
$(AM_V_CCLD)$(libracoon_la_LINK) -rpath $(libdir) $(libracoon_la_OBJECTS) $(libracoon_la_LIBADD) $(LIBS) |
|
|
clean-noinstPROGRAMS: |
clean-noinstPROGRAMS: |
@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ |
@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ |
echo " rm -f" $$list; \ |
echo " rm -f" $$list; \ |
Line 460 clean-noinstPROGRAMS:
|
Line 752 clean-noinstPROGRAMS:
|
rm -f $$list |
rm -f $$list |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
install-sbinPROGRAMS: $(sbin_PROGRAMS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" |
|
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do echo "$$p $$p"; done | \ |
for p in $$list; do echo "$$p $$p"; done | \ |
sed 's/$(EXEEXT)$$//' | \ |
sed 's/$(EXEEXT)$$//' | \ |
while read p p1; do if test -f $$p || test -f $$p1; \ | while read p p1; do if test -f $$p \ |
then echo "$$p"; echo "$$p"; else :; fi; \ | || test -f $$p1 \ |
| ; then echo "$$p"; echo "$$p"; else :; fi; \ |
done | \ |
done | \ |
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ | sed -e 'p;s,.*/,,;n;h' \ |
| -e 's|.*|.|' \ |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ |
sed 'N;N;N;s,\n, ,g' | \ |
sed 'N;N;N;s,\n, ,g' | \ |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ |
Line 488 uninstall-sbinPROGRAMS:
|
Line 785 uninstall-sbinPROGRAMS:
|
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ |
files=`for p in $$list; do echo "$$p"; done | \ |
files=`for p in $$list; do echo "$$p"; done | \ |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ |
-e 's/$$/$(EXEEXT)/' `; \ | -e 's/$$/$(EXEEXT)/' \ |
| `; \ |
test -n "$$list" || exit 0; \ |
test -n "$$list" || exit 0; \ |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
cd "$(DESTDIR)$(sbindir)" && rm -f $$files |
Line 501 clean-sbinPROGRAMS:
|
Line 799 clean-sbinPROGRAMS:
|
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
echo " rm -f" $$list; \ |
echo " rm -f" $$list; \ |
rm -f $$list |
rm -f $$list |
eaytest$(EXEEXT): $(eaytest_OBJECTS) $(eaytest_DEPENDENCIES) | |
| eaytest$(EXEEXT): $(eaytest_OBJECTS) $(eaytest_DEPENDENCIES) $(EXTRA_eaytest_DEPENDENCIES) |
@rm -f eaytest$(EXEEXT) |
@rm -f eaytest$(EXEEXT) |
$(LINK) $(eaytest_OBJECTS) $(eaytest_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(eaytest_OBJECTS) $(eaytest_LDADD) $(LIBS) |
plainrsa-gen$(EXEEXT): $(plainrsa_gen_OBJECTS) $(plainrsa_gen_DEPENDENCIES) | |
| plainrsa-gen$(EXEEXT): $(plainrsa_gen_OBJECTS) $(plainrsa_gen_DEPENDENCIES) $(EXTRA_plainrsa_gen_DEPENDENCIES) |
@rm -f plainrsa-gen$(EXEEXT) |
@rm -f plainrsa-gen$(EXEEXT) |
$(LINK) $(plainrsa_gen_OBJECTS) $(plainrsa_gen_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(plainrsa_gen_OBJECTS) $(plainrsa_gen_LDADD) $(LIBS) |
cfparse.h: cfparse.c |
cfparse.h: cfparse.c |
@if test ! -f $@; then \ | @if test ! -f $@; then rm -f cfparse.c; else :; fi |
rm -f cfparse.c; \ | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) cfparse.c; else :; fi |
$(MAKE) $(AM_MAKEFLAGS) cfparse.c; \ | |
else :; fi | |
prsa_par.h: prsa_par.c |
prsa_par.h: prsa_par.c |
@if test ! -f $@; then \ | @if test ! -f $@; then rm -f prsa_par.c; else :; fi |
rm -f prsa_par.c; \ | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) prsa_par.c; else :; fi |
$(MAKE) $(AM_MAKEFLAGS) prsa_par.c; \ | |
else :; fi | racoon$(EXEEXT): $(racoon_OBJECTS) $(racoon_DEPENDENCIES) $(EXTRA_racoon_DEPENDENCIES) |
racoon$(EXEEXT): $(racoon_OBJECTS) $(racoon_DEPENDENCIES) | |
@rm -f racoon$(EXEEXT) |
@rm -f racoon$(EXEEXT) |
$(LINK) $(racoon_OBJECTS) $(racoon_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(racoon_OBJECTS) $(racoon_LDADD) $(LIBS) |
racoonctl$(EXEEXT): $(racoonctl_OBJECTS) $(racoonctl_DEPENDENCIES) | |
| racoonctl$(EXEEXT): $(racoonctl_OBJECTS) $(racoonctl_DEPENDENCIES) $(EXTRA_racoonctl_DEPENDENCIES) |
@rm -f racoonctl$(EXEEXT) |
@rm -f racoonctl$(EXEEXT) |
$(LINK) $(racoonctl_OBJECTS) $(racoonctl_LDADD) $(LIBS) | $(AM_V_CCLD)$(LINK) $(racoonctl_OBJECTS) $(racoonctl_LDADD) $(LIBS) |
|
|
mostlyclean-compile: |
mostlyclean-compile: |
-rm -f *.$(OBJEXT) |
-rm -f *.$(OBJEXT) |
Line 590 include ./$(DEPDIR)/throttle.Po
|
Line 888 include ./$(DEPDIR)/throttle.Po
|
include ./$(DEPDIR)/vendorid.Po |
include ./$(DEPDIR)/vendorid.Po |
|
|
.c.o: |
.c.o: |
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
# source='$<' object='$@' libtool=no \ | # $(AM_V_CC)source='$<' object='$@' libtool=no \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(COMPILE) -c $< | # $(AM_V_CC_no)$(COMPILE) -c -o $@ $< |
|
|
.c.obj: |
.c.obj: |
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
# source='$<' object='$@' libtool=no \ | # $(AM_V_CC)source='$<' object='$@' libtool=no \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(COMPILE) -c `$(CYGPATH_W) '$<'` | # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
|
.c.lo: |
.c.lo: |
$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
# source='$<' object='$@' libtool=yes \ | # $(AM_V_CC)source='$<' object='$@' libtool=yes \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(LTCOMPILE) -c -o $@ $< | # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $< |
|
|
libracoon_la-kmpstat.lo: kmpstat.c |
libracoon_la-kmpstat.lo: kmpstat.c |
$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-kmpstat.lo -MD -MP -MF $(DEPDIR)/libracoon_la-kmpstat.Tpo -c -o libracoon_la-kmpstat.lo `test -f 'kmpstat.c' || echo '$(srcdir)/'`kmpstat.c | $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-kmpstat.lo -MD -MP -MF $(DEPDIR)/libracoon_la-kmpstat.Tpo -c -o libracoon_la-kmpstat.lo `test -f 'kmpstat.c' || echo '$(srcdir)/'`kmpstat.c |
$(am__mv) $(DEPDIR)/libracoon_la-kmpstat.Tpo $(DEPDIR)/libracoon_la-kmpstat.Plo | $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-kmpstat.Tpo $(DEPDIR)/libracoon_la-kmpstat.Plo |
# source='kmpstat.c' object='libracoon_la-kmpstat.lo' libtool=yes \ | # $(AM_V_CC)source='kmpstat.c' object='libracoon_la-kmpstat.lo' libtool=yes \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-kmpstat.lo `test -f 'kmpstat.c' || echo '$(srcdir)/'`kmpstat.c | # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-kmpstat.lo `test -f 'kmpstat.c' || echo '$(srcdir)/'`kmpstat.c |
|
|
libracoon_la-vmbuf.lo: vmbuf.c |
libracoon_la-vmbuf.lo: vmbuf.c |
$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-vmbuf.lo -MD -MP -MF $(DEPDIR)/libracoon_la-vmbuf.Tpo -c -o libracoon_la-vmbuf.lo `test -f 'vmbuf.c' || echo '$(srcdir)/'`vmbuf.c | $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-vmbuf.lo -MD -MP -MF $(DEPDIR)/libracoon_la-vmbuf.Tpo -c -o libracoon_la-vmbuf.lo `test -f 'vmbuf.c' || echo '$(srcdir)/'`vmbuf.c |
$(am__mv) $(DEPDIR)/libracoon_la-vmbuf.Tpo $(DEPDIR)/libracoon_la-vmbuf.Plo | $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-vmbuf.Tpo $(DEPDIR)/libracoon_la-vmbuf.Plo |
# source='vmbuf.c' object='libracoon_la-vmbuf.lo' libtool=yes \ | # $(AM_V_CC)source='vmbuf.c' object='libracoon_la-vmbuf.lo' libtool=yes \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-vmbuf.lo `test -f 'vmbuf.c' || echo '$(srcdir)/'`vmbuf.c | # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-vmbuf.lo `test -f 'vmbuf.c' || echo '$(srcdir)/'`vmbuf.c |
|
|
libracoon_la-sockmisc.lo: sockmisc.c |
libracoon_la-sockmisc.lo: sockmisc.c |
$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-sockmisc.lo -MD -MP -MF $(DEPDIR)/libracoon_la-sockmisc.Tpo -c -o libracoon_la-sockmisc.lo `test -f 'sockmisc.c' || echo '$(srcdir)/'`sockmisc.c | $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-sockmisc.lo -MD -MP -MF $(DEPDIR)/libracoon_la-sockmisc.Tpo -c -o libracoon_la-sockmisc.lo `test -f 'sockmisc.c' || echo '$(srcdir)/'`sockmisc.c |
$(am__mv) $(DEPDIR)/libracoon_la-sockmisc.Tpo $(DEPDIR)/libracoon_la-sockmisc.Plo | $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-sockmisc.Tpo $(DEPDIR)/libracoon_la-sockmisc.Plo |
# source='sockmisc.c' object='libracoon_la-sockmisc.lo' libtool=yes \ | # $(AM_V_CC)source='sockmisc.c' object='libracoon_la-sockmisc.lo' libtool=yes \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-sockmisc.lo `test -f 'sockmisc.c' || echo '$(srcdir)/'`sockmisc.c | # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-sockmisc.lo `test -f 'sockmisc.c' || echo '$(srcdir)/'`sockmisc.c |
|
|
libracoon_la-misc.lo: misc.c |
libracoon_la-misc.lo: misc.c |
$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-misc.lo -MD -MP -MF $(DEPDIR)/libracoon_la-misc.Tpo -c -o libracoon_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c | $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-misc.lo -MD -MP -MF $(DEPDIR)/libracoon_la-misc.Tpo -c -o libracoon_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c |
$(am__mv) $(DEPDIR)/libracoon_la-misc.Tpo $(DEPDIR)/libracoon_la-misc.Plo | $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-misc.Tpo $(DEPDIR)/libracoon_la-misc.Plo |
# source='misc.c' object='libracoon_la-misc.lo' libtool=yes \ | # $(AM_V_CC)source='misc.c' object='libracoon_la-misc.lo' libtool=yes \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c | # $(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c |
|
|
sha2.obj: missing/crypto/sha2/sha2.c |
sha2.obj: missing/crypto/sha2/sha2.c |
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha2.obj -MD -MP -MF $(DEPDIR)/sha2.Tpo -c -o sha2.obj `if test -f 'missing/crypto/sha2/sha2.c'; then $(CYGPATH_W) 'missing/crypto/sha2/sha2.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/sha2/sha2.c'; fi` | $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha2.obj -MD -MP -MF $(DEPDIR)/sha2.Tpo -c -o sha2.obj `if test -f 'missing/crypto/sha2/sha2.c'; then $(CYGPATH_W) 'missing/crypto/sha2/sha2.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/sha2/sha2.c'; fi` |
$(am__mv) $(DEPDIR)/sha2.Tpo $(DEPDIR)/sha2.Po | $(AM_V_at)$(am__mv) $(DEPDIR)/sha2.Tpo $(DEPDIR)/sha2.Po |
# source='missing/crypto/sha2/sha2.c' object='sha2.obj' libtool=no \ | # $(AM_V_CC)source='missing/crypto/sha2/sha2.c' object='sha2.obj' libtool=no \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha2.obj `if test -f 'missing/crypto/sha2/sha2.c'; then $(CYGPATH_W) 'missing/crypto/sha2/sha2.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/sha2/sha2.c'; fi` | # $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha2.obj `if test -f 'missing/crypto/sha2/sha2.c'; then $(CYGPATH_W) 'missing/crypto/sha2/sha2.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/sha2/sha2.c'; fi` |
|
|
rijndael-api-fst.obj: missing/crypto/rijndael/rijndael-api-fst.c |
rijndael-api-fst.obj: missing/crypto/rijndael/rijndael-api-fst.c |
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-api-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-api-fst.Tpo -c -o rijndael-api-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-api-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-api-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c'; fi` | $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-api-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-api-fst.Tpo -c -o rijndael-api-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-api-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-api-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c'; fi` |
$(am__mv) $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po | $(AM_V_at)$(am__mv) $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po |
# source='missing/crypto/rijndael/rijndael-api-fst.c' object='rijndael-api-fst.obj' libtool=no \ | # $(AM_V_CC)source='missing/crypto/rijndael/rijndael-api-fst.c' object='rijndael-api-fst.obj' libtool=no \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-api-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-api-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-api-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c'; fi` | # $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-api-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-api-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-api-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c'; fi` |
|
|
rijndael-alg-fst.obj: missing/crypto/rijndael/rijndael-alg-fst.c |
rijndael-alg-fst.obj: missing/crypto/rijndael/rijndael-alg-fst.c |
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-alg-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-alg-fst.Tpo -c -o rijndael-alg-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-alg-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-alg-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c'; fi` | $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-alg-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-alg-fst.Tpo -c -o rijndael-alg-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-alg-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-alg-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c'; fi` |
$(am__mv) $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po | $(AM_V_at)$(am__mv) $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po |
# source='missing/crypto/rijndael/rijndael-alg-fst.c' object='rijndael-alg-fst.obj' libtool=no \ | # $(AM_V_CC)source='missing/crypto/rijndael/rijndael-alg-fst.c' object='rijndael-alg-fst.obj' libtool=no \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ |
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-alg-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-alg-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-alg-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c'; fi` | # $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-alg-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-alg-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-alg-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c'; fi` |
|
|
.l.c: |
.l.c: |
$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) | $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
|
|
.y.c: |
.y.c: |
$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) | $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) |
|
|
mostlyclean-libtool: |
mostlyclean-libtool: |
-rm -f *.lo |
-rm -f *.lo |
Line 672 clean-libtool:
|
Line 970 clean-libtool:
|
-rm -rf .libs _libs |
-rm -rf .libs _libs |
install-man5: $(man5_MANS) |
install-man5: $(man5_MANS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)" | @list1='$(man5_MANS)'; \ |
@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \ | list2=''; \ |
{ for i in $$list; do echo "$$i"; done; \ | test -n "$(man5dir)" \ |
| && test -n "`echo $$list1$$list2`" \ |
| || exit 0; \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ |
| { for i in $$list1; do echo "$$i"; done; \ |
| if test -n "$$list2"; then \ |
| for i in $$list2; do echo "$$i"; done \ |
| | sed -n '/\.5[a-z]*$$/p'; \ |
| fi; \ |
} | while read p; do \ |
} | while read p; do \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; echo "$$p"; \ |
echo "$$d$$p"; echo "$$p"; \ |
Line 701 uninstall-man5:
|
Line 1008 uninstall-man5:
|
files=`{ for i in $$list; do echo "$$i"; done; \ |
files=`{ for i in $$list; do echo "$$i"; done; \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
test -z "$$files" || { \ | dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(man5dir)" && rm -f $$files; } | |
install-man8: $(man8_MANS) |
install-man8: $(man8_MANS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)" | @list1='$(man8_MANS)'; \ |
@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \ | list2=''; \ |
{ for i in $$list; do echo "$$i"; done; \ | test -n "$(man8dir)" \ |
| && test -n "`echo $$list1$$list2`" \ |
| || exit 0; \ |
| echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ |
| $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ |
| { for i in $$list1; do echo "$$i"; done; \ |
| if test -n "$$list2"; then \ |
| for i in $$list2; do echo "$$i"; done \ |
| | sed -n '/\.8[a-z]*$$/p'; \ |
| fi; \ |
} | while read p; do \ |
} | while read p; do \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; echo "$$p"; \ |
echo "$$d$$p"; echo "$$p"; \ |
Line 735 uninstall-man8:
|
Line 1049 uninstall-man8:
|
files=`{ for i in $$list; do echo "$$i"; done; \ |
files=`{ for i in $$list; do echo "$$i"; done; \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ |
test -z "$$files" || { \ | dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(man8dir)" && rm -f $$files; } | |
install-include_racoonHEADERS: $(include_racoon_HEADERS) |
install-include_racoonHEADERS: $(include_racoon_HEADERS) |
@$(NORMAL_INSTALL) |
@$(NORMAL_INSTALL) |
test -z "$(include_racoondir)" || $(MKDIR_P) "$(DESTDIR)$(include_racoondir)" |
|
@list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \ |
@list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \ |
|
if test -n "$$list"; then \ |
|
echo " $(MKDIR_P) '$(DESTDIR)$(include_racoondir)'"; \ |
|
$(MKDIR_P) "$(DESTDIR)$(include_racoondir)" || exit 1; \ |
|
fi; \ |
for p in $$list; do \ |
for p in $$list; do \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
echo "$$d$$p"; \ |
echo "$$d$$p"; \ |
Line 755 uninstall-include_racoonHEADERS:
|
Line 1070 uninstall-include_racoonHEADERS:
|
@$(NORMAL_UNINSTALL) |
@$(NORMAL_UNINSTALL) |
@list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \ |
@list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
test -n "$$files" || exit 0; \ | dir='$(DESTDIR)$(include_racoondir)'; $(am__uninstall_files_from_dir) |
echo " ( cd '$(DESTDIR)$(include_racoondir)' && rm -f" $$files ")"; \ | |
cd "$(DESTDIR)$(include_racoondir)" && rm -f $$files | |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ID: $(am__tagged_files) |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | $(am__define_uniq_tagged_files); mkid -fID $$unique |
unique=`for i in $$list; do \ | tags: tags-am |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | TAGS: tags |
done | \ | |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
mkid -fID $$unique | |
tags: TAGS | |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
$(TAGS_FILES) $(LISP) | |
set x; \ |
set x; \ |
here=`pwd`; \ |
here=`pwd`; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | $(am__define_uniq_tagged_files); \ |
unique=`for i in $$list; do \ | |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
done | \ | |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
shift; \ |
shift; \ |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
test -n "$$unique" || unique=$$empty_fix; \ |
test -n "$$unique" || unique=$$empty_fix; \ |
Line 790 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
Line 1092 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
$$unique; \ |
$$unique; \ |
fi; \ |
fi; \ |
fi |
fi |
ctags: CTAGS | ctags: ctags-am |
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
$(TAGS_FILES) $(LISP) | CTAGS: ctags |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
unique=`for i in $$list; do \ | $(am__define_uniq_tagged_files); \ |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
done | \ | |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
test -z "$(CTAGS_ARGS)$$unique" \ |
test -z "$(CTAGS_ARGS)$$unique" \ |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
$$unique |
$$unique |
Line 807 GTAGS:
|
Line 1105 GTAGS:
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
here=`$(am__cd) $(top_builddir) && pwd` \ |
&& $(am__cd) $(top_srcdir) \ |
&& $(am__cd) $(top_srcdir) \ |
&& gtags -i $(GTAGS_ARGS) "$$here" |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
cscopelist: cscopelist-am |
|
|
|
cscopelist-am: $(am__tagged_files) |
|
list='$(am__tagged_files)'; \ |
|
case "$(srcdir)" in \ |
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
*) sdir=$(subdir)/$(srcdir) ;; \ |
|
esac; \ |
|
for i in $$list; do \ |
|
if test -f "$$i"; then \ |
|
echo "$(subdir)/$$i"; \ |
|
else \ |
|
echo "$$sdir/$$i"; \ |
|
fi; \ |
|
done >> $(top_builddir)/cscope.files |
|
|
distclean-tags: |
distclean-tags: |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
check-TESTS: $(TESTS) | # Recover from deleted '.trs' file; this should ensure that |
@failed=0; all=0; xfail=0; xpass=0; skip=0; \ | # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create |
srcdir=$(srcdir); export srcdir; \ | # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells |
list=' $(TESTS) '; \ | # to avoid problems with "make -n". |
$(am__tty_colors); \ | .log.trs: |
if test -n "$$list"; then \ | rm -f $< $@ |
for tst in $$list; do \ | $(MAKE) $(AM_MAKEFLAGS) $< |
if test -f ./$$tst; then dir=./; \ | |
elif test -f $$tst; then dir=; \ | # Leading 'am--fnord' is there to ensure the list of targets does not |
else dir="$(srcdir)/"; fi; \ | # expand to empty, as could happen e.g. with make check TESTS=''. |
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ | am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) |
all=`expr $$all + 1`; \ | am--force-recheck: |
case " $(XFAIL_TESTS) " in \ | @: |
*[\ \ ]$$tst[\ \ ]*) \ | |
xpass=`expr $$xpass + 1`; \ | $(TEST_SUITE_LOG): $(TEST_LOGS) |
failed=`expr $$failed + 1`; \ | @$(am__set_TESTS_bases); \ |
col=$$red; res=XPASS; \ | am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ |
;; \ | redo_bases=`for i in $$bases; do \ |
*) \ | am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ |
col=$$grn; res=PASS; \ | done`; \ |
;; \ | if test -n "$$redo_bases"; then \ |
esac; \ | redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ |
elif test $$? -ne 77; then \ | redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ |
all=`expr $$all + 1`; \ | if $(am__make_dryrun); then :; else \ |
case " $(XFAIL_TESTS) " in \ | rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ |
*[\ \ ]$$tst[\ \ ]*) \ | |
xfail=`expr $$xfail + 1`; \ | |
col=$$lgn; res=XFAIL; \ | |
;; \ | |
*) \ | |
failed=`expr $$failed + 1`; \ | |
col=$$red; res=FAIL; \ | |
;; \ | |
esac; \ | |
else \ | |
skip=`expr $$skip + 1`; \ | |
col=$$blu; res=SKIP; \ | |
fi; \ | |
echo "$${col}$$res$${std}: $$tst"; \ | |
done; \ | |
if test "$$all" -eq 1; then \ | |
tests="test"; \ | |
All=""; \ | |
else \ | |
tests="tests"; \ | |
All="All "; \ | |
fi; \ |
fi; \ |
if test "$$failed" -eq 0; then \ | fi; \ |
if test "$$xfail" -eq 0; then \ | if test -n "$$am__remaking_logs"; then \ |
banner="$$All$$all $$tests passed"; \ | echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ |
| "recursion detected" >&2; \ |
| else \ |
| am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ |
| fi; \ |
| if $(am__make_dryrun); then :; else \ |
| st=0; \ |
| errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ |
| for i in $$redo_bases; do \ |
| test -f $$i.trs && test -r $$i.trs \ |
| || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ |
| test -f $$i.log && test -r $$i.log \ |
| || { echo "$$errmsg $$i.log" >&2; st=1; }; \ |
| done; \ |
| test $$st -eq 0 || exit 1; \ |
| fi |
| @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ |
| ws='[ ]'; \ |
| results=`for b in $$bases; do echo $$b.trs; done`; \ |
| test -n "$$results" || results=/dev/null; \ |
| all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ |
| pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ |
| fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ |
| skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ |
| xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ |
| xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ |
| error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ |
| if test `expr $$fail + $$xpass + $$error` -eq 0; then \ |
| success=true; \ |
| else \ |
| success=false; \ |
| fi; \ |
| br='==================='; br=$$br$$br$$br$$br; \ |
| result_count () \ |
| { \ |
| if test x"$$1" = x"--maybe-color"; then \ |
| maybe_colorize=yes; \ |
| elif test x"$$1" = x"--no-color"; then \ |
| maybe_colorize=no; \ |
else \ |
else \ |
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ | echo "$@: invalid 'result_count' usage" >&2; exit 4; \ |
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ | |
fi; \ |
fi; \ |
else \ | shift; \ |
if test "$$xpass" -eq 0; then \ | desc=$$1 count=$$2; \ |
banner="$$failed of $$all $$tests failed"; \ | if test $$maybe_colorize = yes && test $$count -gt 0; then \ |
| color_start=$$3 color_end=$$std; \ |
else \ |
else \ |
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ | color_start= color_end=; \ |
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ | |
fi; \ |
fi; \ |
fi; \ | echo "$${color_start}# $$desc $$count$${color_end}"; \ |
dashes="$$banner"; \ | }; \ |
skipped=""; \ | create_testsuite_report () \ |
if test "$$skip" -ne 0; then \ | { \ |
if test "$$skip" -eq 1; then \ | result_count $$1 "TOTAL:" $$all "$$brg"; \ |
skipped="($$skip test was not run)"; \ | result_count $$1 "PASS: " $$pass "$$grn"; \ |
else \ | result_count $$1 "SKIP: " $$skip "$$blu"; \ |
skipped="($$skip tests were not run)"; \ | result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ |
fi; \ | result_count $$1 "FAIL: " $$fail "$$red"; \ |
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ | result_count $$1 "XPASS:" $$xpass "$$red"; \ |
dashes="$$skipped"; \ | result_count $$1 "ERROR:" $$error "$$mgn"; \ |
fi; \ | }; \ |
report=""; \ | { \ |
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ | echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ |
report="Please report to $(PACKAGE_BUGREPORT)"; \ | $(am__rst_title); \ |
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ | create_testsuite_report --no-color; \ |
dashes="$$report"; \ | echo; \ |
fi; \ | echo ".. contents:: :depth: 2"; \ |
dashes=`echo "$$dashes" | sed s/./=/g`; \ | echo; \ |
if test "$$failed" -eq 0; then \ | for b in $$bases; do echo $$b; done \ |
echo "$$grn$$dashes"; \ | | $(am__create_global_log); \ |
else \ | } >$(TEST_SUITE_LOG).tmp || exit 1; \ |
echo "$$red$$dashes"; \ | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ |
fi; \ | if $$success; then \ |
echo "$$banner"; \ | col="$$grn"; \ |
test -z "$$skipped" || echo "$$skipped"; \ | else \ |
test -z "$$report" || echo "$$report"; \ | col="$$red"; \ |
echo "$$dashes$$std"; \ | test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ |
test "$$failed" -eq 0; \ | fi; \ |
else :; fi | echo "$${col}$$br$${std}"; \ |
| echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \ |
| echo "$${col}$$br$${std}"; \ |
| create_testsuite_report --maybe-color; \ |
| echo "$$col$$br$$std"; \ |
| if $$success; then :; else \ |
| echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ |
| if test -n "$(PACKAGE_BUGREPORT)"; then \ |
| echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ |
| fi; \ |
| echo "$$col$$br$$std"; \ |
| fi; \ |
| $$success || exit 1 |
|
|
|
check-TESTS: |
|
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list |
|
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list |
|
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
@set +e; $(am__set_TESTS_bases); \ |
|
log_list=`for i in $$bases; do echo $$i.log; done`; \ |
|
trs_list=`for i in $$bases; do echo $$i.trs; done`; \ |
|
log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ |
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ |
|
exit $$?; |
|
recheck: all |
|
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
@set +e; $(am__set_TESTS_bases); \ |
|
bases=`for i in $$bases; do echo $$i; done \ |
|
| $(am__list_recheck_tests)` || exit 1; \ |
|
log_list=`for i in $$bases; do echo $$i.log; done`; \ |
|
log_list=`echo $$log_list`; \ |
|
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ |
|
am__force_recheck=am--force-recheck \ |
|
TEST_LOGS="$$log_list"; \ |
|
exit $$? |
|
eaytest.log: eaytest$(EXEEXT) |
|
@p='eaytest$(EXEEXT)'; \ |
|
b='eaytest'; \ |
|
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ |
|
--log-file $$b.log --trs-file $$b.trs \ |
|
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ |
|
"$$tst" $(AM_TESTS_FD_REDIRECT) |
|
.test.log: |
|
@p='$<'; \ |
|
$(am__set_b); \ |
|
$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
|
--log-file $$b.log --trs-file $$b.trs \ |
|
$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
|
"$$tst" $(AM_TESTS_FD_REDIRECT) |
|
#.test$(EXEEXT).log: |
|
# @p='$<'; \ |
|
# $(am__set_b); \ |
|
# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
|
# --log-file $$b.log --trs-file $$b.trs \ |
|
# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
|
# "$$tst" $(AM_TESTS_FD_REDIRECT) |
|
|
distdir: $(DISTFILES) |
distdir: $(DISTFILES) |
@list='$(MANS)'; if test -n "$$list"; then \ |
|
list=`for p in $$list; do \ |
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ |
|
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ |
|
if test -n "$$list" && \ |
|
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ |
|
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \ |
|
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ |
|
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ |
|
echo " typically \`make maintainer-clean' will remove them" >&2; \ |
|
exit 1; \ |
|
else :; fi; \ |
|
else :; fi |
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
list='$(DISTFILES)'; \ |
list='$(DISTFILES)'; \ |
Line 966 install-am: all-am
|
Line 1337 install-am: all-am
|
|
|
installcheck: installcheck-am |
installcheck: installcheck-am |
install-strip: |
install-strip: |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | if test -z '$(STRIP)'; then \ |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
`test -z '$(STRIP)' || \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | install; \ |
| else \ |
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
| fi |
mostlyclean-generic: |
mostlyclean-generic: |
|
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) |
|
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) |
|
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) |
|
|
clean-generic: |
clean-generic: |
|
|
Line 1065 uninstall-man: uninstall-man5 uninstall-man8
|
Line 1444 uninstall-man: uninstall-man5 uninstall-man8
|
|
|
.MAKE: all check check-am install install-am install-strip |
.MAKE: all check check-am install install-am install-strip |
|
|
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ | .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ |
clean-generic clean-libLTLIBRARIES clean-libtool \ |
clean-generic clean-libLTLIBRARIES clean-libtool \ |
clean-noinstPROGRAMS clean-sbinPROGRAMS ctags distclean \ | clean-noinstPROGRAMS clean-sbinPROGRAMS cscopelist-am ctags \ |
distclean-compile distclean-generic distclean-libtool \ | ctags-am distclean distclean-compile distclean-generic \ |
distclean-tags distdir dvi dvi-am html html-am info info-am \ | distclean-libtool distclean-tags distdir dvi dvi-am html \ |
install install-am install-data install-data-am install-dvi \ | html-am info info-am install install-am install-data \ |
install-dvi-am install-exec install-exec-am install-exec-local \ | install-data-am install-dvi install-dvi-am install-exec \ |
install-html install-html-am install-include_racoonHEADERS \ | install-exec-am install-exec-local install-html \ |
install-info install-info-am install-libLTLIBRARIES \ | install-html-am install-include_racoonHEADERS install-info \ |
install-man install-man5 install-man8 install-pdf \ | install-info-am install-libLTLIBRARIES install-man \ |
install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \ | install-man5 install-man8 install-pdf install-pdf-am \ |
install-strip installcheck installcheck-am installdirs \ | install-ps install-ps-am install-sbinPROGRAMS install-strip \ |
maintainer-clean maintainer-clean-generic mostlyclean \ | installcheck installcheck-am installdirs maintainer-clean \ |
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | maintainer-clean-generic mostlyclean mostlyclean-compile \ |
pdf pdf-am ps ps-am tags uninstall uninstall-am \ | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
| recheck tags tags-am uninstall uninstall-am \ |
uninstall-include_racoonHEADERS uninstall-libLTLIBRARIES \ |
uninstall-include_racoonHEADERS uninstall-libLTLIBRARIES \ |
uninstall-man uninstall-man5 uninstall-man8 \ |
uninstall-man uninstall-man5 uninstall-man8 \ |
uninstall-sbinPROGRAMS |
uninstall-sbinPROGRAMS |