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