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

1.1       misho       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008, 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: @SET_MAKE@
                     17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
                     19: pkgincludedir = $(includedir)/@PACKAGE@
                     20: pkglibdir = $(libdir)/@PACKAGE@
                     21: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     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 = @build@
                     35: host_triplet = @host@
                     36: subdir = rpm
                     37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     39: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
                     40:        $(top_srcdir)/configure.ac
                     41: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     42:        $(ACLOCAL_M4)
                     43: mkinstalldirs = $(install_sh) -d
                     44: CONFIG_HEADER = $(top_builddir)/config.h
                     45: CONFIG_CLEAN_FILES =
                     46: CONFIG_CLEAN_VPATH_FILES =
                     47: SOURCES =
                     48: DIST_SOURCES =
                     49: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     50:        html-recursive info-recursive install-data-recursive \
                     51:        install-dvi-recursive install-exec-recursive \
                     52:        install-html-recursive install-info-recursive \
                     53:        install-pdf-recursive install-ps-recursive install-recursive \
                     54:        installcheck-recursive installdirs-recursive pdf-recursive \
                     55:        ps-recursive uninstall-recursive
                     56: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                     57:   distclean-recursive maintainer-clean-recursive
                     58: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                     59:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                     60:        distdir
                     61: ETAGS = etags
                     62: CTAGS = ctags
                     63: DIST_SUBDIRS = $(SUBDIRS)
                     64: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     65: am__relativize = \
                     66:   dir0=`pwd`; \
                     67:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                     68:   sed_rest='s,^[^/]*/*,,'; \
                     69:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                     70:   sed_butlast='s,/*[^/]*$$,,'; \
                     71:   while test -n "$$dir1"; do \
                     72:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                     73:     if test "$$first" != "."; then \
                     74:       if test "$$first" = ".."; then \
                     75:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                     76:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                     77:       else \
                     78:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                     79:         if test "$$first2" = "$$first"; then \
                     80:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                     81:         else \
                     82:           dir2="../$$dir2"; \
                     83:         fi; \
                     84:         dir0="$$dir0"/"$$first"; \
                     85:       fi; \
                     86:     fi; \
                     87:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                     88:   done; \
                     89:   reldir="$$dir2"
                     90: ACLOCAL = @ACLOCAL@
                     91: AMTAR = @AMTAR@
                     92: AR = @AR@
                     93: AUTOCONF = @AUTOCONF@
                     94: AUTOHEADER = @AUTOHEADER@
                     95: AUTOMAKE = @AUTOMAKE@
                     96: AWK = @AWK@
                     97: CC = @CC@
                     98: CCDEPMODE = @CCDEPMODE@
                     99: CFLAGS = @CFLAGS@
                    100: CONFIGURE_AMFLAGS = @CONFIGURE_AMFLAGS@
                    101: CPP = @CPP@
                    102: CPPFLAGS = @CPPFLAGS@
                    103: CRYPTOBJS = @CRYPTOBJS@
                    104: CYGPATH_W = @CYGPATH_W@
                    105: DEFS = @DEFS@
                    106: DEPDIR = @DEPDIR@
                    107: DSYMUTIL = @DSYMUTIL@
                    108: DUMPBIN = @DUMPBIN@
                    109: ECHO_C = @ECHO_C@
                    110: ECHO_N = @ECHO_N@
                    111: ECHO_T = @ECHO_T@
                    112: EGREP = @EGREP@
                    113: EXEEXT = @EXEEXT@
                    114: EXTRA_CRYPTO = @EXTRA_CRYPTO@
                    115: FGREP = @FGREP@
                    116: FRAG_OBJS = @FRAG_OBJS@
                    117: GLIBC_BUGS = @GLIBC_BUGS@
                    118: GREP = @GREP@
                    119: HYBRID_OBJS = @HYBRID_OBJS@
                    120: INCLUDE_GLIBC = @INCLUDE_GLIBC@
                    121: INSTALL = @INSTALL@
                    122: INSTALL_DATA = @INSTALL_DATA@
                    123: INSTALL_OPTS = @INSTALL_OPTS@
                    124: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    125: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    126: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    127: KERNEL_INCLUDE = @KERNEL_INCLUDE@
                    128: KRB5_CONFIG = @KRB5_CONFIG@
                    129: LD = @LD@
                    130: LDFLAGS = @LDFLAGS@
                    131: LEX = @LEX@
                    132: LEXLIB = @LEXLIB@
                    133: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
                    134: LIBOBJS = @LIBOBJS@
                    135: LIBS = @LIBS@
                    136: LIBTOOL = @LIBTOOL@
                    137: LIPO = @LIPO@
                    138: LN_S = @LN_S@
                    139: LTLIBOBJS = @LTLIBOBJS@
                    140: MAKEINFO = @MAKEINFO@
                    141: MKDIR_P = @MKDIR_P@
                    142: NATT_OBJS = @NATT_OBJS@
                    143: NM = @NM@
                    144: NMEDIT = @NMEDIT@
                    145: OBJDUMP = @OBJDUMP@
                    146: OBJEXT = @OBJEXT@
                    147: OTOOL = @OTOOL@
                    148: OTOOL64 = @OTOOL64@
                    149: PACKAGE = @PACKAGE@
                    150: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    151: PACKAGE_NAME = @PACKAGE_NAME@
                    152: PACKAGE_STRING = @PACKAGE_STRING@
                    153: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    154: PACKAGE_URL = @PACKAGE_URL@
                    155: PACKAGE_VERSION = @PACKAGE_VERSION@
                    156: PATH_SEPARATOR = @PATH_SEPARATOR@
                    157: RANLIB = @RANLIB@
                    158: RPM = @RPM@
                    159: SECCTX_OBJS = @SECCTX_OBJS@
                    160: SED = @SED@
                    161: SET_MAKE = @SET_MAKE@
                    162: SHELL = @SHELL@
                    163: STRIP = @STRIP@
                    164: VERSION = @VERSION@
                    165: YACC = @YACC@
                    166: YFLAGS = @YFLAGS@
                    167: abs_builddir = @abs_builddir@
                    168: abs_srcdir = @abs_srcdir@
                    169: abs_top_builddir = @abs_top_builddir@
                    170: abs_top_srcdir = @abs_top_srcdir@
                    171: ac_ct_CC = @ac_ct_CC@
                    172: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    173: am__include = @am__include@
                    174: am__leading_dot = @am__leading_dot@
                    175: am__quote = @am__quote@
                    176: am__tar = @am__tar@
                    177: am__untar = @am__untar@
                    178: bindir = @bindir@
                    179: build = @build@
                    180: build_alias = @build_alias@
                    181: build_cpu = @build_cpu@
                    182: build_os = @build_os@
                    183: build_vendor = @build_vendor@
                    184: builddir = @builddir@
                    185: datadir = @datadir@
                    186: datarootdir = @datarootdir@
                    187: docdir = @docdir@
                    188: dvidir = @dvidir@
                    189: exec_prefix = @exec_prefix@
                    190: host = @host@
                    191: host_alias = @host_alias@
                    192: host_cpu = @host_cpu@
                    193: host_os = @host_os@
                    194: host_vendor = @host_vendor@
                    195: htmldir = @htmldir@
                    196: include_racoondir = @include_racoondir@
                    197: includedir = @includedir@
                    198: infodir = @infodir@
                    199: install_sh = @install_sh@
                    200: libdir = @libdir@
                    201: libexecdir = @libexecdir@
                    202: localedir = @localedir@
                    203: localstatedir = @localstatedir@
                    204: lt_ECHO = @lt_ECHO@
                    205: mandir = @mandir@
                    206: mkdir_p = @mkdir_p@
                    207: oldincludedir = @oldincludedir@
                    208: pdfdir = @pdfdir@
                    209: prefix = @prefix@
                    210: program_transform_name = @program_transform_name@
                    211: psdir = @psdir@
                    212: sbindir = @sbindir@
                    213: sharedstatedir = @sharedstatedir@
                    214: srcdir = @srcdir@
                    215: sysconfdir = @sysconfdir@
                    216: target_alias = @target_alias@
                    217: top_build_prefix = @top_build_prefix@
                    218: top_builddir = @top_builddir@
                    219: top_srcdir = @top_srcdir@
                    220: SUBDIRS = suse
                    221: EXTRA_DIST = \
                    222:   ipsec-tools.spec.in
                    223: 
                    224: CLEANFILES = ipsec-tools.spec
                    225: all: all-recursive
                    226: 
                    227: .SUFFIXES:
                    228: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    229:        @for dep in $?; do \
                    230:          case '$(am__configure_deps)' in \
                    231:            *$$dep*) \
                    232:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    233:                && { if test -f $@; then exit 0; else break; fi; }; \
                    234:              exit 1;; \
                    235:          esac; \
                    236:        done; \
                    237:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign rpm/Makefile'; \
                    238:        $(am__cd) $(top_srcdir) && \
                    239:          $(AUTOMAKE) --foreign rpm/Makefile
                    240: .PRECIOUS: Makefile
                    241: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    242:        @case '$?' in \
                    243:          *config.status*) \
                    244:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    245:          *) \
                    246:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    247:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    248:        esac;
                    249: 
                    250: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    251:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    252: 
                    253: $(top_srcdir)/configure:  $(am__configure_deps)
                    254:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    255: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    256:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    257: $(am__aclocal_m4_deps):
                    258: 
                    259: mostlyclean-libtool:
                    260:        -rm -f *.lo
                    261: 
                    262: clean-libtool:
                    263:        -rm -rf .libs _libs
                    264: 
                    265: # This directory's subdirectories are mostly independent; you can cd
                    266: # into them and run `make' without going through this Makefile.
                    267: # To change the values of `make' variables: instead of editing Makefiles,
                    268: # (1) if the variable is set in `config.status', edit `config.status'
                    269: #     (which will cause the Makefiles to be regenerated when you run `make');
                    270: # (2) otherwise, pass the desired values on the `make' command line.
                    271: $(RECURSIVE_TARGETS):
                    272:        @fail= failcom='exit 1'; \
                    273:        for f in x $$MAKEFLAGS; do \
                    274:          case $$f in \
                    275:            *=* | --[!k]*);; \
                    276:            *k*) failcom='fail=yes';; \
                    277:          esac; \
                    278:        done; \
                    279:        dot_seen=no; \
                    280:        target=`echo $@ | sed s/-recursive//`; \
                    281:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    282:          echo "Making $$target in $$subdir"; \
                    283:          if test "$$subdir" = "."; then \
                    284:            dot_seen=yes; \
                    285:            local_target="$$target-am"; \
                    286:          else \
                    287:            local_target="$$target"; \
                    288:          fi; \
                    289:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    290:          || eval $$failcom; \
                    291:        done; \
                    292:        if test "$$dot_seen" = "no"; then \
                    293:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    294:        fi; test -z "$$fail"
                    295: 
                    296: $(RECURSIVE_CLEAN_TARGETS):
                    297:        @fail= failcom='exit 1'; \
                    298:        for f in x $$MAKEFLAGS; do \
                    299:          case $$f in \
                    300:            *=* | --[!k]*);; \
                    301:            *k*) failcom='fail=yes';; \
                    302:          esac; \
                    303:        done; \
                    304:        dot_seen=no; \
                    305:        case "$@" in \
                    306:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    307:          *) list='$(SUBDIRS)' ;; \
                    308:        esac; \
                    309:        rev=''; for subdir in $$list; do \
                    310:          if test "$$subdir" = "."; then :; else \
                    311:            rev="$$subdir $$rev"; \
                    312:          fi; \
                    313:        done; \
                    314:        rev="$$rev ."; \
                    315:        target=`echo $@ | sed s/-recursive//`; \
                    316:        for subdir in $$rev; do \
                    317:          echo "Making $$target in $$subdir"; \
                    318:          if test "$$subdir" = "."; then \
                    319:            local_target="$$target-am"; \
                    320:          else \
                    321:            local_target="$$target"; \
                    322:          fi; \
                    323:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    324:          || eval $$failcom; \
                    325:        done && test -z "$$fail"
                    326: tags-recursive:
                    327:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    328:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    329:        done
                    330: ctags-recursive:
                    331:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    332:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    333:        done
                    334: 
                    335: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    336:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    337:        unique=`for i in $$list; do \
                    338:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    339:          done | \
                    340:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    341:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    342:        mkid -fID $$unique
                    343: tags: TAGS
                    344: 
                    345: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    346:                $(TAGS_FILES) $(LISP)
                    347:        set x; \
                    348:        here=`pwd`; \
                    349:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    350:          include_option=--etags-include; \
                    351:          empty_fix=.; \
                    352:        else \
                    353:          include_option=--include; \
                    354:          empty_fix=; \
                    355:        fi; \
                    356:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    357:          if test "$$subdir" = .; then :; else \
                    358:            test ! -f $$subdir/TAGS || \
                    359:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    360:          fi; \
                    361:        done; \
                    362:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    363:        unique=`for i in $$list; do \
                    364:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    365:          done | \
                    366:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    367:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    368:        shift; \
                    369:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    370:          test -n "$$unique" || unique=$$empty_fix; \
                    371:          if test $$# -gt 0; then \
                    372:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    373:              "$$@" $$unique; \
                    374:          else \
                    375:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    376:              $$unique; \
                    377:          fi; \
                    378:        fi
                    379: ctags: CTAGS
                    380: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    381:                $(TAGS_FILES) $(LISP)
                    382:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    383:        unique=`for i in $$list; do \
                    384:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    385:          done | \
                    386:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    387:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    388:        test -z "$(CTAGS_ARGS)$$unique" \
                    389:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    390:             $$unique
                    391: 
                    392: GTAGS:
                    393:        here=`$(am__cd) $(top_builddir) && pwd` \
                    394:          && $(am__cd) $(top_srcdir) \
                    395:          && gtags -i $(GTAGS_ARGS) "$$here"
                    396: 
                    397: distclean-tags:
                    398:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    399: 
                    400: distdir: $(DISTFILES)
                    401:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    402:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    403:        list='$(DISTFILES)'; \
                    404:          dist_files=`for file in $$list; do echo $$file; done | \
                    405:          sed -e "s|^$$srcdirstrip/||;t" \
                    406:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    407:        case $$dist_files in \
                    408:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    409:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    410:                           sort -u` ;; \
                    411:        esac; \
                    412:        for file in $$dist_files; do \
                    413:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    414:          if test -d $$d/$$file; then \
                    415:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    416:            if test -d "$(distdir)/$$file"; then \
                    417:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    418:            fi; \
                    419:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    420:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    421:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    422:            fi; \
                    423:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    424:          else \
                    425:            test -f "$(distdir)/$$file" \
                    426:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    427:            || exit 1; \
                    428:          fi; \
                    429:        done
                    430:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    431:          if test "$$subdir" = .; then :; else \
                    432:            test -d "$(distdir)/$$subdir" \
                    433:            || $(MKDIR_P) "$(distdir)/$$subdir" \
                    434:            || exit 1; \
                    435:          fi; \
                    436:        done
                    437:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    438:          if test "$$subdir" = .; then :; else \
                    439:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    440:            $(am__relativize); \
                    441:            new_distdir=$$reldir; \
                    442:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    443:            $(am__relativize); \
                    444:            new_top_distdir=$$reldir; \
                    445:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    446:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    447:            ($(am__cd) $$subdir && \
                    448:              $(MAKE) $(AM_MAKEFLAGS) \
                    449:                top_distdir="$$new_top_distdir" \
                    450:                distdir="$$new_distdir" \
                    451:                am__remove_distdir=: \
                    452:                am__skip_length_check=: \
                    453:                am__skip_mode_fix=: \
                    454:                distdir) \
                    455:              || exit 1; \
                    456:          fi; \
                    457:        done
                    458: check-am: all-am
                    459: check: check-recursive
                    460: all-am: Makefile all-local
                    461: installdirs: installdirs-recursive
                    462: installdirs-am:
                    463: install: install-recursive
                    464: install-exec: install-exec-recursive
                    465: install-data: install-data-recursive
                    466: uninstall: uninstall-recursive
                    467: 
                    468: install-am: all-am
                    469:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    470: 
                    471: installcheck: installcheck-recursive
                    472: install-strip:
                    473:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    474:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    475:          `test -z '$(STRIP)' || \
                    476:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    477: mostlyclean-generic:
                    478: 
                    479: clean-generic:
                    480:        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
                    481: 
                    482: distclean-generic:
                    483:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    484:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    485: 
                    486: maintainer-clean-generic:
                    487:        @echo "This command is intended for maintainers to use"
                    488:        @echo "it deletes files that may require special tools to rebuild."
                    489: clean: clean-recursive
                    490: 
                    491: clean-am: clean-generic clean-libtool mostlyclean-am
                    492: 
                    493: distclean: distclean-recursive
                    494:        -rm -f Makefile
                    495: distclean-am: clean-am distclean-generic distclean-tags
                    496: 
                    497: dvi: dvi-recursive
                    498: 
                    499: dvi-am:
                    500: 
                    501: html: html-recursive
                    502: 
                    503: html-am:
                    504: 
                    505: info: info-recursive
                    506: 
                    507: info-am:
                    508: 
                    509: install-data-am:
                    510: 
                    511: install-dvi: install-dvi-recursive
                    512: 
                    513: install-dvi-am:
                    514: 
                    515: install-exec-am:
                    516: 
                    517: install-html: install-html-recursive
                    518: 
                    519: install-html-am:
                    520: 
                    521: install-info: install-info-recursive
                    522: 
                    523: install-info-am:
                    524: 
                    525: install-man:
                    526: 
                    527: install-pdf: install-pdf-recursive
                    528: 
                    529: install-pdf-am:
                    530: 
                    531: install-ps: install-ps-recursive
                    532: 
                    533: install-ps-am:
                    534: 
                    535: installcheck-am:
                    536: 
                    537: maintainer-clean: maintainer-clean-recursive
                    538:        -rm -f Makefile
                    539: maintainer-clean-am: distclean-am maintainer-clean-generic
                    540: 
                    541: mostlyclean: mostlyclean-recursive
                    542: 
                    543: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    544: 
                    545: pdf: pdf-recursive
                    546: 
                    547: pdf-am:
                    548: 
                    549: ps: ps-recursive
                    550: 
                    551: ps-am:
                    552: 
                    553: uninstall-am:
                    554: 
                    555: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
                    556:        install-am install-strip tags-recursive
                    557: 
                    558: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    559:        all all-am all-local check check-am clean clean-generic \
                    560:        clean-libtool ctags ctags-recursive distclean \
                    561:        distclean-generic distclean-libtool distclean-tags distdir dvi \
                    562:        dvi-am html html-am info info-am install install-am \
                    563:        install-data install-data-am install-dvi install-dvi-am \
                    564:        install-exec install-exec-am install-html install-html-am \
                    565:        install-info install-info-am install-man install-pdf \
                    566:        install-pdf-am install-ps install-ps-am install-strip \
                    567:        installcheck installcheck-am installdirs installdirs-am \
                    568:        maintainer-clean maintainer-clean-generic mostlyclean \
                    569:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    570:        tags tags-recursive uninstall uninstall-am
                    571: 
                    572: 
                    573: all-local: ipsec-tools.spec
                    574: 
                    575: ipsec-tools.spec: ipsec-tools.spec.in Makefile
                    576:        rm -f $@.tmp
                    577:        sed < $< > $@.tmp \
                    578:            -e 's:@-VERSION-@:${VERSION}:'
                    579:        mv $@.tmp $@
                    580: 
                    581: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    582: # Otherwise a system limit (for SysV at least) may be exceeded.
                    583: .NOEXPORT:

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