Annotation of embedaddon/ipsec-tools/Makefile, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
                      2: # 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 = .
                     37: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
                     38:        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
                     39:        $(srcdir)/package_version.h.in $(top_srcdir)/configure \
                     40:        $(top_srcdir)/src/racoon/samples/psk.txt.in \
                     41:        $(top_srcdir)/src/racoon/samples/racoon.conf.in NEWS \
                     42:        config.guess config.sub depcomp install-sh ltmain.sh missing \
                     43:        ylwrap
                     44: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     45: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
                     46:        $(top_srcdir)/configure.ac
                     47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     48:        $(ACLOCAL_M4)
                     49: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     50:  configure.lineno config.status.lineno
                     51: mkinstalldirs = $(install_sh) -d
                     52: CONFIG_HEADER = config.h
                     53: CONFIG_CLEAN_FILES = package_version.h src/racoon/samples/psk.txt \
                     54:        src/racoon/samples/racoon.conf
                     55: CONFIG_CLEAN_VPATH_FILES =
                     56: SOURCES =
                     57: DIST_SOURCES =
                     58: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     59:        html-recursive info-recursive install-data-recursive \
                     60:        install-dvi-recursive install-exec-recursive \
                     61:        install-html-recursive install-info-recursive \
                     62:        install-pdf-recursive install-ps-recursive install-recursive \
                     63:        installcheck-recursive installdirs-recursive pdf-recursive \
                     64:        ps-recursive uninstall-recursive
                     65: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                     66:   distclean-recursive maintainer-clean-recursive
                     67: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                     68:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                     69:        distdir dist dist-all distcheck
                     70: ETAGS = etags
                     71: CTAGS = ctags
                     72: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     73: distdir = $(PACKAGE)-$(VERSION)
                     74: top_distdir = $(distdir)
                     75: am__remove_distdir = \
                     76:   { test ! -d "$(distdir)" \
                     77:     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                     78:          && rm -fr "$(distdir)"; }; }
                     79: am__relativize = \
                     80:   dir0=`pwd`; \
                     81:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                     82:   sed_rest='s,^[^/]*/*,,'; \
                     83:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                     84:   sed_butlast='s,/*[^/]*$$,,'; \
                     85:   while test -n "$$dir1"; do \
                     86:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                     87:     if test "$$first" != "."; then \
                     88:       if test "$$first" = ".."; then \
                     89:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                     90:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                     91:       else \
                     92:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                     93:         if test "$$first2" = "$$first"; then \
                     94:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                     95:         else \
                     96:           dir2="../$$dir2"; \
                     97:         fi; \
                     98:         dir0="$$dir0"/"$$first"; \
                     99:       fi; \
                    100:     fi; \
                    101:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    102:   done; \
                    103:   reldir="$$dir2"
                    104: DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
                    105: GZIP_ENV = --best
                    106: distuninstallcheck_listfiles = find . -type f -print
                    107: distcleancheck_listfiles = find . -type f -print
                    108: ACLOCAL = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run aclocal-1.11
                    109: AMTAR = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run tar
                    110: AR = ar
                    111: AUTOCONF = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoconf
                    112: AUTOHEADER = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run autoheader
                    113: AUTOMAKE = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run automake-1.11
                    114: AWK = gawk
                    115: CC = cc
                    116: CCDEPMODE = depmode=gcc3
                    117: CFLAGS = -pipe -g  -Wall -Werror -Wno-unused
                    118: CONFIGURE_AMFLAGS = 
                    119: CPP = cpp
                    120: CPPFLAGS =   -I${top_srcdir}/src/racoon/missing
                    121: CRYPTOBJS = 
                    122: CYGPATH_W = echo
                    123: DEFS = -DHAVE_CONFIG_H
                    124: DEPDIR = .deps
                    125: DSYMUTIL = 
                    126: DUMPBIN = 
                    127: ECHO_C = 
                    128: ECHO_N = -n
                    129: ECHO_T = 
                    130: EGREP = /usr/bin/grep -E
                    131: EXEEXT = 
                    132: EXTRA_CRYPTO = 
                    133: FGREP = /usr/bin/grep -F
                    134: FRAG_OBJS = isakmp_frag.o
                    135: GLIBC_BUGS = 
                    136: GREP = /usr/bin/grep
                    137: HYBRID_OBJS = isakmp_xauth.o isakmp_cfg.o isakmp_unity.o throttle.o
                    138: INCLUDE_GLIBC = 
                    139: INSTALL = /usr/bin/install -c -o root -g wheel
                    140: INSTALL_DATA = install  -o root -g wheel -m 444
                    141: INSTALL_OPTS = 
                    142: INSTALL_PROGRAM = install   -o root -g wheel -m 555
                    143: INSTALL_SCRIPT = install  -o root -g wheel -m 555
                    144: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
                    145: KERNEL_INCLUDE = 
                    146: KRB5_CONFIG = /usr/bin/krb5-config
                    147: LD = /usr/bin/ld
                    148: LDFLAGS =  -rpath=/usr/lib:/usr/local/lib
                    149: LEX = flex
                    150: LEXLIB = -lfl
                    151: LEX_OUTPUT_ROOT = lex.yy
                    152: LIBOBJS = 
                    153: LIBS = -lradius -lcrypto  -lreadline -lcrypt -lcrypt -L/lib -R/lib -lradius
                    154: LIBTOOL = $(SHELL) /usr/local/bin/libtool
                    155: LIPO = 
                    156: LN_S = ln -s
                    157: LTLIBOBJS = 
                    158: MAKEINFO = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/missing --run makeinfo
                    159: MKDIR_P = ./install-sh -c -d
                    160: NATT_OBJS = nattraversal.o
                    161: NM = /usr/bin/nm -B
                    162: NMEDIT = 
                    163: OBJDUMP = objdump
                    164: OBJEXT = o
                    165: OTOOL = 
                    166: OTOOL64 = 
                    167: PACKAGE = ipsec-tools
                    168: PACKAGE_BUGREPORT = 
                    169: PACKAGE_NAME = ipsec-tools
                    170: PACKAGE_STRING = ipsec-tools 0.8.0
                    171: PACKAGE_TARNAME = ipsec-tools
                    172: PACKAGE_URL = 
                    173: PACKAGE_VERSION = 0.8.0
                    174: PATH_SEPARATOR = :
                    175: RANLIB = ranlib
                    176: RPM = 
                    177: SECCTX_OBJS = 
                    178: SED = /usr/bin/sed
                    179: SET_MAKE = 
                    180: SHELL = /bin/sh
                    181: STRIP = strip
                    182: VERSION = 0.8.0
                    183: YACC = bison -y
                    184: YFLAGS = 
                    185: abs_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
                    186: abs_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
                    187: abs_top_builddir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
                    188: abs_top_srcdir = /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0
                    189: ac_ct_CC = cc
                    190: ac_ct_DUMPBIN = 
                    191: am__include = include
                    192: am__leading_dot = .
                    193: am__quote = 
                    194: am__tar = ${AMTAR} chof - "$$tardir"
                    195: am__untar = ${AMTAR} xf -
                    196: bindir = ${exec_prefix}/bin
                    197: build = i386-portbld-freebsd10.0
                    198: build_alias = i386-portbld-freebsd10.0
                    199: build_cpu = i386
                    200: build_os = freebsd10.0
                    201: build_vendor = portbld
                    202: builddir = .
                    203: datadir = ${datarootdir}
                    204: datarootdir = ${prefix}/share
                    205: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
                    206: dvidir = ${docdir}
                    207: exec_prefix = ${prefix}
                    208: host = i386-portbld-freebsd10.0
                    209: host_alias = 
                    210: host_cpu = i386
                    211: host_os = freebsd10.0
                    212: host_vendor = portbld
                    213: htmldir = ${docdir}
                    214: include_racoondir = ${prefix}/include/racoon
                    215: includedir = ${prefix}/include
                    216: infodir = /usr/local/info
                    217: install_sh = ${SHELL} /usr/ports/security/ipsec-tools/work/ipsec-tools-0.8.0/install-sh
                    218: libdir = ${exec_prefix}/lib
                    219: libexecdir = ${exec_prefix}/libexec
                    220: localedir = ${datarootdir}/locale
                    221: localstatedir = /var/db
                    222: lt_ECHO = echo
                    223: mandir = /usr/local/man
                    224: mkdir_p = $(top_builddir)/./install-sh -c -d
                    225: oldincludedir = /usr/include
                    226: pdfdir = ${docdir}
                    227: prefix = /usr/local
                    228: program_transform_name = s,x,x,
                    229: psdir = ${docdir}
                    230: sbindir = ${exec_prefix}/sbin
                    231: sharedstatedir = ${prefix}/com
                    232: srcdir = .
                    233: sysconfdir = /usr/local/etc/racoon
                    234: target_alias = 
                    235: top_build_prefix = 
                    236: top_builddir = .
                    237: top_srcdir = .
                    238: SUBDIRS = src 
                    239: DIST_SUBDIRS = src rpm
                    240: EXTRA_DIST = bootstrap README NEWS depcomp ChangeLog ChangeLog.old
                    241: MAINTAINERCLEANFILES = ChangeLog
                    242: all: config.h
                    243:        $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    244: 
                    245: .SUFFIXES:
                    246: am--refresh:
                    247:        @:
                    248: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    249:        @for dep in $?; do \
                    250:          case '$(am__configure_deps)' in \
                    251:            *$$dep*) \
                    252:              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
                    253:              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                    254:                && exit 0; \
                    255:              exit 1;; \
                    256:          esac; \
                    257:        done; \
                    258:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
                    259:        $(am__cd) $(top_srcdir) && \
                    260:          $(AUTOMAKE) --foreign Makefile
                    261: .PRECIOUS: Makefile
                    262: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    263:        @case '$?' in \
                    264:          *config.status*) \
                    265:            echo ' $(SHELL) ./config.status'; \
                    266:            $(SHELL) ./config.status;; \
                    267:          *) \
                    268:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    269:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    270:        esac;
                    271: 
                    272: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    273:        $(SHELL) ./config.status --recheck
                    274: 
                    275: $(top_srcdir)/configure:  $(am__configure_deps)
                    276:        $(am__cd) $(srcdir) && $(AUTOCONF)
                    277: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    278:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    279: $(am__aclocal_m4_deps):
                    280: 
                    281: config.h: stamp-h1
                    282:        @if test ! -f $@; then \
                    283:          rm -f stamp-h1; \
                    284:          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
                    285:        else :; fi
                    286: 
                    287: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
                    288:        @rm -f stamp-h1
                    289:        cd $(top_builddir) && $(SHELL) ./config.status config.h
                    290: $(srcdir)/config.h.in:  $(am__configure_deps) 
                    291:        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
                    292:        rm -f stamp-h1
                    293:        touch $@
                    294: 
                    295: distclean-hdr:
                    296:        -rm -f config.h stamp-h1
                    297: package_version.h: $(top_builddir)/config.status $(srcdir)/package_version.h.in
                    298:        cd $(top_builddir) && $(SHELL) ./config.status $@
                    299: src/racoon/samples/psk.txt: $(top_builddir)/config.status $(top_srcdir)/src/racoon/samples/psk.txt.in
                    300:        cd $(top_builddir) && $(SHELL) ./config.status $@
                    301: src/racoon/samples/racoon.conf: $(top_builddir)/config.status $(top_srcdir)/src/racoon/samples/racoon.conf.in
                    302:        cd $(top_builddir) && $(SHELL) ./config.status $@
                    303: 
                    304: mostlyclean-libtool:
                    305:        -rm -f *.lo
                    306: 
                    307: clean-libtool:
                    308:        -rm -rf .libs _libs
                    309: 
                    310: distclean-libtool:
                    311:        -rm -f libtool config.lt
                    312: 
                    313: # This directory's subdirectories are mostly independent; you can cd
                    314: # into them and run `make' without going through this Makefile.
                    315: # To change the values of `make' variables: instead of editing Makefiles,
                    316: # (1) if the variable is set in `config.status', edit `config.status'
                    317: #     (which will cause the Makefiles to be regenerated when you run `make');
                    318: # (2) otherwise, pass the desired values on the `make' command line.
                    319: $(RECURSIVE_TARGETS):
                    320:        @fail= failcom='exit 1'; \
                    321:        for f in x $$MAKEFLAGS; do \
                    322:          case $$f in \
                    323:            *=* | --[!k]*);; \
                    324:            *k*) failcom='fail=yes';; \
                    325:          esac; \
                    326:        done; \
                    327:        dot_seen=no; \
                    328:        target=`echo $@ | sed s/-recursive//`; \
                    329:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    330:          echo "Making $$target in $$subdir"; \
                    331:          if test "$$subdir" = "."; then \
                    332:            dot_seen=yes; \
                    333:            local_target="$$target-am"; \
                    334:          else \
                    335:            local_target="$$target"; \
                    336:          fi; \
                    337:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    338:          || eval $$failcom; \
                    339:        done; \
                    340:        if test "$$dot_seen" = "no"; then \
                    341:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    342:        fi; test -z "$$fail"
                    343: 
                    344: $(RECURSIVE_CLEAN_TARGETS):
                    345:        @fail= failcom='exit 1'; \
                    346:        for f in x $$MAKEFLAGS; do \
                    347:          case $$f in \
                    348:            *=* | --[!k]*);; \
                    349:            *k*) failcom='fail=yes';; \
                    350:          esac; \
                    351:        done; \
                    352:        dot_seen=no; \
                    353:        case "$@" in \
                    354:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    355:          *) list='$(SUBDIRS)' ;; \
                    356:        esac; \
                    357:        rev=''; for subdir in $$list; do \
                    358:          if test "$$subdir" = "."; then :; else \
                    359:            rev="$$subdir $$rev"; \
                    360:          fi; \
                    361:        done; \
                    362:        rev="$$rev ."; \
                    363:        target=`echo $@ | sed s/-recursive//`; \
                    364:        for subdir in $$rev; do \
                    365:          echo "Making $$target in $$subdir"; \
                    366:          if test "$$subdir" = "."; then \
                    367:            local_target="$$target-am"; \
                    368:          else \
                    369:            local_target="$$target"; \
                    370:          fi; \
                    371:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    372:          || eval $$failcom; \
                    373:        done && test -z "$$fail"
                    374: tags-recursive:
                    375:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    376:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    377:        done
                    378: ctags-recursive:
                    379:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    380:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    381:        done
                    382: 
                    383: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    384:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    385:        unique=`for i in $$list; do \
                    386:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    387:          done | \
                    388:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    389:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    390:        mkid -fID $$unique
                    391: tags: TAGS
                    392: 
                    393: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                    394:                $(TAGS_FILES) $(LISP)
                    395:        set x; \
                    396:        here=`pwd`; \
                    397:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    398:          include_option=--etags-include; \
                    399:          empty_fix=.; \
                    400:        else \
                    401:          include_option=--include; \
                    402:          empty_fix=; \
                    403:        fi; \
                    404:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    405:          if test "$$subdir" = .; then :; else \
                    406:            test ! -f $$subdir/TAGS || \
                    407:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    408:          fi; \
                    409:        done; \
                    410:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
                    411:        unique=`for i in $$list; do \
                    412:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    413:          done | \
                    414:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    415:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    416:        shift; \
                    417:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    418:          test -n "$$unique" || unique=$$empty_fix; \
                    419:          if test $$# -gt 0; then \
                    420:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    421:              "$$@" $$unique; \
                    422:          else \
                    423:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    424:              $$unique; \
                    425:          fi; \
                    426:        fi
                    427: ctags: CTAGS
                    428: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                    429:                $(TAGS_FILES) $(LISP)
                    430:        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
                    431:        unique=`for i in $$list; do \
                    432:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    433:          done | \
                    434:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    435:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    436:        test -z "$(CTAGS_ARGS)$$unique" \
                    437:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    438:             $$unique
                    439: 
                    440: GTAGS:
                    441:        here=`$(am__cd) $(top_builddir) && pwd` \
                    442:          && $(am__cd) $(top_srcdir) \
                    443:          && gtags -i $(GTAGS_ARGS) "$$here"
                    444: 
                    445: distclean-tags:
                    446:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    447: 
                    448: distdir: $(DISTFILES)
                    449:        $(am__remove_distdir)
                    450:        test -d "$(distdir)" || mkdir "$(distdir)"
                    451:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    452:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    453:        list='$(DISTFILES)'; \
                    454:          dist_files=`for file in $$list; do echo $$file; done | \
                    455:          sed -e "s|^$$srcdirstrip/||;t" \
                    456:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    457:        case $$dist_files in \
                    458:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    459:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    460:                           sort -u` ;; \
                    461:        esac; \
                    462:        for file in $$dist_files; do \
                    463:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    464:          if test -d $$d/$$file; then \
                    465:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    466:            if test -d "$(distdir)/$$file"; then \
                    467:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    468:            fi; \
                    469:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    470:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    471:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    472:            fi; \
                    473:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    474:          else \
                    475:            test -f "$(distdir)/$$file" \
                    476:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    477:            || exit 1; \
                    478:          fi; \
                    479:        done
                    480:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    481:          if test "$$subdir" = .; then :; else \
                    482:            test -d "$(distdir)/$$subdir" \
                    483:            || $(MKDIR_P) "$(distdir)/$$subdir" \
                    484:            || exit 1; \
                    485:          fi; \
                    486:        done
                    487:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    488:          if test "$$subdir" = .; then :; else \
                    489:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    490:            $(am__relativize); \
                    491:            new_distdir=$$reldir; \
                    492:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    493:            $(am__relativize); \
                    494:            new_top_distdir=$$reldir; \
                    495:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    496:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    497:            ($(am__cd) $$subdir && \
                    498:              $(MAKE) $(AM_MAKEFLAGS) \
                    499:                top_distdir="$$new_top_distdir" \
                    500:                distdir="$$new_distdir" \
                    501:                am__remove_distdir=: \
                    502:                am__skip_length_check=: \
                    503:                am__skip_mode_fix=: \
                    504:                distdir) \
                    505:              || exit 1; \
                    506:          fi; \
                    507:        done
                    508:        -test -n "$(am__skip_mode_fix)" \
                    509:        || find "$(distdir)" -type d ! -perm -755 \
                    510:                -exec chmod u+rwx,go+rx {} \; -o \
                    511:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    512:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    513:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    514:        || chmod -R a+r "$(distdir)"
                    515: dist-gzip: distdir
                    516:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    517:        $(am__remove_distdir)
                    518: dist-bzip2: distdir
                    519:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                    520:        $(am__remove_distdir)
                    521: 
                    522: dist-lzma: distdir
                    523:        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
                    524:        $(am__remove_distdir)
                    525: 
                    526: dist-xz: distdir
                    527:        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
                    528:        $(am__remove_distdir)
                    529: 
                    530: dist-tarZ: distdir
                    531:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    532:        $(am__remove_distdir)
                    533: 
                    534: dist-shar: distdir
                    535:        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    536:        $(am__remove_distdir)
                    537: 
                    538: dist-zip: distdir
                    539:        -rm -f $(distdir).zip
                    540:        zip -rq $(distdir).zip $(distdir)
                    541:        $(am__remove_distdir)
                    542: 
                    543: dist dist-all: distdir
                    544:        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    545:        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                    546:        $(am__remove_distdir)
                    547: 
                    548: # This target untars the dist file and tries a VPATH configuration.  Then
                    549: # it guarantees that the distribution is self-contained by making another
                    550: # tarfile.
                    551: distcheck: dist
                    552:        case '$(DIST_ARCHIVES)' in \
                    553:        *.tar.gz*) \
                    554:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
                    555:        *.tar.bz2*) \
                    556:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
                    557:        *.tar.lzma*) \
                    558:          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
                    559:        *.tar.xz*) \
                    560:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
                    561:        *.tar.Z*) \
                    562:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    563:        *.shar.gz*) \
                    564:          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
                    565:        *.zip*) \
                    566:          unzip $(distdir).zip ;;\
                    567:        esac
                    568:        chmod -R a-w $(distdir); chmod a+w $(distdir)
                    569:        mkdir $(distdir)/_build
                    570:        mkdir $(distdir)/_inst
                    571:        chmod a-w $(distdir)
                    572:        test -d $(distdir)/_build || exit 0; \
                    573:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    574:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
                    575:          && am__cwd=`pwd` \
                    576:          && $(am__cd) $(distdir)/_build \
                    577:          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    578:            $(DISTCHECK_CONFIGURE_FLAGS) \
                    579:          && $(MAKE) $(AM_MAKEFLAGS) \
                    580:          && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    581:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    582:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    583:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    584:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    585:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    586:                distuninstallcheck \
                    587:          && chmod -R a-w "$$dc_install_base" \
                    588:          && ({ \
                    589:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    590:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    591:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    592:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    593:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    594:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    595:          && rm -rf "$$dc_destdir" \
                    596:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    597:          && rm -rf $(DIST_ARCHIVES) \
                    598:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    599:          && cd "$$am__cwd" \
                    600:          || exit 1
                    601:        $(am__remove_distdir)
                    602:        @(echo "$(distdir) archives ready for distribution: "; \
                    603:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    604:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    605: distuninstallcheck:
                    606:        @$(am__cd) '$(distuninstallcheck_dir)' \
                    607:        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                    608:           || { echo "ERROR: files left after uninstall:" ; \
                    609:                if test -n "$(DESTDIR)"; then \
                    610:                  echo "  (check DESTDIR support)"; \
                    611:                fi ; \
                    612:                $(distuninstallcheck_listfiles) ; \
                    613:                exit 1; } >&2
                    614: distcleancheck: distclean
                    615:        @if test '$(srcdir)' = . ; then \
                    616:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    617:          exit 1 ; \
                    618:        fi
                    619:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    620:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    621:               $(distcleancheck_listfiles) ; \
                    622:               exit 1; } >&2
                    623: check-am: all-am
                    624: check: check-recursive
                    625: all-am: Makefile config.h
                    626: installdirs: installdirs-recursive
                    627: installdirs-am:
                    628: install: install-recursive
                    629: install-exec: install-exec-recursive
                    630: install-data: install-data-recursive
                    631: uninstall: uninstall-recursive
                    632: 
                    633: install-am: all-am
                    634:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    635: 
                    636: installcheck: installcheck-recursive
                    637: install-strip:
                    638:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    639:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    640:          `test -z '$(STRIP)' || \
                    641:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    642: mostlyclean-generic:
                    643: 
                    644: clean-generic:
                    645: 
                    646: distclean-generic:
                    647:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    648:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    649: 
                    650: maintainer-clean-generic:
                    651:        @echo "This command is intended for maintainers to use"
                    652:        @echo "it deletes files that may require special tools to rebuild."
                    653:        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
                    654: clean: clean-recursive
                    655: 
                    656: clean-am: clean-generic clean-libtool mostlyclean-am
                    657: 
                    658: distclean: distclean-recursive
                    659:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    660:        -rm -f Makefile
                    661: distclean-am: clean-am distclean-generic distclean-hdr \
                    662:        distclean-libtool distclean-tags
                    663: 
                    664: dvi: dvi-recursive
                    665: 
                    666: dvi-am:
                    667: 
                    668: html: html-recursive
                    669: 
                    670: html-am:
                    671: 
                    672: info: info-recursive
                    673: 
                    674: info-am:
                    675: 
                    676: install-data-am:
                    677: 
                    678: install-dvi: install-dvi-recursive
                    679: 
                    680: install-dvi-am:
                    681: 
                    682: install-exec-am:
                    683: 
                    684: install-html: install-html-recursive
                    685: 
                    686: install-html-am:
                    687: 
                    688: install-info: install-info-recursive
                    689: 
                    690: install-info-am:
                    691: 
                    692: install-man:
                    693: 
                    694: install-pdf: install-pdf-recursive
                    695: 
                    696: install-pdf-am:
                    697: 
                    698: install-ps: install-ps-recursive
                    699: 
                    700: install-ps-am:
                    701: 
                    702: installcheck-am:
                    703: 
                    704: maintainer-clean: maintainer-clean-recursive
                    705:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    706:        -rm -rf $(top_srcdir)/autom4te.cache
                    707:        -rm -f Makefile
                    708: maintainer-clean-am: distclean-am maintainer-clean-generic
                    709: 
                    710: mostlyclean: mostlyclean-recursive
                    711: 
                    712: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    713: 
                    714: pdf: pdf-recursive
                    715: 
                    716: pdf-am:
                    717: 
                    718: ps: ps-recursive
                    719: 
                    720: ps-am:
                    721: 
                    722: uninstall-am:
                    723: 
                    724: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
                    725:        ctags-recursive install-am install-strip tags-recursive
                    726: 
                    727: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    728:        all all-am am--refresh check check-am clean clean-generic \
                    729:        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
                    730:        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
                    731:        distcheck distclean distclean-generic distclean-hdr \
                    732:        distclean-libtool distclean-tags distcleancheck distdir \
                    733:        distuninstallcheck dvi dvi-am html html-am info info-am \
                    734:        install install-am install-data install-data-am install-dvi \
                    735:        install-dvi-am install-exec install-exec-am install-html \
                    736:        install-html-am install-info install-info-am install-man \
                    737:        install-pdf install-pdf-am install-ps install-ps-am \
                    738:        install-strip installcheck installcheck-am installdirs \
                    739:        installdirs-am maintainer-clean maintainer-clean-generic \
                    740:        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
                    741:        ps ps-am tags tags-recursive uninstall uninstall-am
                    742: 
                    743: 
                    744: $(srcdir)/ChangeLog:
                    745:        @if test -d "$(srcdir)/CVS"; then \
                    746:          $(srcdir)/misc/cvs2cl.pl --follow-only TRUNK -I ChangeLog --utc -U $(srcdir)/misc/cvsusermap --group-by-author --fsf -T -l "-d2006-09-10<now" --tag-regexp "^ipsec-tools" --stdout > $@ ; \
                    747:          echo "For older changes see ChangeLog.old" >> $@ ; \
                    748:        else \
                    749:          echo "A CVS checkout and perl is required to generate ChangeLog" ; \
                    750:          exit 1 ; \
                    751:        fi
                    752: 
                    753: .PHONY: $(srcdir)/ChangeLog
                    754: 
                    755: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    756: # Otherwise a system limit (for SysV at least) may be exceeded.
                    757: .NOEXPORT:

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