File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / src / libipsec / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:39:10 2012 UTC (12 years, 4 months ago) by misho
Branches: ipsec-tools, MAIN
CVS tags: v0_8_0p0, v0_8_0, HEAD
ipsec-tools

    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
    2: # src/libipsec/Makefile.  Generated from Makefile.in by configure.
    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: 
   17: 
   18: 
   19: 
   20: pkgdatadir = $(datadir)/ipsec-tools
   21: pkgincludedir = $(includedir)/ipsec-tools
   22: pkglibdir = $(libdir)/ipsec-tools
   23: pkglibexecdir = $(libexecdir)/ipsec-tools
   24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   25: install_sh_DATA = $(install_sh) -c -m 644
   26: install_sh_PROGRAM = $(install_sh) -c
   27: install_sh_SCRIPT = $(install_sh) -c
   28: INSTALL_HEADER = $(INSTALL_DATA)
   29: transform = $(program_transform_name)
   30: NORMAL_INSTALL = :
   31: PRE_INSTALL = :
   32: POST_INSTALL = :
   33: NORMAL_UNINSTALL = :
   34: PRE_UNINSTALL = :
   35: POST_UNINSTALL = :
   36: build_triplet = i386-portbld-freebsd10.0
   37: host_triplet = i386-portbld-freebsd10.0
   38: subdir = src/libipsec
   39: DIST_COMMON = $(libipsec_HEADERS) $(noinst_HEADERS) \
   40: 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in policy_parse.c \
   41: 	policy_parse.h policy_token.c
   42: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   43: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
   44: 	$(top_srcdir)/configure.ac
   45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   46: 	$(ACLOCAL_M4)
   47: mkinstalldirs = $(install_sh) -d
   48: CONFIG_HEADER = $(top_builddir)/config.h
   49: CONFIG_CLEAN_FILES =
   50: CONFIG_CLEAN_VPATH_FILES =
   51: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   52: am__vpath_adj = case $$p in \
   53:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   54:     *) f=$$p;; \
   55:   esac;
   56: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   57: am__install_max = 40
   58: am__nobase_strip_setup = \
   59:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   60: am__nobase_strip = \
   61:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   62: am__nobase_list = $(am__nobase_strip_setup); \
   63:   for p in $$list; do echo "$$p $$p"; done | \
   64:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   65:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
   66:     if (++n[$$2] == $(am__install_max)) \
   67:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
   68:     END { for (dir in files) print dir, files[dir] }'
   69: am__base_list = \
   70:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   71:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   72: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" \
   73: 	"$(DESTDIR)$(libipsecdir)"
   74: LTLIBRARIES = $(lib_LTLIBRARIES)
   75: am__DEPENDENCIES_1 =
   76: libipsec_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
   77: am_libipsec_la_OBJECTS = ipsec_dump_policy.lo ipsec_get_policylen.lo \
   78: 	ipsec_strerror.lo key_debug.lo pfkey.lo pfkey_dump.lo \
   79: 	policy_parse.lo policy_token.lo
   80: libipsec_la_OBJECTS = $(am_libipsec_la_OBJECTS)
   81: libipsec_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
   82: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   83: 	$(libipsec_la_LDFLAGS) $(LDFLAGS) -o $@
   84: DEFAULT_INCLUDES = -I. -I$(top_builddir)
   85: depcomp = $(SHELL) $(top_srcdir)/depcomp
   86: am__depfiles_maybe = depfiles
   87: am__mv = mv -f
   88: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   89: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   90: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   91: 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
   92: 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   93: CCLD = $(CC)
   94: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   95: 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
   96: 	$(LDFLAGS) -o $@
   97: LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
   98: LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
   99: 	--mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
  100: YLWRAP = $(top_srcdir)/ylwrap
  101: YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
  102: LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  103: 	--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
  104: SOURCES = $(libipsec_la_SOURCES)
  105: DIST_SOURCES = $(libipsec_la_SOURCES)
  106: man3dir = $(mandir)/man3
  107: NROFF = nroff
  108: MANS = $(man3_MANS)
  109: HEADERS = $(libipsec_HEADERS) $(noinst_HEADERS)
  110: ETAGS = etags
  111: CTAGS = ctags
  112: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  113: ACLOCAL = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run aclocal-1.11
  114: AMTAR = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run tar
  115: AR = ar
  116: AUTOCONF = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoconf
  117: AUTOHEADER = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoheader
  118: AUTOMAKE = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run automake-1.11
  119: AWK = gawk
  120: CC = cc
  121: CCDEPMODE = depmode=gcc3
  122: CFLAGS = -pipe -g  -Wall -Werror -Wno-unused
  123: CONFIGURE_AMFLAGS = 
  124: CPP = cpp
  125: CPPFLAGS =   -I${top_srcdir}/src/racoon/missing
  126: CRYPTOBJS = 
  127: CYGPATH_W = echo
  128: DEFS = -DHAVE_CONFIG_H
  129: DEPDIR = .deps
  130: DSYMUTIL = 
  131: DUMPBIN = 
  132: ECHO_C = 
  133: ECHO_N = -n
  134: ECHO_T = 
  135: EGREP = /usr/bin/grep -E
  136: EXEEXT = 
  137: EXTRA_CRYPTO = 
  138: FGREP = /usr/bin/grep -F
  139: FRAG_OBJS = isakmp_frag.o
  140: GLIBC_BUGS = 
  141: GREP = /usr/bin/grep
  142: HYBRID_OBJS = isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o
  143: INCLUDE_GLIBC = 
  144: INSTALL = /usr/bin/install -c -o root -g wheel
  145: INSTALL_DATA = install  -o root -g wheel -m 444
  146: INSTALL_OPTS = 
  147: INSTALL_PROGRAM = install   -o root -g wheel -m 555
  148: INSTALL_SCRIPT = install  -o root -g wheel -m 555
  149: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  150: KERNEL_INCLUDE = 
  151: KRB5_CONFIG = /usr/bin/krb5-config
  152: LD = /usr/bin/ld
  153: LDFLAGS =  -rpath=/usr/lib:/usr/local/lib
  154: LEX = flex
  155: LEXLIB = -lfl
  156: LEX_OUTPUT_ROOT = lex.yy
  157: LIBOBJS = 
  158: LIBS = -lradius -lcrypto  -lreadline -lcrypt -lcrypt -L/lib -R/lib -lradius
  159: LIBTOOL = $(SHELL) /usr/local/bin/libtool
  160: LIPO = 
  161: LN_S = ln -s
  162: LTLIBOBJS = 
  163: MAKEINFO = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run makeinfo
  164: MKDIR_P = ../.././install-sh -c -d
  165: NATT_OBJS = nattraversal.o
  166: NM = /usr/bin/nm -B
  167: NMEDIT = 
  168: OBJDUMP = objdump
  169: OBJEXT = o
  170: OTOOL = 
  171: OTOOL64 = 
  172: PACKAGE = ipsec-tools
  173: PACKAGE_BUGREPORT = 
  174: PACKAGE_NAME = ipsec-tools
  175: PACKAGE_STRING = ipsec-tools 0.8.0
  176: PACKAGE_TARNAME = ipsec-tools
  177: PACKAGE_URL = 
  178: PACKAGE_VERSION = 0.8.0
  179: PATH_SEPARATOR = :
  180: RANLIB = ranlib
  181: RPM = 
  182: SECCTX_OBJS = 
  183: SED = /usr/bin/sed
  184: SET_MAKE = 
  185: SHELL = /bin/sh
  186: STRIP = strip
  187: VERSION = 0.8.0
  188: YACC = bison -y
  189: YFLAGS = 
  190: abs_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/libipsec
  191: abs_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/libipsec
  192: abs_top_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
  193: abs_top_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
  194: ac_ct_CC = cc
  195: ac_ct_DUMPBIN = 
  196: am__include = include
  197: am__leading_dot = .
  198: am__quote = 
  199: am__tar = ${AMTAR} chof - "$$tardir"
  200: am__untar = ${AMTAR} xf -
  201: bindir = ${exec_prefix}/bin
  202: build = i386-portbld-freebsd10.0
  203: build_alias = i386-portbld-freebsd10.0
  204: build_cpu = i386
  205: build_os = freebsd10.0
  206: build_vendor = portbld
  207: builddir = .
  208: datadir = ${datarootdir}
  209: datarootdir = ${prefix}/share
  210: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  211: dvidir = ${docdir}
  212: exec_prefix = ${prefix}
  213: host = i386-portbld-freebsd10.0
  214: host_alias = 
  215: host_cpu = i386
  216: host_os = freebsd10.0
  217: host_vendor = portbld
  218: htmldir = ${docdir}
  219: include_racoondir = ${prefix}/include/racoon
  220: includedir = ${prefix}/include
  221: infodir = /usr/local/info
  222: install_sh = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/install-sh
  223: libdir = ${exec_prefix}/lib
  224: libexecdir = ${exec_prefix}/libexec
  225: localedir = ${datarootdir}/locale
  226: localstatedir = /var/db
  227: lt_ECHO = echo
  228: mandir = /usr/local/man
  229: mkdir_p = $(top_builddir)/./install-sh -c -d
  230: oldincludedir = /usr/include
  231: pdfdir = ${docdir}
  232: prefix = /usr/local
  233: program_transform_name = s,x,x,
  234: psdir = ${docdir}
  235: sbindir = ${exec_prefix}/sbin
  236: sharedstatedir = ${prefix}/com
  237: srcdir = .
  238: sysconfdir = /usr/local/etc/racoon
  239: target_alias = 
  240: top_build_prefix = ../../
  241: top_builddir = ../..
  242: top_srcdir = ../..
  243: 
  244: #bin_PROGRAMS = test-policy test-policy-priority
  245: lib_LTLIBRARIES = libipsec.la
  246: libipsecdir = $(includedir)/libipsec
  247: libipsec_HEADERS = libpfkey.h
  248: man3_MANS = ipsec_set_policy.3 ipsec_strerror.3
  249: AM_CFLAGS = 
  250: AM_YFLAGS = -d -p __libipsec
  251: AM_LFLAGS = -P__libipsec -olex.yy.c
  252: BUILT_SOURCES = policy_parse.h
  253: libipsec_la_SOURCES = \
  254:   ipsec_dump_policy.c \
  255:   ipsec_get_policylen.c \
  256:   ipsec_strerror.c \
  257:   key_debug.c \
  258:   pfkey.c \
  259:   pfkey_dump.c \
  260:   policy_parse.y \
  261:   policy_token.l
  262: 
  263: 
  264: # version is current:revision:age.
  265: # See: http://www.gnu.org/manual/libtool-1.4.2/html_chapter/libtool_6.html#SEC32
  266: libipsec_la_LDFLAGS = -version-info 0:1:0
  267: libipsec_la_LIBADD = $(LEXLIB)
  268: noinst_HEADERS = ipsec_strerror.h
  269: 
  270: #test_policy_SOURCES = test-policy.c
  271: #test_policy_LDFLAGS = libipsec.la
  272: 
  273: #test_policy_priority_SOURCES = test-policy-priority.c
  274: #test_policy_priority_LDFLAGS = libipsec.la
  275: EXTRA_DIST = ${man3_MANS} test-policy.c
  276: all: $(BUILT_SOURCES)
  277: 	$(MAKE) $(AM_MAKEFLAGS) all-am
  278: 
  279: .SUFFIXES:
  280: .SUFFIXES: .c .l .lo .o .obj .y
  281: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  282: 	@for dep in $?; do \
  283: 	  case '$(am__configure_deps)' in \
  284: 	    *$$dep*) \
  285: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  286: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  287: 	      exit 1;; \
  288: 	  esac; \
  289: 	done; \
  290: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libipsec/Makefile'; \
  291: 	$(am__cd) $(top_srcdir) && \
  292: 	  $(AUTOMAKE) --foreign src/libipsec/Makefile
  293: .PRECIOUS: Makefile
  294: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  295: 	@case '$?' in \
  296: 	  *config.status*) \
  297: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  298: 	  *) \
  299: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  300: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  301: 	esac;
  302: 
  303: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  304: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  305: 
  306: $(top_srcdir)/configure:  $(am__configure_deps)
  307: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  308: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  309: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  310: $(am__aclocal_m4_deps):
  311: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  312: 	@$(NORMAL_INSTALL)
  313: 	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  314: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  315: 	list2=; for p in $$list; do \
  316: 	  if test -f $$p; then \
  317: 	    list2="$$list2 $$p"; \
  318: 	  else :; fi; \
  319: 	done; \
  320: 	test -z "$$list2" || { \
  321: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  322: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  323: 	}
  324: 
  325: uninstall-libLTLIBRARIES:
  326: 	@$(NORMAL_UNINSTALL)
  327: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  328: 	for p in $$list; do \
  329: 	  $(am__strip_dir) \
  330: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  331: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  332: 	done
  333: 
  334: clean-libLTLIBRARIES:
  335: 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  336: 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  337: 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  338: 	  test "$$dir" != "$$p" || dir=.; \
  339: 	  echo "rm -f \"$${dir}/so_locations\""; \
  340: 	  rm -f "$${dir}/so_locations"; \
  341: 	done
  342: policy_parse.h: policy_parse.c
  343: 	@if test ! -f $@; then \
  344: 	  rm -f policy_parse.c; \
  345: 	  $(MAKE) $(AM_MAKEFLAGS) policy_parse.c; \
  346: 	else :; fi
  347: libipsec.la: $(libipsec_la_OBJECTS) $(libipsec_la_DEPENDENCIES) 
  348: 	$(libipsec_la_LINK) -rpath $(libdir) $(libipsec_la_OBJECTS) $(libipsec_la_LIBADD) $(LIBS)
  349: 
  350: mostlyclean-compile:
  351: 	-rm -f *.$(OBJEXT)
  352: 
  353: distclean-compile:
  354: 	-rm -f *.tab.c
  355: 
  356: include ./$(DEPDIR)/ipsec_dump_policy.Plo
  357: include ./$(DEPDIR)/ipsec_get_policylen.Plo
  358: include ./$(DEPDIR)/ipsec_strerror.Plo
  359: include ./$(DEPDIR)/key_debug.Plo
  360: include ./$(DEPDIR)/pfkey.Plo
  361: include ./$(DEPDIR)/pfkey_dump.Plo
  362: include ./$(DEPDIR)/policy_parse.Plo
  363: include ./$(DEPDIR)/policy_token.Plo
  364: 
  365: .c.o:
  366: 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  367: 	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  368: #	source='$<' object='$@' libtool=no \
  369: #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  370: #	$(COMPILE) -c $<
  371: 
  372: .c.obj:
  373: 	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  374: 	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  375: #	source='$<' object='$@' libtool=no \
  376: #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  377: #	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  378: 
  379: .c.lo:
  380: 	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  381: 	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  382: #	source='$<' object='$@' libtool=yes \
  383: #	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  384: #	$(LTCOMPILE) -c -o $@ $<
  385: 
  386: .l.c:
  387: 	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
  388: 
  389: .y.c:
  390: 	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
  391: 
  392: mostlyclean-libtool:
  393: 	-rm -f *.lo
  394: 
  395: clean-libtool:
  396: 	-rm -rf .libs _libs
  397: install-man3: $(man3_MANS)
  398: 	@$(NORMAL_INSTALL)
  399: 	test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
  400: 	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
  401: 	{ for i in $$list; do echo "$$i"; done; \
  402: 	} | while read p; do \
  403: 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  404: 	  echo "$$d$$p"; echo "$$p"; \
  405: 	done | \
  406: 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  407: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  408: 	sed 'N;N;s,\n, ,g' | { \
  409: 	list=; while read file base inst; do \
  410: 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  411: 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  412: 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  413: 	  fi; \
  414: 	done; \
  415: 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  416: 	while read files; do \
  417: 	  test -z "$$files" || { \
  418: 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  419: 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  420: 	done; }
  421: 
  422: uninstall-man3:
  423: 	@$(NORMAL_UNINSTALL)
  424: 	@list='$(man3_MANS)'; test -n "$(man3dir)" || exit 0; \
  425: 	files=`{ for i in $$list; do echo "$$i"; done; \
  426: 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  427: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  428: 	test -z "$$files" || { \
  429: 	  echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
  430: 	  cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
  431: install-libipsecHEADERS: $(libipsec_HEADERS)
  432: 	@$(NORMAL_INSTALL)
  433: 	test -z "$(libipsecdir)" || $(MKDIR_P) "$(DESTDIR)$(libipsecdir)"
  434: 	@list='$(libipsec_HEADERS)'; test -n "$(libipsecdir)" || list=; \
  435: 	for p in $$list; do \
  436: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  437: 	  echo "$$d$$p"; \
  438: 	done | $(am__base_list) | \
  439: 	while read files; do \
  440: 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libipsecdir)'"; \
  441: 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libipsecdir)" || exit $$?; \
  442: 	done
  443: 
  444: uninstall-libipsecHEADERS:
  445: 	@$(NORMAL_UNINSTALL)
  446: 	@list='$(libipsec_HEADERS)'; test -n "$(libipsecdir)" || list=; \
  447: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  448: 	test -n "$$files" || exit 0; \
  449: 	echo " ( cd '$(DESTDIR)$(libipsecdir)' && rm -f" $$files ")"; \
  450: 	cd "$(DESTDIR)$(libipsecdir)" && rm -f $$files
  451: 
  452: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  453: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  454: 	unique=`for i in $$list; do \
  455: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  456: 	  done | \
  457: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  458: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  459: 	mkid -fID $$unique
  460: tags: TAGS
  461: 
  462: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  463: 		$(TAGS_FILES) $(LISP)
  464: 	set x; \
  465: 	here=`pwd`; \
  466: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  467: 	unique=`for i in $$list; do \
  468: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  469: 	  done | \
  470: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  471: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  472: 	shift; \
  473: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  474: 	  test -n "$$unique" || unique=$$empty_fix; \
  475: 	  if test $$# -gt 0; then \
  476: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  477: 	      "$$@" $$unique; \
  478: 	  else \
  479: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  480: 	      $$unique; \
  481: 	  fi; \
  482: 	fi
  483: ctags: CTAGS
  484: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  485: 		$(TAGS_FILES) $(LISP)
  486: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  487: 	unique=`for i in $$list; do \
  488: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  489: 	  done | \
  490: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  491: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  492: 	test -z "$(CTAGS_ARGS)$$unique" \
  493: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  494: 	     $$unique
  495: 
  496: GTAGS:
  497: 	here=`$(am__cd) $(top_builddir) && pwd` \
  498: 	  && $(am__cd) $(top_srcdir) \
  499: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  500: 
  501: distclean-tags:
  502: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  503: 
  504: distdir: $(DISTFILES)
  505: 	@list='$(MANS)'; if test -n "$$list"; then \
  506: 	  list=`for p in $$list; do \
  507: 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  508: 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  509: 	  if test -n "$$list" && \
  510: 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  511: 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  512: 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
  513: 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  514: 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
  515: 	    exit 1; \
  516: 	  else :; fi; \
  517: 	else :; fi
  518: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  519: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  520: 	list='$(DISTFILES)'; \
  521: 	  dist_files=`for file in $$list; do echo $$file; done | \
  522: 	  sed -e "s|^$$srcdirstrip/||;t" \
  523: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  524: 	case $$dist_files in \
  525: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  526: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  527: 			   sort -u` ;; \
  528: 	esac; \
  529: 	for file in $$dist_files; do \
  530: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  531: 	  if test -d $$d/$$file; then \
  532: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  533: 	    if test -d "$(distdir)/$$file"; then \
  534: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  535: 	    fi; \
  536: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  537: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  538: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  539: 	    fi; \
  540: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  541: 	  else \
  542: 	    test -f "$(distdir)/$$file" \
  543: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  544: 	    || exit 1; \
  545: 	  fi; \
  546: 	done
  547: check-am: all-am
  548: check: $(BUILT_SOURCES)
  549: 	$(MAKE) $(AM_MAKEFLAGS) check-am
  550: all-am: Makefile $(LTLIBRARIES) $(MANS) $(HEADERS)
  551: installdirs:
  552: 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(libipsecdir)"; do \
  553: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  554: 	done
  555: install: $(BUILT_SOURCES)
  556: 	$(MAKE) $(AM_MAKEFLAGS) install-am
  557: install-exec: install-exec-am
  558: install-data: install-data-am
  559: uninstall: uninstall-am
  560: 
  561: install-am: all-am
  562: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  563: 
  564: installcheck: installcheck-am
  565: install-strip:
  566: 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  567: 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  568: 	  `test -z '$(STRIP)' || \
  569: 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  570: mostlyclean-generic:
  571: 
  572: clean-generic:
  573: 
  574: distclean-generic:
  575: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  576: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  577: 
  578: maintainer-clean-generic:
  579: 	@echo "This command is intended for maintainers to use"
  580: 	@echo "it deletes files that may require special tools to rebuild."
  581: 	-rm -f policy_parse.c
  582: 	-rm -f policy_parse.h
  583: 	-rm -f policy_token.c
  584: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  585: clean: clean-am
  586: 
  587: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  588: 	mostlyclean-am
  589: 
  590: distclean: distclean-am
  591: 	-rm -rf ./$(DEPDIR)
  592: 	-rm -f Makefile
  593: distclean-am: clean-am distclean-compile distclean-generic \
  594: 	distclean-tags
  595: 
  596: dvi: dvi-am
  597: 
  598: dvi-am:
  599: 
  600: html: html-am
  601: 
  602: html-am:
  603: 
  604: info: info-am
  605: 
  606: info-am:
  607: 
  608: install-data-am: install-libipsecHEADERS install-man
  609: 
  610: install-dvi: install-dvi-am
  611: 
  612: install-dvi-am:
  613: 
  614: install-exec-am: install-libLTLIBRARIES
  615: 
  616: install-html: install-html-am
  617: 
  618: install-html-am:
  619: 
  620: install-info: install-info-am
  621: 
  622: install-info-am:
  623: 
  624: install-man: install-man3
  625: 
  626: install-pdf: install-pdf-am
  627: 
  628: install-pdf-am:
  629: 
  630: install-ps: install-ps-am
  631: 
  632: install-ps-am:
  633: 
  634: installcheck-am:
  635: 
  636: maintainer-clean: maintainer-clean-am
  637: 	-rm -rf ./$(DEPDIR)
  638: 	-rm -f Makefile
  639: maintainer-clean-am: distclean-am maintainer-clean-generic
  640: 
  641: mostlyclean: mostlyclean-am
  642: 
  643: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  644: 	mostlyclean-libtool
  645: 
  646: pdf: pdf-am
  647: 
  648: pdf-am:
  649: 
  650: ps: ps-am
  651: 
  652: ps-am:
  653: 
  654: uninstall-am: uninstall-libLTLIBRARIES uninstall-libipsecHEADERS \
  655: 	uninstall-man
  656: 
  657: uninstall-man: uninstall-man3
  658: 
  659: .MAKE: all check install install-am install-strip
  660: 
  661: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  662: 	clean-libLTLIBRARIES clean-libtool ctags distclean \
  663: 	distclean-compile distclean-generic distclean-libtool \
  664: 	distclean-tags distdir dvi dvi-am html html-am info info-am \
  665: 	install install-am install-data install-data-am install-dvi \
  666: 	install-dvi-am install-exec install-exec-am install-html \
  667: 	install-html-am install-info install-info-am \
  668: 	install-libLTLIBRARIES install-libipsecHEADERS install-man \
  669: 	install-man3 install-pdf install-pdf-am install-ps \
  670: 	install-ps-am install-strip installcheck installcheck-am \
  671: 	installdirs maintainer-clean maintainer-clean-generic \
  672: 	mostlyclean mostlyclean-compile mostlyclean-generic \
  673: 	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
  674: 	uninstall-am uninstall-libLTLIBRARIES \
  675: 	uninstall-libipsecHEADERS uninstall-man uninstall-man3
  676: 
  677: 
  678: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  679: # Otherwise a system limit (for SysV at least) may be exceeded.
  680: .NOEXPORT:

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