Annotation of embedaddon/ipsec-tools/src/racoon/Makefile.in, revision 1.1.1.3

1.1.1.3 ! misho       1: # Makefile.in generated by automake 1.14.1 from Makefile.am.
1.1       misho       2: # @configure_input@
                      3: 
1.1.1.3 ! misho       4: # Copyright (C) 1994-2013 Free Software Foundation, Inc.
1.1.1.2   misho       5: 
1.1       misho       6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: 
                     17: # Id: Makefile.am,v 1.23 2005/07/01 08:57:50 manubsd Exp
                     18: 
                     19: 
                     20: 
                     21: VPATH = @srcdir@
1.1.1.3 ! misho      22: am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
        !            23: am__make_running_with_option = \
        !            24:   case $${target_option-} in \
        !            25:       ?) ;; \
        !            26:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            27:               "target option '$${target_option-}' specified" >&2; \
        !            28:          exit 1;; \
        !            29:   esac; \
        !            30:   has_opt=no; \
        !            31:   sane_makeflags=$$MAKEFLAGS; \
        !            32:   if $(am__is_gnu_make); then \
        !            33:     sane_makeflags=$$MFLAGS; \
        !            34:   else \
1.1.1.2   misho      35:     case $$MAKEFLAGS in \
                     36:       *\\[\ \  ]*) \
1.1.1.3 ! misho      37:         bs=\\; \
        !            38:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            39:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
1.1.1.2   misho      40:     esac; \
1.1.1.3 ! misho      41:   fi; \
        !            42:   skip_next=no; \
        !            43:   strip_trailopt () \
        !            44:   { \
        !            45:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            46:   }; \
        !            47:   for flg in $$sane_makeflags; do \
        !            48:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            49:     case $$flg in \
        !            50:       *=*|--*) continue;; \
        !            51:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            52:       -*I?*) strip_trailopt 'I';; \
        !            53:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            54:       -*O?*) strip_trailopt 'O';; \
        !            55:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            56:       -*l?*) strip_trailopt 'l';; \
        !            57:       -[dEDm]) skip_next=yes;; \
        !            58:       -[JT]) skip_next=yes;; \
        !            59:     esac; \
        !            60:     case $$flg in \
        !            61:       *$$target_option*) has_opt=yes; break;; \
        !            62:     esac; \
        !            63:   done; \
        !            64:   test $$has_opt = yes
        !            65: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            66: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       misho      67: pkgdatadir = $(datadir)/@PACKAGE@
                     68: pkgincludedir = $(includedir)/@PACKAGE@
                     69: pkglibdir = $(libdir)/@PACKAGE@
                     70: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     71: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     72: install_sh_DATA = $(install_sh) -c -m 644
                     73: install_sh_PROGRAM = $(install_sh) -c
                     74: install_sh_SCRIPT = $(install_sh) -c
                     75: INSTALL_HEADER = $(INSTALL_DATA)
                     76: transform = $(program_transform_name)
                     77: NORMAL_INSTALL = :
                     78: PRE_INSTALL = :
                     79: POST_INSTALL = :
                     80: NORMAL_UNINSTALL = :
                     81: PRE_UNINSTALL = :
                     82: POST_UNINSTALL = :
                     83: build_triplet = @build@
                     84: host_triplet = @host@
                     85: sbin_PROGRAMS = racoon$(EXEEXT) racoonctl$(EXEEXT) \
                     86:        plainrsa-gen$(EXEEXT)
                     87: noinst_PROGRAMS = eaytest$(EXEEXT)
                     88: TESTS = eaytest$(EXEEXT)
                     89: subdir = src/racoon
1.1.1.2   misho      90: DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am cftoken.c \
                     91:        cfparse.h cfparse.c prsa_tok.c prsa_par.h prsa_par.c \
                     92:        $(top_srcdir)/depcomp $(top_srcdir)/ylwrap \
                     93:        $(include_racoon_HEADERS) $(noinst_HEADERS) \
                     94:        $(top_srcdir)/test-driver TODO
1.1       misho      95: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     96: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
                     97:        $(top_srcdir)/configure.ac
                     98: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     99:        $(ACLOCAL_M4)
                    100: mkinstalldirs = $(install_sh) -d
                    101: CONFIG_HEADER = $(top_builddir)/config.h
                    102: CONFIG_CLEAN_FILES =
                    103: CONFIG_CLEAN_VPATH_FILES =
                    104: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    105: am__vpath_adj = case $$p in \
                    106:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    107:     *) f=$$p;; \
                    108:   esac;
                    109: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    110: am__install_max = 40
                    111: am__nobase_strip_setup = \
                    112:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    113: am__nobase_strip = \
                    114:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    115: am__nobase_list = $(am__nobase_strip_setup); \
                    116:   for p in $$list; do echo "$$p $$p"; done | \
                    117:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    118:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    119:     if (++n[$$2] == $(am__install_max)) \
                    120:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    121:     END { for (dir in files) print dir, files[dir] }'
                    122: am__base_list = \
                    123:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    124:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1.2   misho     125: am__uninstall_files_from_dir = { \
                    126:   test -z "$$files" \
                    127:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
                    128:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
                    129:          $(am__cd) "$$dir" && rm -f $$files; }; \
                    130:   }
1.1       misho     131: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
                    132:        "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \
                    133:        "$(DESTDIR)$(include_racoondir)"
                    134: LTLIBRARIES = $(lib_LTLIBRARIES)
                    135: libracoon_la_LIBADD =
                    136: am_libracoon_la_OBJECTS = libracoon_la-kmpstat.lo \
                    137:        libracoon_la-vmbuf.lo libracoon_la-sockmisc.lo \
                    138:        libracoon_la-misc.lo
                    139: libracoon_la_OBJECTS = $(am_libracoon_la_OBJECTS)
1.1.1.2   misho     140: AM_V_lt = $(am__v_lt_@AM_V@)
                    141: am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
                    142: am__v_lt_0 = --silent
                    143: am__v_lt_1 = 
                    144: libracoon_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
1.1       misho     145:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libracoon_la_CFLAGS) \
                    146:        $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    147: PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
                    148: am_eaytest_OBJECTS = eaytest.$(OBJEXT) plog.$(OBJEXT) logger.$(OBJEXT)
                    149: eaytest_OBJECTS = $(am_eaytest_OBJECTS)
                    150: am__DEPENDENCIES_1 =
                    151: am_plainrsa_gen_OBJECTS = plainrsa-gen.$(OBJEXT) plog.$(OBJEXT) \
                    152:        crypto_openssl.$(OBJEXT) logger.$(OBJEXT)
                    153: plainrsa_gen_OBJECTS = $(am_plainrsa_gen_OBJECTS)
                    154: am_racoon_OBJECTS = main.$(OBJEXT) session.$(OBJEXT) isakmp.$(OBJEXT) \
                    155:        handler.$(OBJEXT) isakmp_ident.$(OBJEXT) isakmp_agg.$(OBJEXT) \
                    156:        isakmp_base.$(OBJEXT) isakmp_quick.$(OBJEXT) \
                    157:        isakmp_inf.$(OBJEXT) isakmp_newg.$(OBJEXT) gssapi.$(OBJEXT) \
                    158:        dnssec.$(OBJEXT) getcertsbyname.$(OBJEXT) privsep.$(OBJEXT) \
                    159:        pfkey.$(OBJEXT) admin.$(OBJEXT) evt.$(OBJEXT) \
                    160:        ipsec_doi.$(OBJEXT) oakley.$(OBJEXT) grabmyaddr.$(OBJEXT) \
                    161:        vendorid.$(OBJEXT) policy.$(OBJEXT) localconf.$(OBJEXT) \
                    162:        remoteconf.$(OBJEXT) crypto_openssl.$(OBJEXT) \
                    163:        algorithm.$(OBJEXT) proposal.$(OBJEXT) sainfo.$(OBJEXT) \
                    164:        strnames.$(OBJEXT) plog.$(OBJEXT) logger.$(OBJEXT) \
                    165:        schedule.$(OBJEXT) str2val.$(OBJEXT) safefile.$(OBJEXT) \
                    166:        backupsa.$(OBJEXT) genlist.$(OBJEXT) rsalist.$(OBJEXT) \
                    167:        cftoken.$(OBJEXT) cfparse.$(OBJEXT) prsa_tok.$(OBJEXT) \
                    168:        prsa_par.$(OBJEXT)
                    169: racoon_OBJECTS = $(am_racoon_OBJECTS)
                    170: am_racoonctl_OBJECTS = racoonctl.$(OBJEXT) str2val.$(OBJEXT)
                    171: racoonctl_OBJECTS = $(am_racoonctl_OBJECTS)
                    172: racoonctl_DEPENDENCIES = libracoon.la ../libipsec/libipsec.la
