Annotation of embedaddon/ipsec-tools/src/include-glibc/Makefile, revision 1.1

1.1     ! misho       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
        !             2: # src/include-glibc/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: pkgdatadir = $(datadir)/ipsec-tools
        !            19: pkgincludedir = $(includedir)/ipsec-tools
        !            20: pkglibdir = $(libdir)/ipsec-tools
        !            21: pkglibexecdir = $(libexecdir)/ipsec-tools
        !            22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            23: install_sh_DATA = $(install_sh) -c -m 644
        !            24: install_sh_PROGRAM = $(install_sh) -c
        !            25: install_sh_SCRIPT = $(install_sh) -c
        !            26: INSTALL_HEADER = $(INSTALL_DATA)
        !            27: transform = $(program_transform_name)
        !            28: NORMAL_INSTALL = :
        !            29: PRE_INSTALL = :
        !            30: POST_INSTALL = :
        !            31: NORMAL_UNINSTALL = :
        !            32: PRE_UNINSTALL = :
        !            33: POST_UNINSTALL = :
        !            34: build_triplet = i386-portbld-freebsd10.0
        !            35: host_triplet = i386-portbld-freebsd10.0
        !            36: subdir = src/include-glibc
        !            37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
        !            38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            39: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
        !            40:        $(top_srcdir)/configure.ac
        !            41: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            42:        $(ACLOCAL_M4)
        !            43: mkinstalldirs = $(install_sh) -d
        !            44: CONFIG_HEADER = $(top_builddir)/config.h
        !            45: CONFIG_CLEAN_FILES =
        !            46: CONFIG_CLEAN_VPATH_FILES =
        !            47: SOURCES =
        !            48: DIST_SOURCES =
        !            49: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !            50: ACLOCAL = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run aclocal-1.11
        !            51: AMTAR = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run tar
        !            52: AR = ar
        !            53: AUTOCONF = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoconf
        !            54: AUTOHEADER = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoheader
        !            55: AUTOMAKE = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run automake-1.11
        !            56: AWK = gawk
        !            57: CC = cc
        !            58: CCDEPMODE = depmode=gcc3
        !            59: CFLAGS = -pipe -g  -Wall -Werror -Wno-unused
        !            60: CONFIGURE_AMFLAGS = 
        !            61: CPP = cpp
        !            62: CPPFLAGS =   -I${top_srcdir}/src/racoon/missing
        !            63: CRYPTOBJS = 
        !            64: CYGPATH_W = echo
        !            65: DEFS = -DHAVE_CONFIG_H
        !            66: DEPDIR = .deps
        !            67: DSYMUTIL = 
        !            68: DUMPBIN = 
        !            69: ECHO_C = 
        !            70: ECHO_N = -n
        !            71: ECHO_T = 
        !            72: EGREP = /usr/bin/grep -E
        !            73: EXEEXT = 
        !            74: EXTRA_CRYPTO = 
        !            75: FGREP = /usr/bin/grep -F
        !            76: FRAG_OBJS = isakmp_frag.o
        !            77: GLIBC_BUGS = 
        !            78: GREP = /usr/bin/grep
        !            79: HYBRID_OBJS = isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o
        !            80: INCLUDE_GLIBC = 
        !            81: INSTALL = /usr/bin/install -c -o root -g wheel
        !            82: INSTALL_DATA = install  -o root -g wheel -m 444
        !            83: INSTALL_OPTS = 
        !            84: INSTALL_PROGRAM = install   -o root -g wheel -m 555
        !            85: INSTALL_SCRIPT = install  -o root -g wheel -m 555
        !            86: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
        !            87: KERNEL_INCLUDE = 
        !            88: KRB5_CONFIG = /usr/bin/krb5-config
        !            89: LD = /usr/bin/ld
        !            90: LDFLAGS =  -rpath=/usr/lib:/usr/local/lib
        !            91: LEX = flex
        !            92: LEXLIB = -lfl
        !            93: LEX_OUTPUT_ROOT = lex.yy
        !            94: LIBOBJS = 
        !            95: LIBS = -lradius -lcrypto  -lreadline -lcrypt -lcrypt -L/lib -R/lib -lradius
        !            96: LIBTOOL = $(SHELL) /usr/local/bin/libtool
        !            97: LIPO = 
        !            98: LN_S = ln -s
        !            99: LTLIBOBJS = 
        !           100: MAKEINFO = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run makeinfo
        !           101: MKDIR_P = ../.././install-sh -c -d
        !           102: NATT_OBJS = nattraversal.o
        !           103: NM = /usr/bin/nm -B
        !           104: NMEDIT = 
        !           105: OBJDUMP = objdump
        !           106: OBJEXT = o
        !           107: OTOOL = 
        !           108: OTOOL64 = 
        !           109: PACKAGE = ipsec-tools
        !           110: PACKAGE_BUGREPORT = 
        !           111: PACKAGE_NAME = ipsec-tools
        !           112: PACKAGE_STRING = ipsec-tools 0.8.0
        !           113: PACKAGE_TARNAME = ipsec-tools
        !           114: PACKAGE_URL = 
        !           115: PACKAGE_VERSION = 0.8.0
        !           116: PATH_SEPARATOR = :
        !           117: RANLIB = ranlib
        !           118: RPM = 
        !           119: SECCTX_OBJS = 
        !           120: SED = /usr/bin/sed
        !           121: SET_MAKE = 
        !           122: SHELL = /bin/sh
        !           123: STRIP = strip
        !           124: VERSION = 0.8.0
        !           125: YACC = bison -y
        !           126: YFLAGS = 
        !           127: abs_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/include-glibc
        !           128: abs_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/src/include-glibc
        !           129: abs_top_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
        !           130: abs_top_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
        !           131: ac_ct_CC = cc
        !           132: ac_ct_DUMPBIN = 
        !           133: am__include = include
        !           134: am__leading_dot = .
        !           135: am__quote = 
        !           136: am__tar = ${AMTAR} chof - "$$tardir"
        !           137: am__untar = ${AMTAR} xf -
        !           138: bindir = ${exec_prefix}/bin
        !           139: build = i386-portbld-freebsd10.0
        !           140: build_alias = i386-portbld-freebsd10.0
        !           141: build_cpu = i386
        !           142: build_os = freebsd10.0
        !           143: build_vendor = portbld
        !           144: builddir = .
        !           145: datadir = ${datarootdir}
        !           146: datarootdir = ${prefix}/share
        !           147: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
        !           148: dvidir = ${docdir}
        !           149: exec_prefix = ${prefix}
        !           150: host = i386-portbld-freebsd10.0
        !           151: host_alias = 
        !           152: host_cpu = i386
        !           153: host_os = freebsd10.0
        !           154: host_vendor = portbld
        !           155: htmldir = ${docdir}
        !           156: include_racoondir = ${prefix}/include/racoon
        !           157: includedir = ${prefix}/include
        !           158: infodir = /usr/local/info
        !           159: install_sh = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/install-sh
        !           160: libdir = ${exec_prefix}/lib
        !           161: libexecdir = ${exec_prefix}/libexec
        !           162: localedir = ${datarootdir}/locale
        !           163: localstatedir = /var/db
        !           164: lt_ECHO = echo
        !           165: mandir = /usr/local/man
        !           166: mkdir_p = $(top_builddir)/./install-sh -c -d
        !           167: oldincludedir = /usr/include
        !           168: pdfdir = ${docdir}
        !           169: prefix = /usr/local
        !           170: program_transform_name = s,x,x,
        !           171: psdir = ${docdir}
        !           172: sbindir = ${exec_prefix}/sbin
        !           173: sharedstatedir = ${prefix}/com
        !           174: srcdir = .
        !           175: sysconfdir = /usr/local/etc/racoon
        !           176: target_alias = 
        !           177: top_build_prefix = ../../
        !           178: top_builddir = ../..
        !           179: top_srcdir = ../..
        !           180: EXTRA_DIST = \
        !           181:   glibc-bugs.h \
        !           182:   net/pfkeyv2.h \
        !           183:   netinet/ipsec.h \
        !           184:   sys/queue.h
        !           185: 
        !           186: DISTCLEANFILES = .includes linux
        !           187: all: all-am
        !           188: 
        !           189: .SUFFIXES:
        !           190: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           191:        @for dep in $?; do \
        !           192:          case '$(am__configure_deps)' in \
        !           193:            *$$dep*) \
        !           194:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
        !           195:                && { if test -f $@; then exit 0; else break; fi; }; \
        !           196:              exit 1;; \
        !           197:          esac; \
        !           198:        done; \
        !           199:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include-glibc/Makefile'; \
        !           200:        $(am__cd) $(top_srcdir) && \
        !           201:          $(AUTOMAKE) --foreign src/include-glibc/Makefile
        !           202: .PRECIOUS: Makefile
        !           203: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           204:        @case '$?' in \
        !           205:          *config.status*) \
        !           206:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
        !           207:          *) \
        !           208:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
        !           209:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        !           210:        esac;
        !           211: 
        !           212: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           213:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           214: 
        !           215: $(top_srcdir)/configure:  $(am__configure_deps)
        !           216:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           217: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           218:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
        !           219: $(am__aclocal_m4_deps):
        !           220: 
        !           221: mostlyclean-libtool:
        !           222:        -rm -f *.lo
        !           223: 
        !           224: clean-libtool:
        !           225:        -rm -rf .libs _libs
        !           226: tags: TAGS
        !           227: TAGS:
        !           228: 
        !           229: ctags: CTAGS
        !           230: CTAGS:
        !           231: 
        !           232: 
        !           233: distdir: $(DISTFILES)
        !           234:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           235:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           236:        list='$(DISTFILES)'; \
        !           237:          dist_files=`for file in $$list; do echo $$file; done | \
        !           238:          sed -e "s|^$$srcdirstrip/||;t" \
        !           239:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           240:        case $$dist_files in \
        !           241:          */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           242:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           243:                           sort -u` ;; \
        !           244:        esac; \
        !           245:        for file in $$dist_files; do \
        !           246:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           247:          if test -d $$d/$$file; then \
        !           248:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           249:            if test -d "$(distdir)/$$file"; then \
        !           250:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           251:            fi; \
        !           252:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           253:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           254:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           255:            fi; \
        !           256:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           257:          else \
        !           258:            test -f "$(distdir)/$$file" \
        !           259:            || cp -p $$d/$$file "$(distdir)/$$file" \
        !           260:            || exit 1; \
        !           261:          fi; \
        !           262:        done
        !           263: check-am: all-am
        !           264: check: check-am
        !           265: all-am: Makefile
        !           266: installdirs:
        !           267: install: install-am
        !           268: install-exec: install-exec-am
        !           269: install-data: install-data-am
        !           270: uninstall: uninstall-am
        !           271: 
        !           272: install-am: all-am
        !           273:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           274: 
        !           275: installcheck: installcheck-am
        !           276: install-strip:
        !           277:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           278:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           279:          `test -z '$(STRIP)' || \
        !           280:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           281: mostlyclean-generic:
        !           282: 
        !           283: clean-generic:
        !           284: 
        !           285: distclean-generic:
        !           286:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           287:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           288:        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
        !           289: 
        !           290: maintainer-clean-generic:
        !           291:        @echo "This command is intended for maintainers to use"
        !           292:        @echo "it deletes files that may require special tools to rebuild."
        !           293: clean: clean-am
        !           294: 
        !           295: clean-am: clean-generic clean-libtool mostlyclean-am
        !           296: 
        !           297: distclean: distclean-am
        !           298:        -rm -f Makefile
        !           299: distclean-am: clean-am distclean-generic
        !           300: 
        !           301: dvi: dvi-am
        !           302: 
        !           303: dvi-am:
        !           304: 
        !           305: html: html-am
        !           306: 
        !           307: html-am:
        !           308: 
        !           309: info: info-am
        !           310: 
        !           311: info-am:
        !           312: 
        !           313: install-data-am:
        !           314: 
        !           315: install-dvi: install-dvi-am
        !           316: 
        !           317: install-dvi-am:
        !           318: 
        !           319: install-exec-am:
        !           320: 
        !           321: install-html: install-html-am
        !           322: 
        !           323: install-html-am:
        !           324: 
        !           325: install-info: install-info-am
        !           326: 
        !           327: install-info-am:
        !           328: 
        !           329: install-man:
        !           330: 
        !           331: install-pdf: install-pdf-am
        !           332: 
        !           333: install-pdf-am:
        !           334: 
        !           335: install-ps: install-ps-am
        !           336: 
        !           337: install-ps-am:
        !           338: 
        !           339: installcheck-am:
        !           340: 
        !           341: maintainer-clean: maintainer-clean-am
        !           342:        -rm -f Makefile
        !           343: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           344: 
        !           345: mostlyclean: mostlyclean-am
        !           346: 
        !           347: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
        !           348: 
        !           349: pdf: pdf-am
        !           350: 
        !           351: pdf-am:
        !           352: 
        !           353: ps: ps-am
        !           354: 
        !           355: ps-am:
        !           356: 
        !           357: uninstall-am:
        !           358: 
        !           359: .MAKE: install-am install-strip
        !           360: 
        !           361: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
        !           362:        distclean distclean-generic distclean-libtool distdir dvi \
        !           363:        dvi-am html html-am info info-am install install-am \
        !           364:        install-data install-data-am install-dvi install-dvi-am \
        !           365:        install-exec install-exec-am install-html install-html-am \
        !           366:        install-info install-info-am install-man install-pdf \
        !           367:        install-pdf-am install-ps install-ps-am install-strip \
        !           368:        installcheck installcheck-am installdirs maintainer-clean \
        !           369:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           370:        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
        !           371: 
        !           372: 
        !           373: .includes: ${top_builddir}/config.status
        !           374:        ln -sf $(KERNEL_INCLUDE)/linux
        !           375:        touch .includes
        !           376: 
        !           377: all: .includes
        !           378: 
        !           379: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           380: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           381: .NOEXPORT:

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