Annotation of embedaddon/ipsec-tools/rpm/suse/Makefile, revision 1.1.1.1.2.3.2.1

1.1.1.1.2.3.2  1(misho     1:4): # Makefile.in generated by automake 1.14 from Makefile.am.
1.1       misho       2: # rpm/suse/Makefile.  Generated from Makefile.in by configure.
                      3: 
1.1.1.1.2.3.2  1(misho     4:4): # Copyright (C) 1994-2013 Free Software Foundation, Inc.
                      5:4): 
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: 
                     16: 
1.1.1.1.2.3.2  1(misho    17:4): am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
                     18:4): am__make_running_with_option = \
                     19:4):   case $${target_option-} in \
                     20:4):       ?) ;; \
                     21:4):       *) echo "am__make_running_with_option: internal error: invalid" \
                     22:4):               "target option '$${target_option-}' specified" >&2; \
                     23:4):          exit 1;; \
                     24:4):   esac; \
                     25:4):   has_opt=no; \
                     26:4):   sane_makeflags=$$MAKEFLAGS; \
                     27:4):   if $(am__is_gnu_make); then \
                     28:4):     sane_makeflags=$$MFLAGS; \
                     29:4):   else \
                     30:4):     case $$MAKEFLAGS in \
                     31:4):       *\\[\ \       ]*) \
                     32:4):         bs=\\; \
                     33:4):         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     34:4):           | sed "s/$$bs$$bs[$$bs $$bs       ]*//g"`;; \
                     35:4):     esac; \
                     36:4):   fi; \
                     37:4):   skip_next=no; \
                     38:4):   strip_trailopt () \
                     39:4):   { \
                     40:4):     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     41:4):   }; \
                     42:4):   for flg in $$sane_makeflags; do \
                     43:4):     test $$skip_next = yes && { skip_next=no; continue; }; \
                     44:4):     case $$flg in \
                     45:4):       *=*|--*) continue;; \
                     46:4):         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     47:4):       -*I?*) strip_trailopt 'I';; \
                     48:4):         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     49:4):       -*O?*) strip_trailopt 'O';; \
                     50:4):         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     51:4):       -*l?*) strip_trailopt 'l';; \
                     52:4):       -[dEDm]) skip_next=yes;; \
                     53:4):       -[JT]) skip_next=yes;; \
                     54:4):     esac; \
                     55:4):     case $$flg in \
                     56:4):       *$$target_option*) has_opt=yes; break;; \
                     57:4):     esac; \
                     58:4):   done; \
                     59:4):   test $$has_opt = yes
                     60:4): am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     61:4): am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       misho      62: pkgdatadir = $(datadir)/ipsec-tools
                     63: pkgincludedir = $(includedir)/ipsec-tools
                     64: pkglibdir = $(libdir)/ipsec-tools
                     65: pkglibexecdir = $(libexecdir)/ipsec-tools
                     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 = :
1.1.1.1.2.3.2  1(misho    78:4): build_triplet = i386-unknown-freebsd11.0
                     79:4): host_triplet = i386-unknown-freebsd11.0
1.1       misho      80: subdir = rpm/suse
1.1.1.1.2.3.2  1(misho    81:4): DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
1.1       misho      82:        $(srcdir)/ipsec-tools.spec.in
                     83: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     84: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
                     85:        $(top_srcdir)/configure.ac
                     86: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     87:        $(ACLOCAL_M4)
                     88: mkinstalldirs = $(install_sh) -d
                     89: CONFIG_HEADER = $(top_builddir)/config.h
                     90: CONFIG_CLEAN_FILES = ipsec-tools.spec
                     91: CONFIG_CLEAN_VPATH_FILES =
1.1.1.1.2.3.2  1(misho    92:4): AM_V_P = $(am__v_P_$(V))
                     93:4): am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
                     94:4): am__v_P_0 = false
                     95:4): am__v_P_1 = :
                     96:4): AM_V_GEN = $(am__v_GEN_$(V))
                     97:4): am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
                     98:4): am__v_GEN_0 = @echo "  GEN     " $@;
                     99:4): am__v_GEN_1 = 
                    100:4): AM_V_at = $(am__v_at_$(V))
                    101:4): am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
                    102:4): am__v_at_0 = @
                    103:4): am__v_at_1 = 
1.1       misho     104: SOURCES =
                    105: DIST_SOURCES =
1.1.1.1.2.3.2  1(misho   106:4): am__can_run_installinfo = \
                    107:4):   case $$AM_UPDATE_INFO_DIR in \
                    108:4):     n|no|NO) false;; \
                    109:4):     *) (install-info --version) >/dev/null 2>&1;; \
                    110:4):   esac
                    111:4): am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1.1       misho     112: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1.1.1.2.3.2  1(misho   113:4): ACLOCAL = aclocal-1.14
                    114:4): AMTAR = $${TAR-tar}
                    115:4): AM_DEFAULT_VERBOSITY = 1
1.1       misho     116: AR = ar
1.1.1.1.2.3.2  1(misho   117:4): AUTOCONF = autoconf
                    118:4): AUTOHEADER = autoheader
                    119:4): AUTOMAKE = automake-1.14
1.1       misho     120: AWK = gawk
1.1.1.1.2.3.2  1(misho   121:4): CC = cc
1.1       misho     122: CCDEPMODE = depmode=gcc3
1.1.1.1.2.1  misho     123: CFLAGS = -g -O2  -Wall -Werror -Wno-unused
1.1       misho     124: CONFIGURE_AMFLAGS = 
1.1.1.1.2.3.2  1(misho   125:4): CPP = cc -E
1.1       misho     126: CPPFLAGS =   -I${top_srcdir}/src/racoon/missing
                    127: CRYPTOBJS = 
                    128: CYGPATH_W = echo
                    129: DEFS = -DHAVE_CONFIG_H
                    130: DEPDIR = .deps
1.1.1.1.2.3.2  1(misho   131:4): DLLTOOL = false
1.1       misho     132: DSYMUTIL = 
                    133: DUMPBIN = 
                    134: ECHO_C = 
                    135: ECHO_N = -n
                    136: ECHO_T = 
                    137: EGREP = /usr/bin/grep -E
                    138: EXEEXT = 
                    139: EXTRA_CRYPTO = 
                    140: FGREP = /usr/bin/grep -F
1.1.1.1.2.3.2  1(misho   141:4): FRAG_OBJS = 
1.1       misho     142: GLIBC_BUGS = 
                    143: GREP = /usr/bin/grep
1.1.1.1.2.3.2  1(misho   144:4): HYBRID_OBJS = 
1.1       misho     145: INCLUDE_GLIBC = 
1.1.1.1.2.3.2  1(misho   146:4): INSTALL = /usr/bin/install -c
1.1.1.1.2.1  misho     147: INSTALL_DATA = ${INSTALL} -m 644
1.1       misho     148: INSTALL_OPTS = 
1.1.1.1.2.1  misho     149: INSTALL_PROGRAM = ${INSTALL}
                    150: INSTALL_SCRIPT = ${INSTALL}
1.1       misho     151: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
                    152: KERNEL_INCLUDE = 
                    153: KRB5_CONFIG = /usr/bin/krb5-config
1.1.1.1.2.3.2  1(misho   154:4): LD = /usr/bin/ld
1.1.1.1.2.1  misho     155: LDFLAGS = 
1.1       misho     156: LEX = flex
                    157: LEXLIB = -lfl
                    158: LEX_OUTPUT_ROOT = lex.yy
                    159: LIBOBJS = 
1.1.1.1.2.3.2  1(misho   160:4): LIBS = -lcrypto  -lreadline
                    161:4): LIBTOOL = $(SHELL) $(top_builddir)/libtool
1.1       misho     162: LIPO = 
                    163: LN_S = ln -s
                    164: LTLIBOBJS = 
1.1.1.1.2.3.2  1(misho   165:4): MAKEINFO = makeinfo
                    166:4): MANIFEST_TOOL = :
1.1       misho     167: MKDIR_P = ../.././install-sh -c -d
1.1.1.1.2.3.2  1(misho   168:4): NATT_OBJS = 
                    169:4): NM = /usr/bin/nm -B
1.1       misho     170: NMEDIT = 
                    171: OBJDUMP = objdump
                    172: OBJEXT = o
                    173: OTOOL = 
                    174: OTOOL64 = 
                    175: PACKAGE = ipsec-tools
                    176: PACKAGE_BUGREPORT = 
                    177: PACKAGE_NAME = ipsec-tools
1.1.1.1.2.3.2  1(misho   178:4): PACKAGE_STRING = ipsec-tools 0.8.1
1.1       misho     179: PACKAGE_TARNAME = ipsec-tools
                    180: PACKAGE_URL = 
1.1.1.1.2.3.2  1(misho   181:4): PACKAGE_VERSION = 0.8.1
1.1       misho     182: PATH_SEPARATOR = :
                    183: RANLIB = ranlib
                    184: RPM = 
                    185: SECCTX_OBJS = 
                    186: SED = /usr/bin/sed
                    187: SET_MAKE = 
                    188: SHELL = /bin/sh
                    189: STRIP = strip
1.1.1.1.2.3.2  1(misho   190:4): VERSION = 0.8.1
1.1       misho     191: YACC = bison -y
                    192: YFLAGS = 
1.1.1.1.2.1  misho     193: abs_builddir = /home/misho/work/embedaddon/ipsec-tools/rpm/suse
                    194: abs_srcdir = /home/misho/work/embedaddon/ipsec-tools/rpm/suse
                    195: abs_top_builddir = /home/misho/work/embedaddon/ipsec-tools
                    196: abs_top_srcdir = /home/misho/work/embedaddon/ipsec-tools
1.1.1.1.2.3.2  1(misho   197:4): ac_ct_AR = ar
                    198:4): ac_ct_CC = 
1.1       misho     199: ac_ct_DUMPBIN = 
                    200: am__include = include
                    201: am__leading_dot = .
                    202: am__quote = 
1.1.1.1.2.3.2  1(misho   203:4): am__tar = $${TAR-tar} chof - "$$tardir"
                    204:4): am__untar = $${TAR-tar} xf -
1.1       misho     205: bindir = ${exec_prefix}/bin
1.1.1.1.2.3.2  1(misho   206:4): build = i386-unknown-freebsd11.0
                    207:4): build_alias = 
1.1       misho     208: build_cpu = i386
1.1.1.1.2.3.2  1(misho   209:4): build_os = freebsd11.0
                    210:4): build_vendor = unknown
1.1       misho     211: builddir = .
                    212: datadir = ${datarootdir}
                    213: datarootdir = ${prefix}/share
                    214: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
                    215: dvidir = ${docdir}
                    216: exec_prefix = ${prefix}
1.1.1.1.2.3.2  1(misho   217:4): host = i386-unknown-freebsd11.0
1.1       misho     218: host_alias = 
                    219: host_cpu = i386
1.1.1.1.2.3.2  1(misho   220:4): host_os = freebsd11.0
                    221:4): host_vendor = unknown
1.1       misho     222: htmldir = ${docdir}
                    223: include_racoondir = ${prefix}/include/racoon
                    224: includedir = ${prefix}/include
1.1.1.1.2.1  misho     225: infodir = ${datarootdir}/info
                    226: install_sh = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/install-sh
1.1       misho     227: libdir = ${exec_prefix}/lib
                    228: libexecdir = ${exec_prefix}/libexec
                    229: localedir = ${datarootdir}/locale
1.1.1.1.2.3.2  1(misho   230:4): localstatedir = ${prefix}/var
1.1.1.1.2.1  misho     231: mandir = ${datarootdir}/man
1.1.1.1.2.3.2  1(misho   232:4): mkdir_p = $(MKDIR_P)
1.1       misho     233: oldincludedir = /usr/include
                    234: pdfdir = ${docdir}
1.1.1.1.2.3.2  1(misho   235:4): prefix = /usr/local
1.1       misho     236: program_transform_name = s,x,x,
                    237: psdir = ${docdir}
                    238: sbindir = ${exec_prefix}/sbin
                    239: sharedstatedir = ${prefix}/com
                    240: srcdir = .
1.1.1.1.2.3.2  1(misho   241:4): sysconfdir = ${prefix}/etc
1.1       misho     242: target_alias = 
                    243: top_build_prefix = ../../
                    244: top_builddir = ../..
                    245: top_srcdir = ../..
                    246: EXTRA_DIST = ipsec-tools.spec.in ipsec-tools.spec racoon.init sysconfig.racoon
                    247: all: all-am
                    248: 
                    249: .SUFFIXES:
                    250: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    251:        @for dep in $?; do \
                    252:          case '$(am__configure_deps)' in \
                    253:            *$$dep*) \
                    254:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    255:                && { if test -f $@; then exit 0; else break; fi; }; \
                    256:              exit 1;; \
                    257:          esac; \
                    258:        done; \
                    259:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign rpm/suse/Makefile'; \
                    260:        $(am__cd) $(top_srcdir) && \
                    261:          $(AUTOMAKE) --foreign rpm/suse/Makefile
                    262: .PRECIOUS: Makefile
                    263: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    264:        @case '$?' in \
                    265:          *config.status*) \
                    266:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    267:          *) \
                    268:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    269:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    270:        esac;
                    271: 
                    272: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    273:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    274: 
                    275: $(top_srcdir)/configure:  $(am__configure_deps)
                    276:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    277: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    278:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    279: $(am__aclocal_m4_deps):
                    280: ipsec-tools.spec: $(top_builddir)/config.status $(srcdir)/ipsec-tools.spec.in
                    281:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    282: 
                    283: mostlyclean-libtool:
                    284:        -rm -f *.lo
                    285: 
                    286: clean-libtool:
                    287:        -rm -rf .libs _libs
1.1.1.1.2.3.2  1(misho   288:4): tags TAGS:
                    289:4): 
                    290:4): ctags CTAGS:
1.1       misho     291: 
1.1.1.1.2.3.2  1(misho   292:4): cscope cscopelist:
1.1       misho     293: 
                    294: 
                    295: distdir: $(DISTFILES)
                    296:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    297:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    298:        list='$(DISTFILES)'; \
                    299:          dist_files=`for file in $$list; do echo $$file; done | \
                    300:          sed -e "s|^$$srcdirstrip/||;t" \
                    301:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    302:        case $$dist_files in \
                    303:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    304:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    305:                           sort -u` ;; \
                    306:        esac; \
                    307:        for file in $$dist_files; do \
                    308:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    309:          if test -d $$d/$$file; then \
                    310:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    311:            if test -d "$(distdir)/$$file"; then \
                    312:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    313:            fi; \
                    314:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    315:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    316:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    317:            fi; \
                    318:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    319:          else \
                    320:            test -f "$(distdir)/$$file" \
                    321:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    322:            || exit 1; \
                    323:          fi; \
                    324:        done
                    325: check-am: all-am
                    326: check: check-am
                    327: all-am: Makefile
                    328: installdirs:
                    329: install: install-am
                    330: install-exec: install-exec-am
                    331: install-data: install-data-am
                    332: uninstall: uninstall-am
                    333: 
                    334: install-am: all-am
                    335:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    336: 
                    337: installcheck: installcheck-am
                    338: install-strip:
1.1.1.1.2.3.2  1(misho   339:4):     if test -z '$(STRIP)'; then \
                    340:4):       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    341:4):         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    342:4):           install; \
                    343:4):     else \
                    344:4):       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    345:4):         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    346:4):         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    347:4):     fi
1.1       misho     348: mostlyclean-generic:
                    349: 
                    350: clean-generic:
                    351: 
                    352: distclean-generic:
                    353:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    354:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    355: 
                    356: maintainer-clean-generic:
                    357:        @echo "This command is intended for maintainers to use"
                    358:        @echo "it deletes files that may require special tools to rebuild."
                    359: clean: clean-am
                    360: 
                    361: clean-am: clean-generic clean-libtool mostlyclean-am
                    362: 
                    363: distclean: distclean-am
                    364:        -rm -f Makefile
                    365: distclean-am: clean-am distclean-generic
                    366: 
                    367: dvi: dvi-am
                    368: 
                    369: dvi-am:
                    370: 
                    371: html: html-am
                    372: 
                    373: html-am:
                    374: 
                    375: info: info-am
                    376: 
                    377: info-am:
                    378: 
                    379: install-data-am:
                    380: 
                    381: install-dvi: install-dvi-am
                    382: 
                    383: install-dvi-am:
                    384: 
                    385: install-exec-am:
                    386: 
                    387: install-html: install-html-am
                    388: 
                    389: install-html-am:
                    390: 
                    391: install-info: install-info-am
                    392: 
                    393: install-info-am:
                    394: 
                    395: install-man:
                    396: 
                    397: install-pdf: install-pdf-am
                    398: 
                    399: install-pdf-am:
                    400: 
                    401: install-ps: install-ps-am
                    402: 
                    403: install-ps-am:
                    404: 
                    405: installcheck-am:
                    406: 
                    407: maintainer-clean: maintainer-clean-am
                    408:        -rm -f Makefile
                    409: maintainer-clean-am: distclean-am maintainer-clean-generic
                    410: 
                    411: mostlyclean: mostlyclean-am
                    412: 
                    413: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    414: 
                    415: pdf: pdf-am
                    416: 
                    417: pdf-am:
                    418: 
                    419: ps: ps-am
                    420: 
                    421: ps-am:
                    422: 
                    423: uninstall-am:
                    424: 
                    425: .MAKE: install-am install-strip
                    426: 
                    427: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
1.1.1.1.2.3.2  1(misho   428:4):     cscopelist-am ctags-am distclean distclean-generic \
                    429:4):     distclean-libtool distdir dvi dvi-am html html-am info info-am \
                    430:4):     install install-am install-data install-data-am install-dvi \
                    431:4):     install-dvi-am install-exec install-exec-am install-html \
                    432:4):     install-html-am install-info install-info-am install-man \
                    433:4):     install-pdf install-pdf-am install-ps install-ps-am \
                    434:4):     install-strip installcheck installcheck-am installdirs \
                    435:4):     maintainer-clean maintainer-clean-generic mostlyclean \
                    436:4):     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    437:4):     tags-am uninstall uninstall-am
1.1       misho     438: 
                    439: 
                    440: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    441: # Otherwise a system limit (for SysV at least) may be exceeded.
                    442: .NOEXPORT:

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