1.1.1.2   misho     173: AM_V_P = $(am__v_P_@AM_V@)
                    174: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    175: am__v_P_0 = false
                    176: am__v_P_1 = :
                    177: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    178: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    179: am__v_GEN_0 = @echo "  GEN     " $@;
                    180: am__v_GEN_1 = 
                    181: AM_V_at = $(am__v_at_@AM_V@)
                    182: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    183: am__v_at_0 = @
                    184: am__v_at_1 = 
1.1       misho     185: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                    186: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    187: am__depfiles_maybe = depfiles
                    188: am__mv = mv -f
                    189: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    190:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
1.1.1.2   misho     191: LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    192:        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
                    193:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                    194:        $(AM_CFLAGS) $(CFLAGS)
                    195: AM_V_CC = $(am__v_CC_@AM_V@)
                    196: am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
                    197: am__v_CC_0 = @echo "  CC      " $@;
                    198: am__v_CC_1 = 
1.1       misho     199: CCLD = $(CC)
1.1.1.2   misho     200: LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
                    201:        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                    202:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    203: AM_V_CCLD = $(am__v_CCLD_@AM_V@)
                    204: am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
                    205: am__v_CCLD_0 = @echo "  CCLD    " $@;
                    206: am__v_CCLD_1 = 
                    207: LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
                    208: LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
                    209:        $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
                    210: AM_V_LEX = $(am__v_LEX_@AM_V@)
                    211: am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
                    212: am__v_LEX_0 = @echo "  LEX     " $@;
                    213: am__v_LEX_1 = 
1.1       misho     214: YLWRAP = $(top_srcdir)/ylwrap
1.1.1.2   misho     215: am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
                    216:                   -e s/c++$$/h++/ -e s/c$$/h/
                    217: YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
                    218: LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
                    219:        $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
                    220: AM_V_YACC = $(am__v_YACC_@AM_V@)
                    221: am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
                    222: am__v_YACC_0 = @echo "  YACC    " $@;
                    223: am__v_YACC_1 = 
1.1       misho     224: SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURCES) \
                    225:        $(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \
                    226:        $(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \
                    227:        $(EXTRA_racoon_SOURCES) $(racoonctl_SOURCES)
                    228: DIST_SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURCES) \
                    229:        $(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \
                    230:        $(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \
                    231:        $(EXTRA_racoon_SOURCES) $(racoonctl_SOURCES)
1.1.1.2   misho     232: am__can_run_installinfo = \
                    233:   case $$AM_UPDATE_INFO_DIR in \
                    234:     n|no|NO) false;; \
                    235:     *) (install-info --version) >/dev/null 2>&1;; \
                    236:   esac
1.1       misho     237: man5dir = $(mandir)/man5
                    238: man8dir = $(mandir)/man8
                    239: NROFF = nroff
                    240: MANS = $(man5_MANS) $(man8_MANS)
                    241: HEADERS = $(include_racoon_HEADERS) $(noinst_HEADERS)
1.1.1.2   misho     242: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    243: # Read a list of newline-separated strings from the standard input,
                    244: # and print each of them once, without duplicates.  Input order is
                    245: # *not* preserved.
                    246: am__uniquify_input = $(AWK) '\
                    247:   BEGIN { nonempty = 0; } \
                    248:   { items[$$0] = 1; nonempty = 1; } \
                    249:   END { if (nonempty) { for (i in items) print i; }; } \
                    250: '
                    251: # Make sure the list of sources is unique.  This is necessary because,
                    252: # e.g., the same source file might be shared among _SOURCES variables
                    253: # for different programs/libraries.
                    254: am__define_uniq_tagged_files = \
                    255:   list='$(am__tagged_files)'; \
                    256:   unique=`for i in $$list; do \
                    257:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    258:   done | $(am__uniquify_input)`
1.1       misho     259: ETAGS = etags
                    260: CTAGS = ctags
1.1.1.2   misho     261: am__tty_colors_dummy = \
                    262:   mgn= red= grn= lgn= blu= brg= std=; \
                    263:   am__color_tests=no
                    264: am__tty_colors = { \
                    265:   $(am__tty_colors_dummy); \
                    266:   if test "X$(AM_COLOR_TESTS)" = Xno; then \
                    267:     am__color_tests=no; \
                    268:   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
                    269:     am__color_tests=yes; \
                    270:   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
                    271:     am__color_tests=yes; \
                    272:   fi; \
                    273:   if test $$am__color_tests = yes; then \
                    274:     red=''; \
                    275:     grn=''; \
                    276:     lgn=''; \
                    277:     blu=''; \
                    278:     mgn=''; \
                    279:     brg=''; \
                    280:     std=''; \
                    281:   fi; \
                    282: }
                    283: am__recheck_rx = ^[    ]*:recheck:[    ]*
                    284: am__global_test_result_rx = ^[         ]*:global-test-result:[         ]*
                    285: am__copy_in_global_log_rx = ^[         ]*:copy-in-global-log:[         ]*
                    286: # A command that, given a newline-separated list of test names on the
                    287: # standard input, print the name of the tests that are to be re-run
                    288: # upon "make recheck".
                    289: am__list_recheck_tests = $(AWK) '{ \
                    290:   recheck = 1; \
                    291:   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
                    292:     { \
                    293:       if (rc < 0) \
                    294:         { \
                    295:           if ((getline line2 < ($$0 ".log")) < 0) \
                    296:            recheck = 0; \
                    297:           break; \
                    298:         } \
                    299:       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
                    300:         { \
                    301:           recheck = 0; \
                    302:           break; \
                    303:         } \
                    304:       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
                    305:         { \
                    306:           break; \
                    307:         } \
                    308:     }; \
                    309:   if (recheck) \
                    310:     print $$0; \
                    311:   close ($$0 ".trs"); \
                    312:   close ($$0 ".log"); \
                    313: }'
                    314: # A command that, given a newline-separated list of test names on the
                    315: # standard input, create the global log from their .trs and .log files.
                    316: am__create_global_log = $(AWK) ' \
                    317: function fatal(msg) \
                    318: { \
                    319:   print "fatal: making $@: " msg | "cat >&2"; \
                    320:   exit 1; \
                    321: } \
                    322: function rst_section(header) \
                    323: { \
                    324:   print header; \
                    325:   len = length(header); \
                    326:   for (i = 1; i <= len; i = i + 1) \
                    327:     printf "="; \
                    328:   printf "\n\n"; \
                    329: } \
                    330: { \
                    331:   copy_in_global_log = 1; \
                    332:   global_test_result = "RUN"; \
                    333:   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
                    334:     { \
                    335:       if (rc < 0) \
                    336:          fatal("failed to read from " $$0 ".trs"); \
                    337:       if (line ~ /$(am__global_test_result_rx)/) \
                    338:         { \
                    339:           sub("$(am__global_test_result_rx)", "", line); \
                    340:           sub("[       ]*$$", "", line); \
                    341:           global_test_result = line; \
                    342:         } \
                    343:       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
                    344:         copy_in_global_log = 0; \
                    345:     }; \
                    346:   if (copy_in_global_log) \
                    347:     { \
                    348:       rst_section(global_test_result ": " $$0); \
                    349:       while ((rc = (getline line < ($$0 ".log"))) != 0) \
                    350:       { \
                    351:         if (rc < 0) \
                    352:           fatal("failed to read from " $$0 ".log"); \
                    353:         print line; \
                    354:       }; \
                    355:       printf "\n"; \
                    356:     }; \
                    357:   close ($$0 ".trs"); \
                    358:   close ($$0 ".log"); \
                    359: }'
                    360: # Restructured Text title.
                    361: am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
                    362: # Solaris 10 'make', and several other traditional 'make' implementations,
                    363: # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
                    364: # by disabling -e (using the XSI extension "set +e") if it's set.
                    365: am__sh_e_setup = case $$- in *e*) set +e;; esac
                    366: # Default flags passed to test drivers.
                    367: am__common_driver_flags = \
                    368:   --color-tests "$$am__color_tests" \
                    369:   --enable-hard-errors "$$am__enable_hard_errors" \
                    370:   --expect-failure "$$am__expect_failure"
                    371: # To be inserted before the command running the test.  Creates the
                    372: # directory for the log if needed.  Stores in $dir the directory
                    373: # containing $f, in $tst the test, in $log the log.  Executes the
                    374: # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
                    375: # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
                    376: # will run the test scripts (or their associated LOG_COMPILER, if
                    377: # thy have one).
                    378: am__check_pre = \
                    379: $(am__sh_e_setup);                                     \
                    380: $(am__vpath_adj_setup) $(am__vpath_adj)                        \
                    381: $(am__tty_colors);                                     \
                    382: srcdir=$(srcdir); export srcdir;                       \
                    383: case "$@" in                                           \
                    384:   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;   \
                    385:     *) am__odir=.;;                                    \
                    386: esac;                                                  \
                    387: test "x$$am__odir" = x"." || test -d "$$am__odir"      \
                    388:   || $(MKDIR_P) "$$am__odir" || exit $$?;              \
                    389: if test -f "./$$f"; then dir=./;                       \
                    390: elif test -f "$$f"; then dir=;                         \
                    391: else dir="$(srcdir)/"; fi;                             \
                    392: tst=$$dir$$f; log='$@';                                \
                    393: if test -n '$(DISABLE_HARD_ERRORS)'; then              \
                    394:   am__enable_hard_errors=no;                           \
                    395: else                                                   \
                    396:   am__enable_hard_errors=yes;                          \
                    397: fi;                                                    \
                    398: case " $(XFAIL_TESTS) " in                             \
                    399:   *[\ \        ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
                    400:     am__expect_failure=yes;;                           \
                    401:   *)                                                   \
                    402:     am__expect_failure=no;;                            \
                    403: esac;                                                  \
                    404: $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
                    405: # A shell command to get the names of the tests scripts with any registered
                    406: # extension removed (i.e., equivalently, the names of the test logs, with
                    407: # the '.log' extension removed).  The result is saved in the shell variable
                    408: # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
                    409: # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
                    410: # since that might cause problem with VPATH rewrites for suffix-less tests.
                    411: # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
                    412: am__set_TESTS_bases = \
                    413:   bases='$(TEST_LOGS)'; \
                    414:   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
                    415:   bases=`echo $$bases`
                    416: RECHECK_LOGS = $(TEST_LOGS)
                    417: AM_RECURSIVE_TARGETS = check recheck
                    418: TEST_SUITE_LOG = test-suite.log
                    419: TEST_EXTENSIONS = @EXEEXT@ .test
                    420: LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
                    421: LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
                    422: am__set_b = \
                    423:   case '$@' in \
                    424:     */*) \
                    425:       case '$*' in \
                    426:         */*) b='$*';; \
                    427:           *) b=`echo '$@' | sed 's/\.log$$//'`; \
                    428:        esac;; \
                    429:     *) \
                    430:       b='$*';; \
                    431:   esac
                    432: am__test_logs1 = $(TESTS:=.log)
                    433: am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
                    434: TEST_LOGS = $(am__test_logs2:.test.log=.log)
                    435: TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
                    436: TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
                    437:        $(TEST_LOG_FLAGS)
