Home | History | Annotate | Download | only in racoon
      1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
      6 # Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 
     18 # Id: Makefile.am,v 1.23 2005/07/01 08:57:50 manubsd Exp
     19 
     20 
     21 
     22 VPATH = @srcdir@
     23 pkgdatadir = $(datadir)/@PACKAGE@
     24 pkgincludedir = $(includedir)/@PACKAGE@
     25 pkglibdir = $(libdir)/@PACKAGE@
     26 pkglibexecdir = $(libexecdir)/@PACKAGE@
     27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     28 install_sh_DATA = $(install_sh) -c -m 644
     29 install_sh_PROGRAM = $(install_sh) -c
     30 install_sh_SCRIPT = $(install_sh) -c
     31 INSTALL_HEADER = $(INSTALL_DATA)
     32 transform = $(program_transform_name)
     33 NORMAL_INSTALL = :
     34 PRE_INSTALL = :
     35 POST_INSTALL = :
     36 NORMAL_UNINSTALL = :
     37 PRE_UNINSTALL = :
     38 POST_UNINSTALL = :
     39 build_triplet = @build@
     40 host_triplet = @host@
     41 sbin_PROGRAMS = racoon$(EXEEXT) racoonctl$(EXEEXT) \
     42 	plainrsa-gen$(EXEEXT)
     43 noinst_PROGRAMS = eaytest$(EXEEXT)
     44 TESTS = eaytest$(EXEEXT)
     45 subdir = src/racoon
     46 DIST_COMMON = $(include_racoon_HEADERS) $(noinst_HEADERS) \
     47 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO cfparse.c \
     48 	cfparse.h cftoken.c prsa_par.c prsa_par.h prsa_tok.c
     49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     50 am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
     51 	$(top_srcdir)/configure.ac
     52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     53 	$(ACLOCAL_M4)
     54 mkinstalldirs = $(install_sh) -d
     55 CONFIG_HEADER = $(top_builddir)/config.h
     56 CONFIG_CLEAN_FILES =
     57 CONFIG_CLEAN_VPATH_FILES =
     58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     59 am__vpath_adj = case $$p in \
     60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     61     *) f=$$p;; \
     62   esac;
     63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
     64 am__install_max = 40
     65 am__nobase_strip_setup = \
     66   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
     67 am__nobase_strip = \
     68   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
     69 am__nobase_list = $(am__nobase_strip_setup); \
     70   for p in $$list; do echo "$$p $$p"; done | \
     71   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     72   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
     73     if (++n[$$2] == $(am__install_max)) \
     74       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
     75     END { for (dir in files) print dir, files[dir] }'
     76 am__base_list = \
     77   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     78   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
     79 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
     80 	"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \
     81 	"$(DESTDIR)$(include_racoondir)"
     82 LTLIBRARIES = $(lib_LTLIBRARIES)
     83 libracoon_la_LIBADD =
     84 am_libracoon_la_OBJECTS = libracoon_la-kmpstat.lo \
     85 	libracoon_la-vmbuf.lo libracoon_la-sockmisc.lo \
     86 	libracoon_la-misc.lo
     87 libracoon_la_OBJECTS = $(am_libracoon_la_OBJECTS)
     88 libracoon_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
     89 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libracoon_la_CFLAGS) \
     90 	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
     91 PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
     92 am_eaytest_OBJECTS = eaytest.$(OBJEXT) plog.$(OBJEXT) logger.$(OBJEXT)
     93 eaytest_OBJECTS = $(am_eaytest_OBJECTS)
     94 am__DEPENDENCIES_1 =
     95 am_plainrsa_gen_OBJECTS = plainrsa-gen.$(OBJEXT) plog.$(OBJEXT) \
     96 	crypto_openssl.$(OBJEXT) logger.$(OBJEXT)
     97 plainrsa_gen_OBJECTS = $(am_plainrsa_gen_OBJECTS)
     98 am_racoon_OBJECTS = main.$(OBJEXT) session.$(OBJEXT) isakmp.$(OBJEXT) \
     99 	handler.$(OBJEXT) isakmp_ident.$(OBJEXT) isakmp_agg.$(OBJEXT) \
    100 	isakmp_base.$(OBJEXT) isakmp_quick.$(OBJEXT) \
    101 	isakmp_inf.$(OBJEXT) isakmp_newg.$(OBJEXT) gssapi.$(OBJEXT) \
    102 	dnssec.$(OBJEXT) getcertsbyname.$(OBJEXT) privsep.$(OBJEXT) \
    103 	pfkey.$(OBJEXT) admin.$(OBJEXT) evt.$(OBJEXT) \
    104 	ipsec_doi.$(OBJEXT) oakley.$(OBJEXT) grabmyaddr.$(OBJEXT) \
    105 	vendorid.$(OBJEXT) policy.$(OBJEXT) localconf.$(OBJEXT) \
    106 	remoteconf.$(OBJEXT) crypto_openssl.$(OBJEXT) \
    107 	algorithm.$(OBJEXT) proposal.$(OBJEXT) sainfo.$(OBJEXT) \
    108 	strnames.$(OBJEXT) plog.$(OBJEXT) logger.$(OBJEXT) \
    109 	schedule.$(OBJEXT) str2val.$(OBJEXT) safefile.$(OBJEXT) \
    110 	backupsa.$(OBJEXT) genlist.$(OBJEXT) rsalist.$(OBJEXT) \
    111 	cftoken.$(OBJEXT) cfparse.$(OBJEXT) prsa_tok.$(OBJEXT) \
    112 	prsa_par.$(OBJEXT)
    113 racoon_OBJECTS = $(am_racoon_OBJECTS)
    114 am_racoonctl_OBJECTS = racoonctl.$(OBJEXT) str2val.$(OBJEXT)
    115 racoonctl_OBJECTS = $(am_racoonctl_OBJECTS)
    116 racoonctl_DEPENDENCIES = libracoon.la ../libipsec/libipsec.la
    117 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    118 depcomp = $(SHELL) $(top_srcdir)/depcomp
    119 am__depfiles_maybe = depfiles
    120 am__mv = mv -f
    121 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    122 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    123 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    124 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    125 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    126 CCLD = $(CC)
    127 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    128 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
    129 	$(LDFLAGS) -o $@
    130 LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
    131 LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    132 	--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
    133 YLWRAP = $(top_srcdir)/ylwrap
    134 YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
    135 LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    136 	--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
    137 SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURCES) \
    138 	$(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \
    139 	$(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \
    140 	$(EXTRA_racoon_SOURCES) $(racoonctl_SOURCES)
    141 DIST_SOURCES = $(libracoon_la_SOURCES) $(eaytest_SOURCES) \
    142 	$(EXTRA_eaytest_SOURCES) $(plainrsa_gen_SOURCES) \
    143 	$(EXTRA_plainrsa_gen_SOURCES) $(racoon_SOURCES) \
    144 	$(EXTRA_racoon_SOURCES) $(racoonctl_SOURCES)
    145 man5dir = $(mandir)/man5
    146 man8dir = $(mandir)/man8
    147 NROFF = nroff
    148 MANS = $(man5_MANS) $(man8_MANS)
    149 HEADERS = $(include_racoon_HEADERS) $(noinst_HEADERS)
    150 ETAGS = etags
    151 CTAGS = ctags
    152 am__tty_colors = \
    153 red=; grn=; lgn=; blu=; std=
    154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    155 ACLOCAL = @ACLOCAL@
    156 AMTAR = @AMTAR@
    157 AR = @AR@
    158 AUTOCONF = @AUTOCONF@
    159 AUTOHEADER = @AUTOHEADER@
    160 AUTOMAKE = @AUTOMAKE@
    161 AWK = @AWK@
    162 CC = @CC@
    163 CCDEPMODE = @CCDEPMODE@
    164 CFLAGS = @CFLAGS@
    165 CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
    166 CPP = @CPP@
    167 CPPFLAGS = @CPPFLAGS@
    168 CRYPTOBJS = @CRYPTOBJS@
    169 CYGPATH_W = @CYGPATH_W@
    170 DEFS = @DEFS@
    171 DEPDIR = @DEPDIR@
    172 DSYMUTIL = @DSYMUTIL@
    173 DUMPBIN = @DUMPBIN@
    174 ECHO_C = @ECHO_C@
    175 ECHO_N = @ECHO_N@
    176 ECHO_T = @ECHO_T@
    177 EGREP = @EGREP@
    178 EXEEXT = @EXEEXT@
    179 EXTRA_CRYPTO = @EXTRA_CRYPTO@
    180 FGREP = @FGREP@
    181 FRAG_OBJS = @FRAG_OBJS@
    182 GLIBC_BUGS = @GLIBC_BUGS@
    183 GREP = @GREP@
    184 HYBRID_OBJS = @HYBRID_OBJS@
    185 INCLUDE_GLIBC = @INCLUDE_GLIBC@
    186 INSTALL = @INSTALL@
    187 INSTALL_DATA = @INSTALL_DATA@
    188 INSTALL_OPTS = @INSTALL_OPTS@
    189 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    190 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    191 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    192 KERNEL_INCLUDE = @KERNEL_INCLUDE@
    193 KRB5_CONFIG = @KRB5_CONFIG@
    194 LD = @LD@
    195 LDFLAGS = @LDFLAGS@
    196 LEX = @LEX@
    197 LEXLIB = @LEXLIB@
    198 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
    199 LIBOBJS = @LIBOBJS@
    200 LIBS = @LIBS@
    201 LIBTOOL = @LIBTOOL@
    202 LIPO = @LIPO@
    203 LN_S = @LN_S@
    204 LTLIBOBJS = @LTLIBOBJS@
    205 MAKEINFO = @MAKEINFO@
    206 MKDIR_P = @MKDIR_P@
    207 NATT_OBJS = @NATT_OBJS@
    208 NM = @NM@
    209 NMEDIT = @NMEDIT@
    210 OBJDUMP = @OBJDUMP@
    211 OBJEXT = @OBJEXT@
    212 OTOOL = @OTOOL@
    213 OTOOL64 = @OTOOL64@
    214 PACKAGE = @PACKAGE@
    215 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    216 PACKAGE_NAME = @PACKAGE_NAME@
    217 PACKAGE_STRING = @PACKAGE_STRING@
    218 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    219 PACKAGE_URL = @PACKAGE_URL@
    220 PACKAGE_VERSION = @PACKAGE_VERSION@
    221 PATH_SEPARATOR = @PATH_SEPARATOR@
    222 RANLIB = @RANLIB@
    223 RPM = @RPM@
    224 SECCTX_OBJS = @SECCTX_OBJS@
    225 SED = @SED@
    226 SET_MAKE = @SET_MAKE@
    227 SHELL = @SHELL@
    228 STRIP = @STRIP@
    229 VERSION = @VERSION@
    230 YACC = @YACC@
    231 YFLAGS = @YFLAGS@
    232 abs_builddir = @abs_builddir@
    233 abs_srcdir = @abs_srcdir@
    234 abs_top_builddir = @abs_top_builddir@
    235 abs_top_srcdir = @abs_top_srcdir@
    236 ac_ct_CC = @ac_ct_CC@
    237 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    238 am__include = @am__include@
    239 am__leading_dot = @am__leading_dot@
    240 am__quote = @am__quote@
    241 am__tar = @am__tar@
    242 am__untar = @am__untar@
    243 bindir = @bindir@
    244 build = @build@
    245 build_alias = @build_alias@
    246 build_cpu = @build_cpu@
    247 build_os = @build_os@
    248 build_vendor = @build_vendor@
    249 builddir = @builddir@
    250 datadir = @datadir@
    251 datarootdir = @datarootdir@
    252 docdir = @docdir@
    253 dvidir = @dvidir@
    254 exec_prefix = @exec_prefix@
    255 host = @host@
    256 host_alias = @host_alias@
    257 host_cpu = @host_cpu@
    258 host_os = @host_os@
    259 host_vendor = @host_vendor@
    260 htmldir = @htmldir@
    261 include_racoondir = @include_racoondir@
    262 includedir = @includedir@
    263 infodir = @infodir@
    264 install_sh = @install_sh@
    265 libdir = @libdir@
    266 libexecdir = @libexecdir@
    267 localedir = @localedir@
    268 localstatedir = @localstatedir@
    269 lt_ECHO = @lt_ECHO@
    270 mandir = @mandir@
    271 mkdir_p = @mkdir_p@
    272 oldincludedir = @oldincludedir@
    273 pdfdir = @pdfdir@
    274 prefix = @prefix@
    275 program_transform_name = @program_transform_name@
    276 psdir = @psdir@
    277 sbindir = @sbindir@
    278 sharedstatedir = @sharedstatedir@
    279 srcdir = @srcdir@
    280 sysconfdir = @sysconfdir@
    281 target_alias = @target_alias@
    282 top_build_prefix = @top_build_prefix@
    283 top_builddir = @top_builddir@
    284 top_srcdir = @top_srcdir@
    285 include_racoon_HEADERS = racoonctl.h var.h vmbuf.h misc.h gcmalloc.h admin.h \
    286 	schedule.h sockmisc.h isakmp_var.h isakmp.h isakmp_xauth.h \
    287 	isakmp_cfg.h isakmp_unity.h ipsec_doi.h evt.h
    288 
    289 lib_LTLIBRARIES = libracoon.la
    290 adminsockdir = ${localstatedir}/racoon
    291 BUILT_SOURCES = cfparse.h prsa_par.h
    292 INCLUDES = -I${srcdir}/../libipsec 
    293 AM_CFLAGS = -D_GNU_SOURCE @GLIBC_BUGS@ -DSYSCONFDIR=\"${sysconfdir}\" \
    294 	-DADMINPORTDIR=\"${adminsockdir}\"
    295 
    296 AM_LDFLAGS = @EXTRA_CRYPTO@ -lcrypto
    297 AM_YFLAGS = -d ${$*_YFLAGS}
    298 AM_LFLAGS = ${$*_LFLAGS}
    299 prsa_par_YFLAGS = -p prsa
    300 prsa_tok_LFLAGS = -Pprsa -olex.yy.c
    301 MISSING_ALGOS = \
    302 	missing/crypto/sha2/sha2.c \
    303 	missing/crypto/rijndael/rijndael-api-fst.c \
    304 	missing/crypto/rijndael/rijndael-alg-fst.c
    305 
    306 racoon_SOURCES = \
    307 	main.c session.c isakmp.c handler.c \
    308 	isakmp_ident.c isakmp_agg.c isakmp_base.c \
    309 	isakmp_quick.c isakmp_inf.c isakmp_newg.c \
    310 	gssapi.c dnssec.c getcertsbyname.c privsep.c \
    311 	pfkey.c admin.c evt.c ipsec_doi.c oakley.c grabmyaddr.c vendorid.c \
    312 	policy.c localconf.c remoteconf.c crypto_openssl.c algorithm.c \
    313 	proposal.c sainfo.c strnames.c \
    314 	plog.c logger.c schedule.c str2val.c \
    315 	safefile.c backupsa.c genlist.c rsalist.c \
    316 	cftoken.l cfparse.y prsa_tok.l prsa_par.y 
    317 
    318 EXTRA_racoon_SOURCES = isakmp_xauth.c isakmp_cfg.c isakmp_unity.c throttle.c \
    319 	isakmp_frag.c nattraversal.c security.c $(MISSING_ALGOS)
    320 
    321 racoon_LDADD = $(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(LEXLIB) \
    322 	 $(SECCTX_OBJS) vmbuf.o sockmisc.o misc.o ../libipsec/libipsec.la
    323 
    324 racoon_DEPENDENCIES = \
    325 	$(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(SECCTX_OBJS) \
    326 	vmbuf.o sockmisc.o misc.o
    327 
    328 racoonctl_SOURCES = racoonctl.c str2val.c 
    329 racoonctl_LDADD = libracoon.la ../libipsec/libipsec.la 
    330 libracoon_la_SOURCES = kmpstat.c vmbuf.c sockmisc.c misc.c
    331 libracoon_la_CFLAGS = -DNOUSE_PRIVSEP $(AM_CFLAGS)
    332 plainrsa_gen_SOURCES = plainrsa-gen.c plog.c \
    333 	crypto_openssl.c logger.c 
    334 
    335 EXTRA_plainrsa_gen_SOURCES = $(MISSING_ALGOS)
    336 plainrsa_gen_LDADD = $(CRYPTOBJS) vmbuf.o misc.o
    337 plainrsa_gen_DEPENDENCIES = $(CRYPTOBJS) vmbuf.o misc.o
    338 eaytest_SOURCES = eaytest.c plog.c logger.c
    339 EXTRA_eaytest_SOURCES = missing/crypto/sha2/sha2.c
    340 eaytest_LDADD = crypto_openssl_test.o vmbuf.o str2val.o misc_noplog.o \
    341 	$(CRYPTOBJS)
    342 
    343 eaytest_DEPENDENCIES = crypto_openssl_test.o vmbuf.o str2val.o \
    344 	misc_noplog.o $(CRYPTOBJS)
    345 
    346 noinst_HEADERS = \
    347 	admin.h           dnssec.h      isakmp_base.h   oakley.h      session.h \
    348 	admin_var.h       dump.h        isakmp_ident.h  pfkey.h       sockmisc.h \
    349 	algorithm.h       gcmalloc.h    isakmp_inf.h    plog.h        str2val.h \
    350 	backupsa.h        gnuc.h        isakmp_newg.h   policy.h      strnames.h \
    351 	grabmyaddr.h      isakmp_quick.h  proposal.h    var.h         evt.h \
    352 	gssapi.h          isakmp_var.h	vendorid.h      nattraversal.h\
    353 	crypto_openssl.h  handler.h     localconf.h     remoteconf.h  vmbuf.h \
    354 	debug.h           ipsec_doi.h   logger.h        safefile.h \
    355 	debugrm.h         isakmp.h      misc.h          sainfo.h \
    356 	dhgroup.h         isakmp_agg.h  netdb_dnssec.h  schedule.h \
    357 	isakmp_cfg.h      isakmp_xauth.h isakmp_unity.h isakmp_frag.h \
    358 	throttle.h	  privsep.h \
    359 	cfparse_proto.h	  cftoken_proto.h genlist.h     rsalist.h \
    360 	missing/crypto/sha2/sha2.h missing/crypto/rijndael/rijndael_local.h \
    361 	missing/crypto/rijndael/rijndael-api-fst.h \
    362 	missing/crypto/rijndael/rijndael-alg-fst.h \
    363 	missing/crypto/rijndael/rijndael.h
    364 
    365 man5_MANS = racoon.conf.5
    366 man8_MANS = racoon.8 racoonctl.8 plainrsa-gen.8
    367 EXTRA_DIST = \
    368    ${man5_MANS} ${man8_MANS} \
    369    missing/crypto/rijndael/boxes-fst.dat \
    370    doc/FAQ doc/README.certificate doc/README.gssapi doc/README.plainrsa \
    371    doc/README.privsep \
    372    contrib/sp.pl stats.pl \
    373    samples/psk.txt.sample  samples/racoon.conf.sample \
    374    samples/psk.txt.in samples/racoon.conf.in \
    375    samples/racoon.conf.sample-gssapi samples/racoon.conf.sample-natt \
    376    samples/racoon.conf.sample-inherit samples/racoon.conf.sample-plainrsa \
    377    samples/roadwarrior/README \
    378    samples/roadwarrior/client/phase1-down.sh \
    379    samples/roadwarrior/client/phase1-up.sh \
    380    samples/roadwarrior/client/racoon.conf \
    381    samples/roadwarrior/server/racoon.conf \
    382    samples/roadwarrior/server/racoon.conf-radius
    383 
    384 all: $(BUILT_SOURCES)
    385 	$(MAKE) $(AM_MAKEFLAGS) all-am
    386 
    387 .SUFFIXES:
    388 .SUFFIXES: .c .l .lo .o .obj .y
    389 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    390 	@for dep in $?; do \
    391 	  case '$(am__configure_deps)' in \
    392 	    *$$dep*) \
    393 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    394 	        && { if test -f $@; then exit 0; else break; fi; }; \
    395 	      exit 1;; \
    396 	  esac; \
    397 	done; \
    398 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/racoon/Makefile'; \
    399 	$(am__cd) $(top_srcdir) && \
    400 	  $(AUTOMAKE) --foreign src/racoon/Makefile
    401 .PRECIOUS: Makefile
    402 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    403 	@case '$?' in \
    404 	  *config.status*) \
    405 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    406 	  *) \
    407 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    408 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    409 	esac;
    410 
    411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    412 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    413 
    414 $(top_srcdir)/configure:  $(am__configure_deps)
    415 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    416 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    417 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    418 $(am__aclocal_m4_deps):
    419 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
    420 	@$(NORMAL_INSTALL)
    421 	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
    422 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    423 	list2=; for p in $$list; do \
    424 	  if test -f $$p; then \
    425 	    list2="$$list2 $$p"; \
    426 	  else :; fi; \
    427 	done; \
    428 	test -z "$$list2" || { \
    429 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
    430 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
    431 	}
    432 
    433 uninstall-libLTLIBRARIES:
    434 	@$(NORMAL_UNINSTALL)
    435 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
    436 	for p in $$list; do \
    437 	  $(am__strip_dir) \
    438 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
    439 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
    440 	done
    441 
    442 clean-libLTLIBRARIES:
    443 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
    444 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
    445 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    446 	  test "$$dir" != "$$p" || dir=.; \
    447 	  echo "rm -f \"$${dir}/so_locations\""; \
    448 	  rm -f "$${dir}/so_locations"; \
    449 	done
    450 libracoon.la: $(libracoon_la_OBJECTS) $(libracoon_la_DEPENDENCIES) 
    451 	$(libracoon_la_LINK) -rpath $(libdir) $(libracoon_la_OBJECTS) $(libracoon_la_LIBADD) $(LIBS)
    452 
    453 clean-noinstPROGRAMS:
    454 	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
    455 	echo " rm -f" $$list; \
    456 	rm -f $$list || exit $$?; \
    457 	test -n "$(EXEEXT)" || exit 0; \
    458 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    459 	echo " rm -f" $$list; \
    460 	rm -f $$list
    461 install-sbinPROGRAMS: $(sbin_PROGRAMS)
    462 	@$(NORMAL_INSTALL)
    463 	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
    464 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
    465 	for p in $$list; do echo "$$p $$p"; done | \
    466 	sed 's/$(EXEEXT)$$//' | \
    467 	while read p p1; do if test -f $$p || test -f $$p1; \
    468 	  then echo "$$p"; echo "$$p"; else :; fi; \
    469 	done | \
    470 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    471 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    472 	sed 'N;N;N;s,\n, ,g' | \
    473 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
    474 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
    475 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
    476 	    else { print "f", $$3 "/" $$4, $$1; } } \
    477 	  END { for (d in files) print "f", d, files[d] }' | \
    478 	while read type dir files; do \
    479 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
    480 	    test -z "$$files" || { \
    481 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
    482 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
    483 	    } \
    484 	; done
    485 
    486 uninstall-sbinPROGRAMS:
    487 	@$(NORMAL_UNINSTALL)
    488 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
    489 	files=`for p in $$list; do echo "$$p"; done | \
    490 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    491 	      -e 's/$$/$(EXEEXT)/' `; \
    492 	test -n "$$list" || exit 0; \
    493 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
    494 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
    495 
    496 clean-sbinPROGRAMS:
    497 	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
    498 	echo " rm -f" $$list; \
    499 	rm -f $$list || exit $$?; \
    500 	test -n "$(EXEEXT)" || exit 0; \
    501 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
    502 	echo " rm -f" $$list; \
    503 	rm -f $$list
    504 eaytest$(EXEEXT): $(eaytest_OBJECTS) $(eaytest_DEPENDENCIES) 
    505 	@rm -f eaytest$(EXEEXT)
    506 	$(LINK) $(eaytest_OBJECTS) $(eaytest_LDADD) $(LIBS)
    507 plainrsa-gen$(EXEEXT): $(plainrsa_gen_OBJECTS) $(plainrsa_gen_DEPENDENCIES) 
    508 	@rm -f plainrsa-gen$(EXEEXT)
    509 	$(LINK) $(plainrsa_gen_OBJECTS) $(plainrsa_gen_LDADD) $(LIBS)
    510 cfparse.h: cfparse.c
    511 	@if test ! -f $@; then \
    512 	  rm -f cfparse.c; \
    513 	  $(MAKE) $(AM_MAKEFLAGS) cfparse.c; \
    514 	else :; fi
    515 prsa_par.h: prsa_par.c
    516 	@if test ! -f $@; then \
    517 	  rm -f prsa_par.c; \
    518 	  $(MAKE) $(AM_MAKEFLAGS) prsa_par.c; \
    519 	else :; fi
    520 racoon$(EXEEXT): $(racoon_OBJECTS) $(racoon_DEPENDENCIES) 
    521 	@rm -f racoon$(EXEEXT)
    522 	$(LINK) $(racoon_OBJECTS) $(racoon_LDADD) $(LIBS)
    523 racoonctl$(EXEEXT): $(racoonctl_OBJECTS) $(racoonctl_DEPENDENCIES) 
    524 	@rm -f racoonctl$(EXEEXT)
    525 	$(LINK) $(racoonctl_OBJECTS) $(racoonctl_LDADD) $(LIBS)
    526 
    527 mostlyclean-compile:
    528 	-rm -f *.$(OBJEXT)
    529 
    530 distclean-compile:
    531 	-rm -f *.tab.c
    532 
    533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/admin.Po@am__quote@
    534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/algorithm.Po@am__quote@
    535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backupsa.Po@am__quote@
    536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfparse.Po@am__quote@
    537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cftoken.Po@am__quote@
    538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto_openssl.Po@am__quote@
    539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dnssec.Po@am__quote@
    540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaytest.Po@am__quote@
    541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evt.Po@am__quote@
    542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genlist.Po@am__quote@
    543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getcertsbyname.Po@am__quote@
    544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grabmyaddr.Po@am__quote@
    545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gssapi.Po@am__quote@
    546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handler.Po@am__quote@
    547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipsec_doi.Po@am__quote@
    548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp.Po@am__quote@
    549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_agg.Po@am__quote@
    550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_base.Po@am__quote@
    551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_cfg.Po@am__quote@
    552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_frag.Po@am__quote@
    553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_ident.Po@am__quote@
    554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_inf.Po@am__quote@
    555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_newg.Po@am__quote@
    556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_quick.Po@am__quote@
    557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_unity.Po@am__quote@
    558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isakmp_xauth.Po@am__quote@
    559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-kmpstat.Plo@am__quote@
    560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-misc.Plo@am__quote@
    561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-sockmisc.Plo@am__quote@
    562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libracoon_la-vmbuf.Plo@am__quote@
    563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localconf.Po@am__quote@
    564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Po@am__quote@
    565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
    566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nattraversal.Po@am__quote@
    567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oakley.Po@am__quote@
    568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pfkey.Po@am__quote@
    569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plainrsa-gen.Po@am__quote@
    570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plog.Po@am__quote@
    571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy.Po@am__quote@
    572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privsep.Po@am__quote@
    573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proposal.Po@am__quote@
    574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prsa_par.Po@am__quote@
    575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prsa_tok.Po@am__quote@
    576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/racoonctl.Po@am__quote@
    577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remoteconf.Po@am__quote@
    578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-alg-fst.Po@am__quote@
    579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rijndael-api-fst.Po@am__quote@
    580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsalist.Po@am__quote@
    581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/safefile.Po@am__quote@
    582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sainfo.Po@am__quote@
    583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Po@am__quote@
    584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Po@am__quote@
    585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
    586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sha2.Po@am__quote@
    587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/str2val.Po@am__quote@
    588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnames.Po@am__quote@
    589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/throttle.Po@am__quote@
    590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vendorid.Po@am__quote@
    591 
    592 .c.o:
    593 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    594 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    595 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    596 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    597 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    598 
    599 .c.obj:
    600 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    601 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    602 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    603 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    604 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    605 
    606 .c.lo:
    607 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    608 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    609 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    610 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    611 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
    612 
    613 libracoon_la-kmpstat.lo: kmpstat.c
    614 @am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-kmpstat.lo -MD -MP -MF $(DEPDIR)/libracoon_la-kmpstat.Tpo -c -o libracoon_la-kmpstat.lo `test -f 'kmpstat.c' || echo '$(srcdir)/'`kmpstat.c
    615 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libracoon_la-kmpstat.Tpo $(DEPDIR)/libracoon_la-kmpstat.Plo
    616 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='kmpstat.c' object='libracoon_la-kmpstat.lo' libtool=yes @AMDEPBACKSLASH@
    617 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    618 @am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-kmpstat.lo `test -f 'kmpstat.c' || echo '$(srcdir)/'`kmpstat.c
    619 
    620 libracoon_la-vmbuf.lo: vmbuf.c
    621 @am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-vmbuf.lo -MD -MP -MF $(DEPDIR)/libracoon_la-vmbuf.Tpo -c -o libracoon_la-vmbuf.lo `test -f 'vmbuf.c' || echo '$(srcdir)/'`vmbuf.c
    622 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libracoon_la-vmbuf.Tpo $(DEPDIR)/libracoon_la-vmbuf.Plo
    623 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vmbuf.c' object='libracoon_la-vmbuf.lo' libtool=yes @AMDEPBACKSLASH@
    624 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    625 @am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-vmbuf.lo `test -f 'vmbuf.c' || echo '$(srcdir)/'`vmbuf.c
    626 
    627 libracoon_la-sockmisc.lo: sockmisc.c
    628 @am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-sockmisc.lo -MD -MP -MF $(DEPDIR)/libracoon_la-sockmisc.Tpo -c -o libracoon_la-sockmisc.lo `test -f 'sockmisc.c' || echo '$(srcdir)/'`sockmisc.c
    629 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libracoon_la-sockmisc.Tpo $(DEPDIR)/libracoon_la-sockmisc.Plo
    630 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sockmisc.c' object='libracoon_la-sockmisc.lo' libtool=yes @AMDEPBACKSLASH@
    631 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    632 @am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-sockmisc.lo `test -f 'sockmisc.c' || echo '$(srcdir)/'`sockmisc.c
    633 
    634 libracoon_la-misc.lo: misc.c
    635 @am__fastdepCC_TRUE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -MT libracoon_la-misc.lo -MD -MP -MF $(DEPDIR)/libracoon_la-misc.Tpo -c -o libracoon_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
    636 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/libracoon_la-misc.Tpo $(DEPDIR)/libracoon_la-misc.Plo
    637 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='misc.c' object='libracoon_la-misc.lo' libtool=yes @AMDEPBACKSLASH@
    638 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    639 @am__fastdepCC_FALSE@	$(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libracoon_la_CFLAGS) $(CFLAGS) -c -o libracoon_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
    640 
    641 sha2.obj: missing/crypto/sha2/sha2.c
    642 @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sha2.obj -MD -MP -MF $(DEPDIR)/sha2.Tpo -c -o sha2.obj `if test -f 'missing/crypto/sha2/sha2.c'; then $(CYGPATH_W) 'missing/crypto/sha2/sha2.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/sha2/sha2.c'; fi`
    643 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/sha2.Tpo $(DEPDIR)/sha2.Po
    644 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='missing/crypto/sha2/sha2.c' object='sha2.obj' libtool=no @AMDEPBACKSLASH@
    645 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    646 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o sha2.obj `if test -f 'missing/crypto/sha2/sha2.c'; then $(CYGPATH_W) 'missing/crypto/sha2/sha2.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/sha2/sha2.c'; fi`
    647 
    648 rijndael-api-fst.obj: missing/crypto/rijndael/rijndael-api-fst.c
    649 @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-api-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-api-fst.Tpo -c -o rijndael-api-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-api-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-api-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c'; fi`
    650 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rijndael-api-fst.Tpo $(DEPDIR)/rijndael-api-fst.Po
    651 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='missing/crypto/rijndael/rijndael-api-fst.c' object='rijndael-api-fst.obj' libtool=no @AMDEPBACKSLASH@
    652 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    653 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-api-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-api-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-api-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c'; fi`
    654 
    655 rijndael-alg-fst.obj: missing/crypto/rijndael/rijndael-alg-fst.c
    656 @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT rijndael-alg-fst.obj -MD -MP -MF $(DEPDIR)/rijndael-alg-fst.Tpo -c -o rijndael-alg-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-alg-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-alg-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c'; fi`
    657 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/rijndael-alg-fst.Tpo $(DEPDIR)/rijndael-alg-fst.Po
    658 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='missing/crypto/rijndael/rijndael-alg-fst.c' object='rijndael-alg-fst.obj' libtool=no @AMDEPBACKSLASH@
    659 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    660 @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o rijndael-alg-fst.obj `if test -f 'missing/crypto/rijndael/rijndael-alg-fst.c'; then $(CYGPATH_W) 'missing/crypto/rijndael/rijndael-alg-fst.c'; else $(CYGPATH_W) '$(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c'; fi`
    661 
    662 .l.c:
    663 	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
    664 
    665 .y.c:
    666 	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
    667 
    668 mostlyclean-libtool:
    669 	-rm -f *.lo
    670 
    671 clean-libtool:
    672 	-rm -rf .libs _libs
    673 install-man5: $(man5_MANS)
    674 	@$(NORMAL_INSTALL)
    675 	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
    676 	@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
    677 	{ for i in $$list; do echo "$$i"; done; \
    678 	} | while read p; do \
    679 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    680 	  echo "$$d$$p"; echo "$$p"; \
    681 	done | \
    682 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
    683 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    684 	sed 'N;N;s,\n, ,g' | { \
    685 	list=; while read file base inst; do \
    686 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    687 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
    688 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
    689 	  fi; \
    690 	done; \
    691 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    692 	while read files; do \
    693 	  test -z "$$files" || { \
    694 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
    695 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
    696 	done; }
    697 
    698 uninstall-man5:
    699 	@$(NORMAL_UNINSTALL)
    700 	@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
    701 	files=`{ for i in $$list; do echo "$$i"; done; \
    702 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
    703 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    704 	test -z "$$files" || { \
    705 	  echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
    706 	  cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
    707 install-man8: $(man8_MANS)
    708 	@$(NORMAL_INSTALL)
    709 	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
    710 	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
    711 	{ for i in $$list; do echo "$$i"; done; \
    712 	} | while read p; do \
    713 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    714 	  echo "$$d$$p"; echo "$$p"; \
    715 	done | \
    716 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
    717 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
    718 	sed 'N;N;s,\n, ,g' | { \
    719 	list=; while read file base inst; do \
    720 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
    721 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
    722 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
    723 	  fi; \
    724 	done; \
    725 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
    726 	while read files; do \
    727 	  test -z "$$files" || { \
    728 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
    729 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
    730 	done; }
    731 
    732 uninstall-man8:
    733 	@$(NORMAL_UNINSTALL)
    734 	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
    735 	files=`{ for i in $$list; do echo "$$i"; done; \
    736 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
    737 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
    738 	test -z "$$files" || { \
    739 	  echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
    740 	  cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
    741 install-include_racoonHEADERS: $(include_racoon_HEADERS)
    742 	@$(NORMAL_INSTALL)
    743 	test -z "$(include_racoondir)" || $(MKDIR_P) "$(DESTDIR)$(include_racoondir)"
    744 	@list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \
    745 	for p in $$list; do \
    746 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    747 	  echo "$$d$$p"; \
    748 	done | $(am__base_list) | \
    749 	while read files; do \
    750 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(include_racoondir)'"; \
    751 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(include_racoondir)" || exit $$?; \
    752 	done
    753 
    754 uninstall-include_racoonHEADERS:
    755 	@$(NORMAL_UNINSTALL)
    756 	@list='$(include_racoon_HEADERS)'; test -n "$(include_racoondir)" || list=; \
    757 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    758 	test -n "$$files" || exit 0; \
    759 	echo " ( cd '$(DESTDIR)$(include_racoondir)' && rm -f" $$files ")"; \
    760 	cd "$(DESTDIR)$(include_racoondir)" && rm -f $$files
    761 
    762 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
    763 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
    764 	unique=`for i in $$list; do \
    765 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    766 	  done | \
    767 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    768 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    769 	mkid -fID $$unique
    770 tags: TAGS
    771 
    772 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    773 		$(TAGS_FILES) $(LISP)
    774 	set x; \
    775 	here=`pwd`; \
    776 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    777 	unique=`for i in $$list; do \
    778 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    779 	  done | \
    780 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    781 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    782 	shift; \
    783 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    784 	  test -n "$$unique" || unique=$$empty_fix; \
    785 	  if test $$# -gt 0; then \
    786 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    787 	      "$$@" $$unique; \
    788 	  else \
    789 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    790 	      $$unique; \
    791 	  fi; \
    792 	fi
    793 ctags: CTAGS
    794 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
    795 		$(TAGS_FILES) $(LISP)
    796 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
    797 	unique=`for i in $$list; do \
    798 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    799 	  done | \
    800 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    801 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
    802 	test -z "$(CTAGS_ARGS)$$unique" \
    803 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    804 	     $$unique
    805 
    806 GTAGS:
    807 	here=`$(am__cd) $(top_builddir) && pwd` \
    808 	  && $(am__cd) $(top_srcdir) \
    809 	  && gtags -i $(GTAGS_ARGS) "$$here"
    810 
    811 distclean-tags:
    812 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    813 
    814 check-TESTS: $(TESTS)
    815 	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
    816 	srcdir=$(srcdir); export srcdir; \
    817 	list=' $(TESTS) '; \
    818 	$(am__tty_colors); \
    819 	if test -n "$$list"; then \
    820 	  for tst in $$list; do \
    821 	    if test -f ./$$tst; then dir=./; \
    822 	    elif test -f $$tst; then dir=; \
    823 	    else dir="$(srcdir)/"; fi; \
    824 	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
    825 	      all=`expr $$all + 1`; \
    826 	      case " $(XFAIL_TESTS) " in \
    827 	      *[\ \	]$$tst[\ \	]*) \
    828 		xpass=`expr $$xpass + 1`; \
    829 		failed=`expr $$failed + 1`; \
    830 		col=$$red; res=XPASS; \
    831 	      ;; \
    832 	      *) \
    833 		col=$$grn; res=PASS; \
    834 	      ;; \
    835 	      esac; \
    836 	    elif test $$? -ne 77; then \
    837 	      all=`expr $$all + 1`; \
    838 	      case " $(XFAIL_TESTS) " in \
    839 	      *[\ \	]$$tst[\ \	]*) \
    840 		xfail=`expr $$xfail + 1`; \
    841 		col=$$lgn; res=XFAIL; \
    842 	      ;; \
    843 	      *) \
    844 		failed=`expr $$failed + 1`; \
    845 		col=$$red; res=FAIL; \
    846 	      ;; \
    847 	      esac; \
    848 	    else \
    849 	      skip=`expr $$skip + 1`; \
    850 	      col=$$blu; res=SKIP; \
    851 	    fi; \
    852 	    echo "$${col}$$res$${std}: $$tst"; \
    853 	  done; \
    854 	  if test "$$all" -eq 1; then \
    855 	    tests="test"; \
    856 	    All=""; \
    857 	  else \
    858 	    tests="tests"; \
    859 	    All="All "; \
    860 	  fi; \
    861 	  if test "$$failed" -eq 0; then \
    862 	    if test "$$xfail" -eq 0; then \
    863 	      banner="$$All$$all $$tests passed"; \
    864 	    else \
    865 	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
    866 	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
    867 	    fi; \
    868 	  else \
    869 	    if test "$$xpass" -eq 0; then \
    870 	      banner="$$failed of $$all $$tests failed"; \
    871 	    else \
    872 	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
    873 	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
    874 	    fi; \
    875 	  fi; \
    876 	  dashes="$$banner"; \
    877 	  skipped=""; \
    878 	  if test "$$skip" -ne 0; then \
    879 	    if test "$$skip" -eq 1; then \
    880 	      skipped="($$skip test was not run)"; \
    881 	    else \
    882 	      skipped="($$skip tests were not run)"; \
    883 	    fi; \
    884 	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
    885 	      dashes="$$skipped"; \
    886 	  fi; \
    887 	  report=""; \
    888 	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
    889 	    report="Please report to $(PACKAGE_BUGREPORT)"; \
    890 	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
    891 	      dashes="$$report"; \
    892 	  fi; \
    893 	  dashes=`echo "$$dashes" | sed s/./=/g`; \
    894 	  if test "$$failed" -eq 0; then \
    895 	    echo "$$grn$$dashes"; \
    896 	  else \
    897 	    echo "$$red$$dashes"; \
    898 	  fi; \
    899 	  echo "$$banner"; \
    900 	  test -z "$$skipped" || echo "$$skipped"; \
    901 	  test -z "$$report" || echo "$$report"; \
    902 	  echo "$$dashes$$std"; \
    903 	  test "$$failed" -eq 0; \
    904 	else :; fi
    905 
    906 distdir: $(DISTFILES)
    907 	@list='$(MANS)'; if test -n "$$list"; then \
    908 	  list=`for p in $$list; do \
    909 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
    910 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
    911 	  if test -n "$$list" && \
    912 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
    913 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
    914 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
    915 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
    916 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
    917 	    exit 1; \
    918 	  else :; fi; \
    919 	else :; fi
    920 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    921 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    922 	list='$(DISTFILES)'; \
    923 	  dist_files=`for file in $$list; do echo $$file; done | \
    924 	  sed -e "s|^$$srcdirstrip/||;t" \
    925 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    926 	case $$dist_files in \
    927 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    928 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    929 			   sort -u` ;; \
    930 	esac; \
    931 	for file in $$dist_files; do \
    932 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    933 	  if test -d $$d/$$file; then \
    934 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    935 	    if test -d "$(distdir)/$$file"; then \
    936 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    937 	    fi; \
    938 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    939 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    940 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    941 	    fi; \
    942 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    943 	  else \
    944 	    test -f "$(distdir)/$$file" \
    945 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    946 	    || exit 1; \
    947 	  fi; \
    948 	done
    949 check-am: all-am
    950 	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
    951 check: $(BUILT_SOURCES)
    952 	$(MAKE) $(AM_MAKEFLAGS) check-am
    953 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS)
    954 installdirs:
    955 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(include_racoondir)"; do \
    956 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    957 	done
    958 install: $(BUILT_SOURCES)
    959 	$(MAKE) $(AM_MAKEFLAGS) install-am
    960 install-exec: install-exec-am
    961 install-data: install-data-am
    962 uninstall: uninstall-am
    963 
    964 install-am: all-am
    965 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    966 
    967 installcheck: installcheck-am
    968 install-strip:
    969 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    970 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    971 	  `test -z '$(STRIP)' || \
    972 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
    973 mostlyclean-generic:
    974 
    975 clean-generic:
    976 
    977 distclean-generic:
    978 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    979 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    980 
    981 maintainer-clean-generic:
    982 	@echo "This command is intended for maintainers to use"
    983 	@echo "it deletes files that may require special tools to rebuild."
    984 	-rm -f cfparse.c
    985 	-rm -f cfparse.h
    986 	-rm -f cftoken.c
    987 	-rm -f prsa_par.c
    988 	-rm -f prsa_par.h
    989 	-rm -f prsa_tok.c
    990 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    991 clean: clean-am
    992 
    993 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
    994 	clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
    995 
    996 distclean: distclean-am
    997 	-rm -rf ./$(DEPDIR)
    998 	-rm -f Makefile
    999 distclean-am: clean-am distclean-compile distclean-generic \
   1000 	distclean-tags
   1001 
   1002 dvi: dvi-am
   1003 
   1004 dvi-am:
   1005 
   1006 html: html-am
   1007 
   1008 html-am:
   1009 
   1010 info: info-am
   1011 
   1012 info-am:
   1013 
   1014 install-data-am: install-include_racoonHEADERS install-man
   1015 
   1016 install-dvi: install-dvi-am
   1017 
   1018 install-dvi-am:
   1019 
   1020 install-exec-am: install-exec-local install-libLTLIBRARIES \
   1021 	install-sbinPROGRAMS
   1022 
   1023 install-html: install-html-am
   1024 
   1025 install-html-am:
   1026 
   1027 install-info: install-info-am
   1028 
   1029 install-info-am:
   1030 
   1031 install-man: install-man5 install-man8
   1032 
   1033 install-pdf: install-pdf-am
   1034 
   1035 install-pdf-am:
   1036 
   1037 install-ps: install-ps-am
   1038 
   1039 install-ps-am:
   1040 
   1041 installcheck-am:
   1042 
   1043 maintainer-clean: maintainer-clean-am
   1044 	-rm -rf ./$(DEPDIR)
   1045 	-rm -f Makefile
   1046 maintainer-clean-am: distclean-am maintainer-clean-generic
   1047 
   1048 mostlyclean: mostlyclean-am
   1049 
   1050 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   1051 	mostlyclean-libtool
   1052 
   1053 pdf: pdf-am
   1054 
   1055 pdf-am:
   1056 
   1057 ps: ps-am
   1058 
   1059 ps-am:
   1060 
   1061 uninstall-am: uninstall-include_racoonHEADERS uninstall-libLTLIBRARIES \
   1062 	uninstall-man uninstall-sbinPROGRAMS
   1063 
   1064 uninstall-man: uninstall-man5 uninstall-man8
   1065 
   1066 .MAKE: all check check-am install install-am install-strip
   1067 
   1068 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
   1069 	clean-generic clean-libLTLIBRARIES clean-libtool \
   1070 	clean-noinstPROGRAMS clean-sbinPROGRAMS ctags distclean \
   1071 	distclean-compile distclean-generic distclean-libtool \
   1072 	distclean-tags distdir dvi dvi-am html html-am info info-am \
   1073 	install install-am install-data install-data-am install-dvi \
   1074 	install-dvi-am install-exec install-exec-am install-exec-local \
   1075 	install-html install-html-am install-include_racoonHEADERS \
   1076 	install-info install-info-am install-libLTLIBRARIES \
   1077 	install-man install-man5 install-man8 install-pdf \
   1078 	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
   1079 	install-strip installcheck installcheck-am installdirs \
   1080 	maintainer-clean maintainer-clean-generic mostlyclean \
   1081 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
   1082 	pdf pdf-am ps ps-am tags uninstall uninstall-am \
   1083 	uninstall-include_racoonHEADERS uninstall-libLTLIBRARIES \
   1084 	uninstall-man uninstall-man5 uninstall-man8 \
   1085 	uninstall-sbinPROGRAMS
   1086 
   1087 
   1088 install-exec-local:
   1089 	${mkinstalldirs} $(DESTDIR)${adminsockdir}
   1090 
   1091 # special object rules
   1092 crypto_openssl_test.o: crypto_openssl.c
   1093 	$(COMPILE) -DEAYDEBUG -o crypto_openssl_test.o -c $(srcdir)/crypto_openssl.c
   1094 
   1095 misc_noplog.o: misc.c
   1096 	$(COMPILE) -DNOUSE_PLOG -o misc_noplog.o -c $(srcdir)/misc.c
   1097 
   1098 # missing/*.c
   1099 strdup.o:	$(srcdir)/missing/strdup.c
   1100 	$(COMPILE) -c $(srcdir)/missing/$*.c
   1101 getaddrinfo.o:	$(srcdir)/missing/getaddrinfo.c
   1102 	$(COMPILE) -c $(srcdir)/missing/$*.c
   1103 getnameinfo.o:	$(srcdir)/missing/getnameinfo.c
   1104 	$(COMPILE) -c $(srcdir)/missing/$*.c
   1105 rijndael-api-fst.o: $(srcdir)/missing/crypto/rijndael/rijndael-api-fst.c
   1106 	$(COMPILE) -c $(srcdir)/missing/crypto/rijndael/$*.c
   1107 rijndael-alg-fst.o: $(srcdir)/missing/crypto/rijndael/rijndael-alg-fst.c
   1108 	$(COMPILE) -c $(srcdir)/missing/crypto/rijndael/$*.c
   1109 sha2.o: $(srcdir)/missing/crypto/sha2/sha2.c
   1110 	$(COMPILE) -c $(srcdir)/missing/crypto/sha2/$*.c
   1111 
   1112 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   1113 # Otherwise a system limit (for SysV at least) may be exceeded.
   1114 .NOEXPORT:
   1115