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

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

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