1.1       misho     438: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    439: ACLOCAL = @ACLOCAL@
                    440: AMTAR = @AMTAR@
1.1.1.2   misho     441: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1       misho     442: AR = @AR@
                    443: AUTOCONF = @AUTOCONF@
                    444: AUTOHEADER = @AUTOHEADER@
                    445: AUTOMAKE = @AUTOMAKE@
                    446: AWK = @AWK@
                    447: CC = @CC@
                    448: CCDEPMODE = @CCDEPMODE@
                    449: CFLAGS = @CFLAGS@
                    450: CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
                    451: CPP = @CPP@
                    452: CPPFLAGS = @CPPFLAGS@
                    453: CRYPTOBJS = @CRYPTOBJS@
                    454: CYGPATH_W = @CYGPATH_W@
                    455: DEFS = @DEFS@
                    456: DEPDIR = @DEPDIR@
1.1.1.2   misho     457: DLLTOOL = @DLLTOOL@
1.1       misho     458: DSYMUTIL = @DSYMUTIL@
                    459: DUMPBIN = @DUMPBIN@
                    460: ECHO_C = @ECHO_C@
                    461: ECHO_N = @ECHO_N@
                    462: ECHO_T = @ECHO_T@
                    463: EGREP = @EGREP@
                    464: EXEEXT = @EXEEXT@
                    465: EXTRA_CRYPTO = @EXTRA_CRYPTO@
                    466: FGREP = @FGREP@
                    467: FRAG_OBJS = @FRAG_OBJS@
                    468: GLIBC_BUGS = @GLIBC_BUGS@
                    469: GREP = @GREP@
                    470: HYBRID_OBJS = @HYBRID_OBJS@
                    471: INCLUDE_GLIBC = @INCLUDE_GLIBC@
                    472: INSTALL = @INSTALL@
                    473: INSTALL_DATA = @INSTALL_DATA@
                    474: INSTALL_OPTS = @INSTALL_OPTS@
                    475: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    476: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    477: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    478: KERNEL_INCLUDE = @KERNEL_INCLUDE@
                    479: KRB5_CONFIG = @KRB5_CONFIG@
                    480: LD = @LD@
                    481: LDFLAGS = @LDFLAGS@
                    482: LEX = @LEX@
                    483: LEXLIB = @LEXLIB@
                    484: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    485: LIBOBJS = @LIBOBJS@
                    486: LIBS = @LIBS@
                    487: LIBTOOL = @LIBTOOL@
                    488: LIPO = @LIPO@
                    489: LN_S = @LN_S@
                    490: LTLIBOBJS = @LTLIBOBJS@
                    491: MAKEINFO = @MAKEINFO@
1.1.1.2   misho     492: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1       misho     493: MKDIR_P = @MKDIR_P@
                    494: NATT_OBJS = @NATT_OBJS@
                    495: NM = @NM@
                    496: NMEDIT = @NMEDIT@
                    497: OBJDUMP = @OBJDUMP@
                    498: OBJEXT = @OBJEXT@
                    499: OTOOL = @OTOOL@
                    500: OTOOL64 = @OTOOL64@
                    501: PACKAGE = @PACKAGE@
                    502: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    503: PACKAGE_NAME = @PACKAGE_NAME@
                    504: PACKAGE_STRING = @PACKAGE_STRING@
                    505: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    506: PACKAGE_URL = @PACKAGE_URL@
                    507: PACKAGE_VERSION = @PACKAGE_VERSION@
                    508: PATH_SEPARATOR = @PATH_SEPARATOR@
                    509: RANLIB = @RANLIB@
                    510: RPM = @RPM@
                    511: SECCTX_OBJS = @SECCTX_OBJS@
                    512: SED = @SED@
                    513: SET_MAKE = @SET_MAKE@
                    514: SHELL = @SHELL@
                    515: STRIP = @STRIP@
                    516: VERSION = @VERSION@
                    517: YACC = @YACC@
                    518: YFLAGS = @YFLAGS@
                    519: abs_builddir = @abs_builddir@
                    520: abs_srcdir = @abs_srcdir@
                    521: abs_top_builddir = @abs_top_builddir@
                    522: abs_top_srcdir = @abs_top_srcdir@
