Annotation of embedaddon/ipsec-tools/Makefile.in, revision 1.1.1.2

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

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