|
version 1.1, 2012/02/21 22:39:10
|
version 1.1.1.2.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. |
| # @configure_input@ |
# @configure_input@ |
| |
|
| # 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
|
| |
|
| |
|
| VPATH = @srcdir@ |
VPATH = @srcdir@ |
| |
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)/@PACKAGE@ |
pkgdatadir = $(datadir)/@PACKAGE@ |
| pkgincludedir = $(includedir)/@PACKAGE@ |
pkgincludedir = $(includedir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ |
pkglibdir = $(libdir)/@PACKAGE@ |
|
Line 43 sbin_PROGRAMS = racoon$(EXEEXT) racoonctl$(EXEEXT) \
|
Line 87 sbin_PROGRAMS = racoon$(EXEEXT) racoonctl$(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_@AM_V@) |
| | am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) |
| | 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_@AM_V@) |
| |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
| |
am__v_P_0 = false |
| |
am__v_P_1 = : |
| |
AM_V_GEN = $(am__v_GEN_@AM_V@) |
| |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
| |
am__v_GEN_0 = @echo " GEN " $@; |
| |
am__v_GEN_1 = |
| |
AM_V_at = $(am__v_at_@AM_V@) |
| |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
| |
am__v_at_0 = @ |
| |
am__v_at_1 = |
| DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) |
DEFAULT_INCLUDES = -I.@am__isrc@ -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_@AM_V@) |
| | am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) |
| | 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_@AM_V@) |
| LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) |
| --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_@AM_V@) |
| | am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) |
| | 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_@AM_V@) |
| | am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) |
| | 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 = @EXEEXT@ .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:@EXEEXT@.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 = @ACLOCAL@ |
ACLOCAL = @ACLOCAL@ |
| AMTAR = @AMTAR@ |
AMTAR = @AMTAR@ |
| |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
| AR = @AR@ |
AR = @AR@ |
| AUTOCONF = @AUTOCONF@ |
AUTOCONF = @AUTOCONF@ |
| AUTOHEADER = @AUTOHEADER@ |
AUTOHEADER = @AUTOHEADER@ |
|
Line 169 CRYPTOBJS = @CRYPTOBJS@
|
Line 454 CRYPTOBJS = @CRYPTOBJS@
|
| CYGPATH_W = @CYGPATH_W@ |
CYGPATH_W = @CYGPATH_W@ |
| DEFS = @DEFS@ |
DEFS = @DEFS@ |
| DEPDIR = @DEPDIR@ |
DEPDIR = @DEPDIR@ |
| |
DLLTOOL = @DLLTOOL@ |
| DSYMUTIL = @DSYMUTIL@ |
DSYMUTIL = @DSYMUTIL@ |
| DUMPBIN = @DUMPBIN@ |
DUMPBIN = @DUMPBIN@ |
| ECHO_C = @ECHO_C@ |
ECHO_C = @ECHO_C@ |
|
Line 203 LIPO = @LIPO@
|
Line 489 LIPO = @LIPO@
|
| LN_S = @LN_S@ |
LN_S = @LN_S@ |
| LTLIBOBJS = @LTLIBOBJS@ |
LTLIBOBJS = @LTLIBOBJS@ |
| MAKEINFO = @MAKEINFO@ |
MAKEINFO = @MAKEINFO@ |
| |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
| MKDIR_P = @MKDIR_P@ |
MKDIR_P = @MKDIR_P@ |
| NATT_OBJS = @NATT_OBJS@ |
NATT_OBJS = @NATT_OBJS@ |
| NM = @NM@ |
NM = @NM@ |
|
Line 233 abs_builddir = @abs_builddir@
|
Line 520 abs_builddir = @abs_builddir@
|
| abs_srcdir = @abs_srcdir@ |
abs_srcdir = @abs_srcdir@ |
| abs_top_builddir = @abs_top_builddir@ |
abs_top_builddir = @abs_top_builddir@ |
| abs_top_srcdir = @abs_top_srcdir@ |
abs_top_srcdir = @abs_top_srcdir@ |
| |
ac_ct_AR = @ac_ct_AR@ |
| ac_ct_CC = @ac_ct_CC@ |
ac_ct_CC = @ac_ct_CC@ |
| ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| am__include = @am__include@ |
am__include = @am__include@ |
|
Line 266 libdir = @libdir@
|
Line 554 libdir = @libdir@
|
| libexecdir = @libexecdir@ |
libexecdir = @libexecdir@ |
| localedir = @localedir@ |
localedir = @localedir@ |
| localstatedir = @localstatedir@ |
localstatedir = @localstatedir@ |
| lt_ECHO = @lt_ECHO@ |
|
| mandir = @mandir@ |
mandir = @mandir@ |
| mkdir_p = @mkdir_p@ |
mkdir_p = @mkdir_p@ |
| oldincludedir = @oldincludedir@ |
oldincludedir = @oldincludedir@ |
|
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 distclean-compile:
|
Line 888 distclean-compile:
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vendorid.Po@am__quote@ |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vendorid.Po@am__quote@ |
| |
|
| .c.o: |
.c.o: |
| @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(COMPILE) -c $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< |
| |
|
| .c.obj: |
.c.obj: |
| @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
| |
|
| .c.lo: |
.c.lo: |
| @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< |
| |
|
| libracoon_la-kmpstat.lo: kmpstat.c |
libracoon_la-kmpstat.lo: kmpstat.c |
| @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libracoon_la-kmpstat.Tpo $(DEPDIR)/libracoon_la-kmpstat.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-kmpstat.Tpo $(DEPDIR)/libracoon_la-kmpstat.Plo |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='kmpstat.c' object='libracoon_la-kmpstat.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kmpstat.c' object='libracoon_la-kmpstat.lo' libtool=yes @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(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__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 |
| @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libracoon_la-vmbuf.Tpo $(DEPDIR)/libracoon_la-vmbuf.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-vmbuf.Tpo $(DEPDIR)/libracoon_la-vmbuf.Plo |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='vmbuf.c' object='libracoon_la-vmbuf.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='vmbuf.c' object='libracoon_la-vmbuf.lo' libtool=yes @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(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__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 |
| @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libracoon_la-sockmisc.Tpo $(DEPDIR)/libracoon_la-sockmisc.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-sockmisc.Tpo $(DEPDIR)/libracoon_la-sockmisc.Plo |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sockmisc.c' object='libracoon_la-sockmisc.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sockmisc.c' object='libracoon_la-sockmisc.lo' libtool=yes @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(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__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 |
| @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libracoon_la-misc.Tpo $(DEPDIR)/libracoon_la-misc.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-misc.Tpo $(DEPDIR)/libracoon_la-misc.Plo |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc.c' object='libracoon_la-misc.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='misc.c' object='libracoon_la-misc.lo' libtool=yes @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(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__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 |
| @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sha2.Tpo $(DEPDIR)/sha2.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/sha2.Tpo $(DEPDIR)/sha2.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='missing/crypto/sha2/sha2.c' object='sha2.obj' libtool=no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='missing/crypto/sha2/sha2.c' object='sha2.obj' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(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__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 |
| @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='missing/crypto/rijndael/rijndael-api-fst.c' object='rijndael-api-fst.obj' libtool=no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='missing/crypto/rijndael/rijndael-api-fst.c' object='rijndael-api-fst.obj' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(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__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 |
| @am__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(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__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='missing/crypto/rijndael/rijndael-alg-fst.c' object='rijndael-alg-fst.obj' libtool=no @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='missing/crypto/rijndael/rijndael-alg-fst.c' object='rijndael-alg-fst.obj' libtool=no @AMDEPBACKSLASH@ |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(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__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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) |
| |
@am__EXEEXT_TRUE@.test$(EXEEXT).log: |
| |
@am__EXEEXT_TRUE@ @p='$<'; \ |
| |
@am__EXEEXT_TRUE@ $(am__set_b); \ |
| |
@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ |
| |
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ |
| |
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ |
| |
@am__EXEEXT_TRUE@ "$$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 |