1.1.1.2   misho     523: ac_ct_AR = @ac_ct_AR@
1.1       misho     524: ac_ct_CC = @ac_ct_CC@
                    525: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    526: am__include = @am__include@
                    527: am__leading_dot = @am__leading_dot@
                    528: am__quote = @am__quote@
                    529: am__tar = @am__tar@
                    530: am__untar = @am__untar@
                    531: bindir = @bindir@
                    532: build = @build@
                    533: build_alias = @build_alias@
                    534: build_cpu = @build_cpu@
                    535: build_os = @build_os@
                    536: build_vendor = @build_vendor@
                    537: builddir = @builddir@
                    538: datadir = @datadir@
                    539: datarootdir = @datarootdir@
                    540: docdir = @docdir@
                    541: dvidir = @dvidir@
                    542: exec_prefix = @exec_prefix@
                    543: host = @host@
                    544: host_alias = @host_alias@
                    545: host_cpu = @host_cpu@
                    546: host_os = @host_os@
                    547: host_vendor = @host_vendor@
                    548: htmldir = @htmldir@
                    549: include_racoondir = @include_racoondir@
                    550: includedir = @includedir@
                    551: infodir = @infodir@
                    552: install_sh = @install_sh@
                    553: libdir = @libdir@
                    554: libexecdir = @libexecdir@
                    555: localedir = @localedir@
                    556: localstatedir = @localstatedir@
                    557: mandir = @mandir@
                    558: mkdir_p = @mkdir_p@
                    559: oldincludedir = @oldincludedir@
                    560: pdfdir = @pdfdir@
                    561: prefix = @prefix@
                    562: program_transform_name = @program_transform_name@
                    563: psdir = @psdir@
                    564: sbindir = @sbindir@
                    565: sharedstatedir = @sharedstatedir@
                    566: srcdir = @srcdir@
                    567: sysconfdir = @sysconfdir@
                    568: target_alias = @target_alias@
                    569: top_build_prefix = @top_build_prefix@
                    570: top_builddir = @top_builddir@
                    571: top_srcdir = @top_srcdir@
                    572: include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
                    573:        schedule.h sockmisc.h isakmp_var.h isakmp.h isakmp_xauth.h \
                    574:        isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h
                    575: 
                    576: lib_LTLIBRARIES = libracoon.la
                    577: adminsockdir = ${localstatedir}/racoon
                    578: BUILT_SOURCES = cfparse.h prsa_par.h
                    579: INCLUDES = -I${srcdir}/../libipsec 
                    580: AM_CFLAGS = -D_GNU_SOURCE @GLIBC_BUGS@ -DSYSCONFDIR=\"${sysconfdir}\" \
                    581:        -DADMINPORTDIR=\"${adminsockdir}\"
                    582: 
                    583: AM_LDFLAGS = @EXTRA_CRYPTO@ -lcrypto
                    584: AM_YFLAGS = -d ${$*_YFLAGS}
                    585: AM_LFLAGS = ${$*_LFLAGS}
                    586: prsa_par_YFLAGS = -p prsa
                    587: prsa_tok_LFLAGS = -Pprsa -olex.yy.c
                    588: MISSING_ALGOS = \
                    589:        missing/crypto/sha2/sha2.c \
                    590:        missing/crypto/rijndael/rijndael-api-fst.c \
                    591:        missing/crypto/rijndael/rijndael-alg-fst.c
                    592: 
                    593: racoon_SOURCES = \
                    594:        main.c session.c isakmp.c handler.c \
                    595:        isakmp_ident.c isakmp_agg.c isakmp_base.c \
                    596:        isakmp_quick.c isakmp_inf.c isakmp_newg.c \
                    597:        gssapi.c dnssec.c getcertsbyname.c privsep.c \
                    598:        pfkey.c admin.c evt.c ipsec_doi.c oakley.c grabmyaddr.c vendorid.c \
                    599:        policy.c localconf.c remoteconf.c crypto_openssl.c algorithm.c \
                    600:        proposal.c sainfo.c strnames.c \
                    601:        plog.c logger.c schedule.c str2val.c \
                    602:        safefile.c backupsa.c genlist.c rsalist.c \
                    603:        cftoken.l cfparse.y prsa_tok.l prsa_par.y 
                    604: 
                    605: EXTRA_racoon_SOURCES = isakmp_xauth.c isakmp_cfg.c isakmp_unity.c throttle.c \
                    606:        isakmp_frag.c nattraversal.c security.c $(MISSING_ALGOS)
                    607: 
                    608: racoon_LDADD = $(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(LEXLIB) \
                    609:         $(SECCTX_OBJS) vmbuf.o sockmisc.o misc.o ../libipsec/libipsec.la
                    610: 
                    611: racoon_DEPENDENCIES = \
                    612:        $(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(SECCTX_OBJS) \
                    613:        vmbuf.o sockmisc.o misc.o
                    614: 
                    615: racoonctl_SOURCES = racoonctl.c str2val.c 
                    616: racoonctl_LDADD = libracoon.la ../libipsec/libipsec.la 
                    617: libracoon_la_SOURCES = kmpstat.c vmbuf.c sockmisc.c misc.c
                    618: libracoon_la_CFLAGS = -DNOUSE_PRIVSEP $(AM_CFLAGS)
                    619: plainrsa_gen_SOURCES = plainrsa-gen.c plog.c \
                    620:        crypto_openssl.c logger.c 
                    621: 
                    622: EXTRA_plainrsa_gen_SOURCES = $(MISSING_ALGOS)
                    623: plainrsa_gen_LDADD = $(CRYPTOBJS) vmbuf.o misc.o
                    624: plainrsa_gen_DEPENDENCIES = $(CRYPTOBJS) vmbuf.o misc.o
                    625: eaytest_SOURCES = eaytest.c plog.c logger.c
                    626: EXTRA_eaytest_SOURCES = missing/crypto/sha2/sha2.c
                    627: eaytest_LDADD = crypto_openssl_test.o vmbuf.o str2val.o misc_noplog.o \
                    628:        $(CRYPTOBJS)
                    629: 
                    630: eaytest_DEPENDENCIES = crypto_openssl_test.o vmbuf.o str2val.o \
                    631:        misc_noplog.o $(CRYPTOBJS)
                    632: 
                    633: noinst_HEADERS = \
                    634:        admin.h           dnssec.h      isakmp_base.h   oakley.h      session.h \
                    635:        admin_var.h       dump.h        isakmp_ident.h  pfkey.h       sockmisc.h \
                    636:        algorithm.h       gcmalloc.h    isakmp_inf.h    plog.h        str2val.h \
                    637:        backupsa.h        gnuc.h        isakmp_newg.h   policy.h      strnames.h \
                    638:        grabmyaddr.h      isakmp_quick.h  proposal.h    var.h         evt.h \
                    639:        gssapi.h          isakmp_var.h  vendorid.h      nattraversal.h\
                    640:        crypto_openssl.h  handler.h     localconf.h     remoteconf.h  vmbuf.h \
                    641:        debug.h           ipsec_doi.h   logger.h        safefile.h \
                    642:        debugrm.h         isakmp.h      misc.h          sainfo.h \
                    643:        dhgroup.h         isakmp_agg.h  netdb_dnssec.h  schedule.h \
                    644:        isakmp_cfg.h      isakmp_xauth.h isakmp_unity.h isakmp_frag.h \
                    645:        throttle.h        privsep.h \
                    646:        cfparse_proto.h   cftoken_proto.h genlist.h     rsalist.h \
                    647:        missing/crypto/sha2/sha2.h missing/crypto/rijndael/rijndael_local.h \
                    648:        missing/crypto/rijndael/rijndael-api-fst.h \
                    649:        missing/crypto/rijndael/rijndael-alg-fst.h \
                    650:        missing/crypto/rijndael/rijndael.h
                    651: 
                    652: man5_MANS = racoon.conf.5
                    653: man8_MANS = racoon.8 racoonctl.8 plainrsa-gen.8
                    654: EXTRA_DIST = \
                    655:    ${man5_MANS} ${man8_MANS} \
                    656:    missing/crypto/rijndael/boxes-fst.dat \
                    657:    doc/FAQ doc/README.certificate doc/README.gssapi doc/README.plainrsa \
                    658:    doc/README.privsep \
                    659:    contrib/sp.pl stats.pl \
                    660:    samples/psk.txt.sample  samples/racoon.conf.sample \
                    661:    samples/psk.txt.in samples/racoon.conf.in \
                    662:    samples/racoon.conf.sample-gssapi samples/racoon.conf.sample-natt \
                    663:    samples/racoon.conf.sample-inherit samples/racoon.conf.sample-plainrsa \
                    664:    samples/roadwarrior/README \
                    665:    samples/roadwarrior/client/phase1-down.sh \
                    666:    samples/roadwarrior/client/phase1-up.sh \
                    667:    samples/roadwarrior/client/racoon.conf \
                    668:    samples/roadwarrior/server/racoon.conf \
                    669:    samples/roadwarrior/server/racoon.conf-radius
                    670: 
                    671: all: $(BUILT_SOURCES)
                    672:        $(MAKE) $(AM_MAKEFLAGS) all-am
                    673: 
                    674: .SUFFIXES:
1.1.1.2   misho     675: .SUFFIXES: .c .l .lo .log .o .obj .test .test$(EXEEXT) .trs .y
1.1       misho     676: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    677:        @for dep in $?; do \
                    678:          case '$(am__configure_deps)' in \
                    679:            *$$dep*) \
                    680:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    681:                && { if test -f $@; then exit 0; else break; fi; }; \
                    682:              exit 1;; \
                    683:          esac; \
                    684:        done; \
                    685:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/racoon/Makefile'; \
                    686:        $(am__cd) $(top_srcdir) && \
                    687:          $(AUTOMAKE) --foreign src/racoon/Makefile
                    688: .PRECIOUS: Makefile
                    689: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    690:        @case '$?' in \
                    691:          *config.status*) \
                    692:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    693:          *) \
                    694:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    695:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    696:        esac;
                    697: 
                    698: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    699:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    700: 
                    701: $(top_srcdir)/configure:  $(am__configure_deps)
                    702:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    703: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    704:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    705: $(am__aclocal_m4_deps):
1.1.1.2   misho     706: 
1.1       misho     707: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
                    708:        @$(NORMAL_INSTALL)
                    709:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    710:        list2=; for p in $$list; do \
                    711:          if test -f $$p; then \
                    712:            list2="$$list2 $$p"; \
                    713:          else :; fi; \
                    714:        done; \
                    715:        test -z "$$list2" || { \
1.1.1.2   misho     716:          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
                    717:          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1.1       misho     718:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
                    719:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
                    720:        }
                    721: 
                    722: uninstall-libLTLIBRARIES:
                    723:        @$(NORMAL_UNINSTALL)
                    724:        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
                    725:        for p in $$list; do \
                    726:          $(am__strip_dir) \
                    727:          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
                    728:          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
                    729:        done
                    730: 
                    731: clean-libLTLIBRARIES:
                    732:        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1.1.1.2   misho     733:        @list='$(lib_LTLIBRARIES)'; \
                    734:        locs=`for p in $$list; do echo $$p; done | \
                    735:              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
                    736:              sort -u`; \
                    737:        test -z "$$locs" || { \
                    738:          echo rm -f $${locs}; \
                    739:          rm -f $${locs}; \
                    740:        }
1.1.1.3 ! misho     741: 
1.1.1.2   misho     742: libracoon.la: $(libracoon_la_OBJECTS) $(libracoon_la_DEPENDENCIES) $(EXTRA_libracoon_la_DEPENDENCIES) 
                    743:        $(AM_V_CCLD)$(libracoon_la_LINK) -rpath $(libdir) $(libracoon_la_OBJECTS) $(libracoon_la_LIBADD) $(LIBS)
1.1       misho     744: 
                    745: clean-noinstPROGRAMS:
                    746:        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
                    747:        echo " rm -f" $$list; \
                    748:        rm -f $$list || exit $$?; \
                    749:        test -n "$(EXEEXT)" || exit 0; \
                    750:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    751:        echo " rm -f" $$list; \
                    752:        rm -f $$list
                    753: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                    754:        @$(NORMAL_INSTALL)
                    755:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1.1.1.2   misho     756:        if test -n "$$list"; then \
                    757:          echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
                    758:          $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
                    759:        fi; \
1.1       misho     760:        for p in $$list; do echo "$$p $$p"; done | \
                    761:        sed 's/$(EXEEXT)$$//' | \
1.1.1.2   misho     762:        while read p p1; do if test -f $$p \
                    763:         || test -f $$p1 \
                    764:          ; then echo "$$p"; echo "$$p"; else :; fi; \
1.1       misho     765:        done | \
1.1.1.2   misho     766:        sed -e 'p;s,.*/,,;n;h' \
                    767:            -e 's|.*|.|' \
1.1       misho     768:            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
                    769:        sed 'N;N;N;s,\n, ,g' | \
                    770:        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
                    771:          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
                    772:            if ($$2 == $$4) files[d] = files[d] " " $$1; \
                    773:            else { print "f", $$3 "/" $$4, $$1; } } \
                    774:          END { for (d in files) print "f", d, files[d] }' | \
                    775:        while read type dir files; do \
                    776:            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
                    777:            test -z "$$files" || { \
                    778:            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
                    779:            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
                    780:            } \
                    781:        ; done
                    782: 
                    783: uninstall-sbinPROGRAMS:
                    784:        @$(NORMAL_UNINSTALL)
                    785:        @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
                    786:        files=`for p in $$list; do echo "$$p"; done | \
                    787:          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1.1.1.2   misho     788:              -e 's/$$/$(EXEEXT)/' \
                    789:        `; \
1.1       misho     790:        test -n "$$list" || exit 0; \
                    791:        echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
                    792:        cd "$(DESTDIR)$(sbindir)" && rm -f $$files
                    793: 
                    794: clean-sbinPROGRAMS:
                    795:        @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
                    796:        echo " rm -f" $$list; \
                    797:        rm -f $$list || exit $$?; \
                    798:        test -n "$(EXEEXT)" || exit 0; \
                    799:        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
                    800:        echo " rm -f" $$list; \
                    801:        rm -f $$list
1.1.1.3 ! misho     802: 
1.1.1.2   misho     803: eaytest$(EXEEXT): $(eaytest_OBJECTS) $(eaytest_DEPENDENCIES) $(EXTRA_eaytest_DEPENDENCIES) 
1.1       misho     804:        @rm -f eaytest$(EXEEXT)
1.1.1.2   misho     805:        $(AM_V_CCLD)$(LINK) $(eaytest_OBJECTS) $(eaytest_LDADD) $(LIBS)
1.1.1.3 ! misho     806: 
1.1.1.2   misho     807: plainrsa-gen$(EXEEXT): $(plainrsa_gen_OBJECTS) $(plainrsa_gen_DEPENDENCIES) $(EXTRA_plainrsa_gen_DEPENDENCIES) 
1.1       misho     808:        @rm -f plainrsa-gen$(EXEEXT)
1.1.1.2   misho     809:        $(AM_V_CCLD)$(LINK) $(plainrsa_gen_OBJECTS) $(plainrsa_gen_LDADD) $(LIBS)
1.1       misho     810: cfparse.h: cfparse.c
1.1.1.2   misho     811:        @if test ! -f $@; then rm -f cfparse.c; else :; fi
                    812:        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) cfparse.c; else :; fi
1.1       misho     813: prsa_par.h: prsa_par.c
1.1.1.2   misho     814:        @if test ! -f $@; then rm -f prsa_par.c; else :; fi
                    815:        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) prsa_par.c; else :; fi
1.1.1.3 ! misho     816: 
1.1.1.2   misho     817: racoon$(EXEEXT): $(racoon_OBJECTS) $(racoon_DEPENDENCIES) $(EXTRA_racoon_DEPENDENCIES) 
1.1       misho     818:        @rm -f racoon$(EXEEXT)
1.1.1.2   misho     819:        $(AM_V_CCLD)$(LINK) $(racoon_OBJECTS) $(racoon_LDADD) $(LIBS)
1.1.1.3 ! misho     820: 
1.1.1.2   misho     821: racoonctl$(EXEEXT): $(racoonctl_OBJECTS) $(racoonctl_DEPENDENCIES) $(EXTRA_racoonctl_DEPENDENCIES) 
1.1       misho     822:        @rm -f racoonctl$(EXEEXT)
1.1.1.2   misho     823:        $(AM_V_CCLD)$(LINK) $(racoonctl_OBJECTS) $(racoonctl_LDADD) $(LIBS)
1.1       misho     824: 
                    825: mostlyclean-compile:
                    826:        -rm -f *.$(OBJEXT)
                    827: 
                    828: distclean-compile:
                    829:        -rm -f *.tab.c
                    830: 
                    831: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/admin.Po@am__quote@
                    832: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algorithm.Po@am__quote@
                    833: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backupsa.Po@am__quote@
                    834: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfparse.Po@am__quote@
                    835: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cftoken.Po@am__quote@
                    836: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto_openssl.Po@am__quote@
                    837: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec.Po@am__quote@
                    838: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaytest.Po@am__quote@
                    839: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evt.Po@am__quote@
                    840: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genlist.Po@am__quote@
                    841: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcertsbyname.Po@am__quote@
                    842: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grabmyaddr.Po@am__quote@
                    843: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gssapi.Po@am__quote@
                    844: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handler.Po@am__quote@
                    845: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_doi.Po@am__quote@
                    846: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp.Po@am__quote@
                    847: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_agg.Po@am__quote@
                    848: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_base.Po@am__quote@
                    849: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_cfg.Po@am__quote@
                    850: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_frag.Po@am__quote@
                    851: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_ident.Po@am__quote@
                    852: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_inf.Po@am__quote@
                    853: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_newg.Po@am__quote@
                    854: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_quick.Po@am__quote@
                    855: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_unity.Po@am__quote@
                    856: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_xauth.Po@am__quote@
                    857: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-kmpstat.Plo@am__quote@
                    858: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-misc.Plo@am__quote@
                    859: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-sockmisc.Plo@am__quote@
                    860: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-vmbuf.Plo@am__quote@
                    861: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localconf.Po@am__quote@
                    862: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
                    863: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
                    864: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nattraversal.Po@am__quote@
                    865: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oakley.Po@am__quote@
                    866: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey.Po@am__quote@
                    867: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plainrsa-gen.Po@am__quote@
                    868: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plog.Po@am__quote@
                    869: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy.Po@am__quote@
                    870: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privsep.Po@am__quote@
                    871: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proposal.Po@am__quote@
                    872: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prsa_par.Po@am__quote@
                    873: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prsa_tok.Po@am__quote@
                    874: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/racoonctl.Po@am__quote@
                    875: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remoteconf.Po@am__quote@
                    876: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-alg-fst.Po@am__quote@
                    877: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-api-fst.Po@am__quote@
                    878: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsalist.Po@am__quote@
                    879: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safefile.Po@am__quote@
                    880: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sainfo.Po@am__quote@
                    881: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Po@am__quote@
                    882: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Po@am__quote@
                    883: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
                    884: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha2.Po@am__quote@
                    885: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str2val.Po@am__quote@
                    886: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnames.Po@am__quote@
                    887: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/throttle.Po@am__quote@
                    888: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vendorid.Po@am__quote@
                    889: 
                    890: .c.o:
1.1.1.2   misho     891: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    892: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    893: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misho     894: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.3 ! misho     895: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1.1       misho     896: 
                    897: .c.obj:
1.1.1.2   misho     898: @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    899: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    900: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1.1       misho     901: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.3 ! misho     902: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1.1       misho     903: 
                    904: .c.lo:
1.1.1.2   misho     905: @am__fastdepCC_TRUE@   $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    906: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
                    907: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1.1       misho     908: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     909: @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1.1       misho     910: 
                    911: libracoon_la-kmpstat.lo: kmpstat.c
1.1.1.2   misho     912: @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
                    913: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-kmpstat.Tpo $(DEPDIR)/libracoon_la-kmpstat.Plo
                    914: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='kmpstat.c' object='libracoon_la-kmpstat.lo' libtool=yes @AMDEPBACKSLASH@
1.1       misho     915: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     916: @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
1.1       misho     917: 
                    918: libracoon_la-vmbuf.lo: vmbuf.c
1.1.1.2   misho     919: @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
                    920: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-vmbuf.Tpo $(DEPDIR)/libracoon_la-vmbuf.Plo
                    921: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='vmbuf.c' object='libracoon_la-vmbuf.lo' libtool=yes @AMDEPBACKSLASH@
1.1       misho     922: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     923: @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
1.1       misho     924: 
                    925: libracoon_la-sockmisc.lo: sockmisc.c
1.1.1.2   misho     926: @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
                    927: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-sockmisc.Tpo $(DEPDIR)/libracoon_la-sockmisc.Plo
                    928: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='sockmisc.c' object='libracoon_la-sockmisc.lo' libtool=yes @AMDEPBACKSLASH@
1.1       misho     929: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     930: @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
1.1       misho     931: 
                    932: libracoon_la-misc.lo: misc.c
1.1.1.2   misho     933: @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
                    934: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/libracoon_la-misc.Tpo $(DEPDIR)/libracoon_la-misc.Plo
                    935: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='misc.c' object='libracoon_la-misc.lo' libtool=yes @AMDEPBACKSLASH@
1.1       misho     936: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     937: @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
1.1       misho     938: 
                    939: sha2.obj: missing/crypto/sha2/sha2.c
1.1.1.2   misho     940: @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`
                    941: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/sha2.Tpo $(DEPDIR)/sha2.Po
                    942: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='missing/crypto/sha2/sha2.c' object='sha2.obj' libtool=no @AMDEPBACKSLASH@
1.1       misho     943: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     944: @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`
1.1       misho     945: 
                    946: rijndael-api-fst.obj: missing/crypto/rijndael/rijndael-api-fst.c
1.1.1.2   misho     947: @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`
                    948: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po
                    949: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='missing/crypto/rijndael/rijndael-api-fst.c' object='rijndael-api-fst.obj' libtool=no @AMDEPBACKSLASH@
1.1       misho     950: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     951: @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`
1.1       misho     952: 
                    953: rijndael-alg-fst.obj: missing/crypto/rijndael/rijndael-alg-fst.c
1.1.1.2   misho     954: @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`
                    955: @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po
                    956: @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='missing/crypto/rijndael/rijndael-alg-fst.c' object='rijndael-alg-fst.obj' libtool=no @AMDEPBACKSLASH@
1.1       misho     957: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1.1.1.2   misho     958: @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`
1.1       misho     959: 
                    960: .l.c:
1.1.1.2   misho     961:        $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
1.1       misho     962: 
                    963: .y.c:
1.1.1.2   misho     964:        $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1.1       misho     965: 
                    966: mostlyclean-libtool:
                    967:        -rm -f *.lo
                    968: 
                    969: clean-libtool:
                    970:        -rm -rf .libs _libs
                    971: install-man5: $(man5_MANS)
                    972:        @$(NORMAL_INSTALL)
1.1.1.2   misho     973:        @list1='$(man5_MANS)'; \
                    974:        list2=''; \
                    975:        test -n "$(man5dir)" \
                    976:          && test -n "`echo $$list1$$list2`" \
                    977:          || exit 0; \
                    978:        echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
                    979:        $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
                    980:        { for i in $$list1; do echo "$$i"; done;  \
                    981:        if test -n "$$list2"; then \
                    982:          for i in $$list2; do echo "$$i"; done \
                    983:            | sed -n '/\.5[a-z]*$$/p'; \
                    984:        fi; \
1.1       misho     985:        } | while read p; do \
                    986:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                    987:          echo "$$d$$p"; echo "$$p"; \
                    988:        done | \
                    989:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
                    990:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
                    991:        sed 'N;N;s,\n, ,g' | { \
                    992:        list=; while read file base inst; do \
                    993:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
                    994:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
                    995:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
                    996:          fi; \
                    997:        done; \
                    998:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
                    999:        while read files; do \
                   1000:          test -z "$$files" || { \
                   1001:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
                   1002:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
                   1003:        done; }
                   1004: 
                   1005: uninstall-man5:
                   1006:        @$(NORMAL_UNINSTALL)
                   1007:        @list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
                   1008:        files=`{ for i in $$list; do echo "$$i"; done; \
                   1009:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
                   1010:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1.1.1.2   misho    1011:        dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
1.1       misho    1012: install-man8: $(man8_MANS)
                   1013:        @$(NORMAL_INSTALL)
1.1.1.2   misho    1014:        @list1='$(man8_MANS)'; \
                   1015:        list2=''; \
                   1016:        test -n "$(man8dir)" \
                   1017:          && test -n "`echo $$list1$$list2`" \
                   1018:          || exit 0; \
                   1019:        echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
                   1020:        $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
                   1021:        { for i in $$list1; do echo "$$i"; done;  \
                   1022:        if test -n "$$list2"; then \
                   1023:          for i in $$list2; do echo "$$i"; done \
                   1024:            | sed -n '/\.8[a-z]*$$/p'; \
                   1025:        fi; \
1.1       misho    1026:        } | while read p; do \
                   1027:          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                   1028:          echo "$$d$$p"; echo "$$p"; \
                   1029:        done | \
                   1030:        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
                   1031:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
                   1032:        sed 'N;N;s,\n, ,g' | { \
                   1033:        list=; while read file base inst; do \
                   1034:          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
                   1035:            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
                   1036:            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
                   1037:          fi; \
                   1038:        done; \
                   1039:        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
                   1040:        while read files; do \
                   1041:          test -z "$$files" || { \
                   1042:            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
                   1043:            $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
                   1044:        done; }
                   1045: 
                   1046: uninstall-man8:
                   1047:        @$(NORMAL_UNINSTALL)
                   1048:        @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
                   1049:        files=`{ for i in $$list; do echo "$$i"; done; \
                   1050:        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
                   1051:              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1.1.1.2   misho    1052:        dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
1.1       misho    1053: install-include_racoonHEADERS: $(include_racoon_HEADERS)
                   1054:        @$(NORMAL_INSTALL)
                   1055:        @list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \
1.1.1.2   misho    1056:        if test -n "$$list"; then \
                   1057:          echo " $(MKDIR_P) '$(DESTDIR)$(include_racoondir)'"; \
                   1058:          $(MKDIR_P) "$(DESTDIR)$(include_racoondir)" || exit 1; \
                   1059:        fi; \
1.1       misho    1060:        for p in $$list; do \
                   1061:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                   1062:          echo "$$d$$p"; \
                   1063:        done | $(am__base_list) | \
                   1064:        while read files; do \
                   1065:          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_racoondir)'"; \
                   1066:          $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_racoondir)" || exit $$?; \
                   1067:        done
                   1068: 
                   1069: uninstall-include_racoonHEADERS:
                   1070:        @$(NORMAL_UNINSTALL)
                   1071:        @list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \
                   1072:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.1.1.2   misho    1073:        dir='$(DESTDIR)$(include_racoondir)'; $(am__uninstall_files_from_dir)
1.1       misho    1074: 
1.1.1.2   misho    1075: ID: $(am__tagged_files)
                   1076:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                   1077: tags: tags-am
                   1078: TAGS: tags
                   1079: 
                   1080: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.1       misho    1081:        set x; \
                   1082:        here=`pwd`; \
1.1.1.2   misho    1083:        $(am__define_uniq_tagged_files); \
1.1       misho    1084:        shift; \
                   1085:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                   1086:          test -n "$$unique" || unique=$$empty_fix; \
                   1087:          if test $$# -gt 0; then \
                   1088:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                   1089:              "$$@" $$unique; \
                   1090:          else \
                   1091:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                   1092:              $$unique; \
                   1093:          fi; \
                   1094:        fi
1.1.1.2   misho    1095: ctags: ctags-am
                   1096: 
                   1097: CTAGS: ctags
                   1098: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                   1099:        $(am__define_uniq_tagged_files); \
1.1       misho    1100:        test -z "$(CTAGS_ARGS)$$unique" \
                   1101:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                   1102:             $$unique
                   1103: 
                   1104: GTAGS:
                   1105:        here=`$(am__cd) $(top_builddir) && pwd` \
                   1106:          && $(am__cd) $(top_srcdir) \
                   1107:          && gtags -i $(GTAGS_ARGS) "$$here"
1.1.1.2   misho    1108: cscopelist: cscopelist-am
                   1109: 
                   1110: cscopelist-am: $(am__tagged_files)
                   1111:        list='$(am__tagged_files)'; \
                   1112:        case "$(srcdir)" in \
                   1113:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                   1114:          *) sdir=$(subdir)/$(srcdir) ;; \
                   1115:        esac; \
                   1116:        for i in $$list; do \
                   1117:          if test -f "$$i"; then \
                   1118:            echo "$(subdir)/$$i"; \
                   1119:          else \
                   1120:            echo "$$sdir/$$i"; \
                   1121:          fi; \
                   1122:        done >> $(top_builddir)/cscope.files
1.1       misho    1123: 
                   1124: distclean-tags:
                   1125:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                   1126: 
1.1.1.2   misho    1127: # Recover from deleted '.trs' file; this should ensure that
                   1128: # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
                   1129: # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
                   1130: # to avoid problems with "make -n".
                   1131: .log.trs:
                   1132:        rm -f $< $@
                   1133:        $(MAKE) $(AM_MAKEFLAGS) $<
                   1134: 
                   1135: # Leading 'am--fnord' is there to ensure the list of targets does not
1.1.1.3 ! misho    1136: # expand to empty, as could happen e.g. with make check TESTS=''.
1.1.1.2   misho    1137: am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
                   1138: am--force-recheck:
                   1139:        @:
                   1140: 
                   1141: $(TEST_SUITE_LOG): $(TEST_LOGS)
                   1142:        @$(am__set_TESTS_bases); \
                   1143:        am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
                   1144:        redo_bases=`for i in $$bases; do \
                   1145:                      am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
                   1146:                    done`; \
                   1147:        if test -n "$$redo_bases"; then \
                   1148:          redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
                   1149:          redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
                   1150:          if $(am__make_dryrun); then :; else \
                   1151:            rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1.1       misho    1152:          fi; \
1.1.1.2   misho    1153:        fi; \
                   1154:        if test -n "$$am__remaking_logs"; then \
                   1155:          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
                   1156:               "recursion detected" >&2; \
                   1157:        else \
                   1158:          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
                   1159:        fi; \
                   1160:        if $(am__make_dryrun); then :; else \
                   1161:          st=0;  \
                   1162:          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
                   1163:          for i in $$redo_bases; do \
                   1164:            test -f $$i.trs && test -r $$i.trs \
                   1165:              || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
                   1166:            test -f $$i.log && test -r $$i.log \
                   1167:              || { echo "$$errmsg $$i.log" >&2; st=1; }; \
                   1168:          done; \
                   1169:          test $$st -eq 0 || exit 1; \
                   1170:        fi
                   1171:        @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
                   1172:        ws='[   ]'; \
                   1173:        results=`for b in $$bases; do echo $$b.trs; done`; \
                   1174:        test -n "$$results" || results=/dev/null; \
                   1175:        all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
                   1176:        pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
                   1177:        fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
                   1178:        skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
                   1179:        xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
                   1180:        xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
                   1181:        error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
                   1182:        if test `expr $$fail + $$xpass + $$error` -eq 0; then \
                   1183:          success=true; \
                   1184:        else \
                   1185:          success=false; \
                   1186:        fi; \
                   1187:        br='==================='; br=$$br$$br$$br$$br; \
                   1188:        result_count () \
                   1189:        { \
                   1190:            if test x"$$1" = x"--maybe-color"; then \
                   1191:              maybe_colorize=yes; \
                   1192:            elif test x"$$1" = x"--no-color"; then \
                   1193:              maybe_colorize=no; \
1.1       misho    1194:            else \
1.1.1.2   misho    1195:              echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1.1       misho    1196:            fi; \
1.1.1.2   misho    1197:            shift; \
                   1198:            desc=$$1 count=$$2; \
                   1199:            if test $$maybe_colorize = yes && test $$count -gt 0; then \
                   1200:              color_start=$$3 color_end=$$std; \
1.1       misho    1201:            else \
1.1.1.2   misho    1202:              color_start= color_end=; \
1.1       misho    1203:            fi; \
1.1.1.2   misho    1204:            echo "$${color_start}# $$desc $$count$${color_end}"; \
                   1205:        }; \
                   1206:        create_testsuite_report () \
                   1207:        { \
                   1208:          result_count $$1 "TOTAL:" $$all   "$$brg"; \
                   1209:          result_count $$1 "PASS: " $$pass  "$$grn"; \
                   1210:          result_count $$1 "SKIP: " $$skip  "$$blu"; \
                   1211:          result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
                   1212:          result_count $$1 "FAIL: " $$fail  "$$red"; \
                   1213:          result_count $$1 "XPASS:" $$xpass "$$red"; \
                   1214:          result_count $$1 "ERROR:" $$error "$$mgn"; \
                   1215:        }; \
                   1216:        {                                                               \
                   1217:          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
                   1218:            $(am__rst_title);                                           \
                   1219:          create_testsuite_report --no-color;                           \
                   1220:          echo;                                                         \
                   1221:          echo ".. contents:: :depth: 2";                               \
                   1222:          echo;                                                         \
                   1223:          for b in $$bases; do echo $$b; done                           \
                   1224:            | $(am__create_global_log);                                 \
                   1225:        } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
                   1226:        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
                   1227:        if $$success; then                                              \
                   1228:          col="$$grn";                                                  \
                   1229:         else                                                           \
                   1230:          col="$$red";                                                  \
                   1231:          test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
                   1232:        fi;                                                             \
                   1233:        echo "$${col}$$br$${std}";                                      \
                   1234:        echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
                   1235:        echo "$${col}$$br$${std}";                                      \
                   1236:        create_testsuite_report --maybe-color;                          \
                   1237:        echo "$$col$$br$$std";                                          \
                   1238:        if $$success; then :; else                                      \
                   1239:          echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
                   1240:          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
                   1241:            echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
                   1242:          fi;                                                           \
                   1243:          echo "$$col$$br$$std";                                        \
                   1244:        fi;                                                             \
                   1245:        $$success || exit 1
                   1246: 
                   1247: check-TESTS:
                   1248:        @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
                   1249:        @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
                   1250:        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
                   1251:        @set +e; $(am__set_TESTS_bases); \
                   1252:        log_list=`for i in $$bases; do echo $$i.log; done`; \
                   1253:        trs_list=`for i in $$bases; do echo $$i.trs; done`; \
                   1254:        log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
                   1255:        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
                   1256:        exit $$?;
                   1257: recheck: all 
                   1258:        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
                   1259:        @set +e; $(am__set_TESTS_bases); \
                   1260:        bases=`for i in $$bases; do echo $$i; done \
                   1261:                 | $(am__list_recheck_tests)` || exit 1; \
                   1262:        log_list=`for i in $$bases; do echo $$i.log; done`; \
                   1263:        log_list=`echo $$log_list`; \
                   1264:        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
                   1265:                am__force_recheck=am--force-recheck \
                   1266:                TEST_LOGS="$$log_list"; \
                   1267:        exit $$?
                   1268: eaytest.log: eaytest$(EXEEXT)
                   1269:        @p='eaytest$(EXEEXT)'; \
                   1270:        b='eaytest'; \
                   1271:        $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
                   1272:        --log-file $$b.log --trs-file $$b.trs \
                   1273:        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
                   1274:        "$$tst" $(AM_TESTS_FD_REDIRECT)
                   1275: .test.log:
                   1276:        @p='$<'; \
                   1277:        $(am__set_b); \
                   1278:        $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
                   1279:        --log-file $$b.log --trs-file $$b.trs \
                   1280:        $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
                   1281:        "$$tst" $(AM_TESTS_FD_REDIRECT)
                   1282: @am__EXEEXT_TRUE@.test$(EXEEXT).log:
                   1283: @am__EXEEXT_TRUE@      @p='$<'; \
                   1284: @am__EXEEXT_TRUE@      $(am__set_b); \
                   1285: @am__EXEEXT_TRUE@      $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
                   1286: @am__EXEEXT_TRUE@      --log-file $$b.log --trs-file $$b.trs \
                   1287: @am__EXEEXT_TRUE@      $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
                   1288: @am__EXEEXT_TRUE@      "$$tst" $(AM_TESTS_FD_REDIRECT)
1.1       misho    1289: 
                   1290: distdir: $(DISTFILES)
                   1291:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                   1292:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                   1293:        list='$(DISTFILES)'; \
                   1294:          dist_files=`for file in $$list; do echo $$file; done | \
                   1295:          sed -e "s|^$$srcdirstrip/||;t" \
                   1296:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                   1297:        case $$dist_files in \
                   1298:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                   1299:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                   1300:                           sort -u` ;; \
                   1301:        esac; \
                   1302:        for file in $$dist_files; do \
                   1303:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                   1304:          if test -d $$d/$$file; then \
                   1305:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                   1306:            if test -d "$(distdir)/$$file"; then \
                   1307:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                   1308:            fi; \
                   1309:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                   1310:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                   1311:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                   1312:            fi; \
                   1313:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                   1314:          else \
                   1315:            test -f "$(distdir)/$$file" \
                   1316:            || cp -p $$d/$$file "$(distdir)/$$file" \
                   1317:            || exit 1; \
                   1318:          fi; \
                   1319:        done
                   1320: check-am: all-am
                   1321:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
                   1322: check: $(BUILT_SOURCES)
                   1323:        $(MAKE) $(AM_MAKEFLAGS) check-am
                   1324: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS)
                   1325: installdirs:
                   1326:        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(include_racoondir)"; do \
                   1327:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                   1328:        done
                   1329: install: $(BUILT_SOURCES)
                   1330:        $(MAKE) $(AM_MAKEFLAGS) install-am
                   1331: install-exec: install-exec-am
                   1332: install-data: install-data-am
                   1333: uninstall: uninstall-am
                   1334: 
                   1335: install-am: all-am
                   1336:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                   1337: 
                   1338: installcheck: installcheck-am
                   1339: install-strip:
1.1.1.2   misho    1340:        if test -z '$(STRIP)'; then \
                   1341:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   1342:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   1343:              install; \
                   1344:        else \
                   1345:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                   1346:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                   1347:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                   1348:        fi
1.1       misho    1349: mostlyclean-generic:
1.1.1.2   misho    1350:        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
                   1351:        -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
                   1352:        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1.1       misho    1353: 
                   1354: clean-generic:
                   1355: 
                   1356: distclean-generic:
                   1357:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                   1358:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                   1359: 
                   1360: maintainer-clean-generic:
                   1361:        @echo "This command is intended for maintainers to use"
                   1362:        @echo "it deletes files that may require special tools to rebuild."
                   1363:        -rm -f cfparse.c
                   1364:        -rm -f cfparse.h
                   1365:        -rm -f cftoken.c
                   1366:        -rm -f prsa_par.c
                   1367:        -rm -f prsa_par.h
                   1368:        -rm -f prsa_tok.c
                   1369:        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
                   1370: clean: clean-am
                   1371: 
                   1372: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
                   1373:        clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
                   1374: 
                   1375: distclean: distclean-am
                   1376:        -rm -rf ./$(DEPDIR)
                   1377:        -rm -f Makefile
                   1378: distclean-am: clean-am distclean-compile distclean-generic \
                   1379:        distclean-tags
                   1380: 
                   1381: dvi: dvi-am
                   1382: 
                   1383: dvi-am:
                   1384: 
                   1385: html: html-am
                   1386: 
                   1387: html-am:
                   1388: 
                   1389: info: info-am
                   1390: 
                   1391: info-am:
                   1392: 
                   1393: install-data-am: install-include_racoonHEADERS install-man
                   1394: 
                   1395: install-dvi: install-dvi-am
                   1396: 
                   1397: install-dvi-am:
                   1398: 
                   1399: install-exec-am: install-exec-local install-libLTLIBRARIES \
                   1400:        install-sbinPROGRAMS
                   1401: 
                   1402: install-html: install-html-am
                   1403: 
                   1404: install-html-am:
                   1405: 
                   1406: install-info: install-info-am
                   1407: 
                   1408: install-info-am:
                   1409: 
                   1410: install-man: install-man5 install-man8
                   1411: 
                   1412: install-pdf: install-pdf-am
                   1413: 
                   1414: install-pdf-am:
                   1415: 
                   1416: install-ps: install-ps-am
                   1417: 
                   1418: install-ps-am:
                   1419: 
                   1420: installcheck-am:
                   1421: 
                   1422: maintainer-clean: maintainer-clean-am
                   1423:        -rm -rf ./$(DEPDIR)
                   1424:        -rm -f Makefile
                   1425: maintainer-clean-am: distclean-am maintainer-clean-generic
                   1426: 
                   1427: mostlyclean: mostlyclean-am
                   1428: 
                   1429: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                   1430:        mostlyclean-libtool
                   1431: 
                   1432: pdf: pdf-am
                   1433: 
                   1434: pdf-am:
                   1435: 
                   1436: ps: ps-am
                   1437: 
                   1438: ps-am:
                   1439: 
                   1440: uninstall-am: uninstall-include_racoonHEADERS uninstall-libLTLIBRARIES \
                   1441:        uninstall-man uninstall-sbinPROGRAMS
                   1442: 
                   1443: uninstall-man: uninstall-man5 uninstall-man8
                   1444: 
                   1445: .MAKE: all check check-am install install-am install-strip
                   1446: 
1.1.1.2   misho    1447: .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1.1       misho    1448:        clean-generic clean-libLTLIBRARIES clean-libtool \
1.1.1.2   misho    1449:        clean-noinstPROGRAMS clean-sbinPROGRAMS cscopelist-am ctags \
                   1450:        ctags-am distclean distclean-compile distclean-generic \
                   1451:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                   1452:        html-am info info-am install install-am install-data \
                   1453:        install-data-am install-dvi install-dvi-am install-exec \
                   1454:        install-exec-am install-exec-local install-html \
                   1455:        install-html-am install-include_racoonHEADERS install-info \
                   1456:        install-info-am install-libLTLIBRARIES install-man \
                   1457:        install-man5 install-man8 install-pdf install-pdf-am \
                   1458:        install-ps install-ps-am install-sbinPROGRAMS install-strip \
                   1459:        installcheck installcheck-am installdirs maintainer-clean \
                   1460:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                   1461:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                   1462:        recheck tags tags-am uninstall uninstall-am \
1.1       misho    1463:        uninstall-include_racoonHEADERS uninstall-libLTLIBRARIES \
                   1464:        uninstall-man uninstall-man5 uninstall-man8 \
                   1465:        uninstall-sbinPROGRAMS
                   1466: 
                   1467: 
                   1468: install-exec-local:
                   1469:        ${mkinstalldirs} $(DESTDIR)${adminsockdir}
                   1470: 
                   1471: # special object rules
                   1472: crypto_openssl_test.o: crypto_openssl.c
                   1473:        $(COMPILE) -DEAYDEBUG -o crypto_openssl_test.o -c $(srcdir)/crypto_openssl.c
                   1474: 
                   1475: misc_noplog.o: misc.c
                   1476:        $(COMPILE) -DNOUSE_PLOG -o misc_noplog.o -c $(srcdir)/misc.c
                   1477: 
                   1478: # missing/*.c
                   1479: strdup.o:      $(srcdir)/missing/strdup.c
                   1480:        $(COMPILE) -c $(srcdir)/missing/$*.c
                   1481: getaddrinfo.o: $(srcdir)/missing/getaddrinfo.c
                   1482:        $(COMPILE) -c $(srcdir)/missing/$*.c
                   1483: getnameinfo.o: $(srcdir)/missing/getnameinfo.c
                   1484:        $(COMPILE) -c $(srcdir)/missing/$*.c
                   1485: rijndael-api-fst.o: $(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c
                   1486:        $(COMPILE) -c $(srcdir)/missing/crypto/rijndael/$*.c
                   1487: rijndael-alg-fst.o: $(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c
                   1488:        $(COMPILE) -c $(srcdir)/missing/crypto/rijndael/$*.c
                   1489: sha2.o: $(srcdir)/missing/crypto/sha2/sha2.c
                   1490:        $(COMPILE) -c $(srcdir)/missing/crypto/sha2/$*.c
                   1491: 
                   1492: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                   1493: # Otherwise a system limit (for SysV at least) may be exceeded.
                   1494: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>