File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / include / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:20:08 2021 UTC (3 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, HEAD
strongswan 5.9.2

    1: # Makefile.in generated by automake 1.15.1 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994-2017 Free Software Foundation, Inc.
    5: 
    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@
   17: am__is_gnu_make = { \
   18:   if test -z '$(MAKELEVEL)'; then \
   19:     false; \
   20:   elif test -n '$(MAKE_HOST)'; then \
   21:     true; \
   22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
   23:     true; \
   24:   else \
   25:     false; \
   26:   fi; \
   27: }
   28: am__make_running_with_option = \
   29:   case $${target_option-} in \
   30:       ?) ;; \
   31:       *) echo "am__make_running_with_option: internal error: invalid" \
   32:               "target option '$${target_option-}' specified" >&2; \
   33:          exit 1;; \
   34:   esac; \
   35:   has_opt=no; \
   36:   sane_makeflags=$$MAKEFLAGS; \
   37:   if $(am__is_gnu_make); then \
   38:     sane_makeflags=$$MFLAGS; \
   39:   else \
   40:     case $$MAKEFLAGS in \
   41:       *\\[\ \	]*) \
   42:         bs=\\; \
   43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
   44:           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
   45:     esac; \
   46:   fi; \
   47:   skip_next=no; \
   48:   strip_trailopt () \
   49:   { \
   50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
   51:   }; \
   52:   for flg in $$sane_makeflags; do \
   53:     test $$skip_next = yes && { skip_next=no; continue; }; \
   54:     case $$flg in \
   55:       *=*|--*) continue;; \
   56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
   57:       -*I?*) strip_trailopt 'I';; \
   58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
   59:       -*O?*) strip_trailopt 'O';; \
   60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
   61:       -*l?*) strip_trailopt 'l';; \
   62:       -[dEDm]) skip_next=yes;; \
   63:       -[JT]) skip_next=yes;; \
   64:     esac; \
   65:     case $$flg in \
   66:       *$$target_option*) has_opt=yes; break;; \
   67:     esac; \
   68:   done; \
   69:   test $$has_opt = yes
   70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
   72: pkgdatadir = $(datadir)/@PACKAGE@
   73: pkgincludedir = $(includedir)/@PACKAGE@
   74: pkglibdir = $(libdir)/@PACKAGE@
   75: pkglibexecdir = $(libexecdir)/@PACKAGE@
   76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   77: install_sh_DATA = $(install_sh) -c -m 644
   78: install_sh_PROGRAM = $(install_sh) -c
   79: install_sh_SCRIPT = $(install_sh) -c
   80: INSTALL_HEADER = $(INSTALL_DATA)
   81: transform = $(program_transform_name)
   82: NORMAL_INSTALL = :
   83: PRE_INSTALL = :
   84: POST_INSTALL = :
   85: NORMAL_UNINSTALL = :
   86: PRE_UNINSTALL = :
   87: POST_UNINSTALL = :
   88: build_triplet = @build@
   89: host_triplet = @host@
   90: subdir = src/include
   91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   92: am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
   93: 	$(top_srcdir)/m4/config/ltoptions.m4 \
   94: 	$(top_srcdir)/m4/config/ltsugar.m4 \
   95: 	$(top_srcdir)/m4/config/ltversion.m4 \
   96: 	$(top_srcdir)/m4/config/lt~obsolete.m4 \
   97: 	$(top_srcdir)/m4/macros/split-package-version.m4 \
   98: 	$(top_srcdir)/m4/macros/with.m4 \
   99: 	$(top_srcdir)/m4/macros/enable-disable.m4 \
  100: 	$(top_srcdir)/m4/macros/add-plugin.m4 \
  101: 	$(top_srcdir)/configure.ac
  102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  103: 	$(ACLOCAL_M4)
  104: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  105: mkinstalldirs = $(install_sh) -d
  106: CONFIG_HEADER = $(top_builddir)/config.h
  107: CONFIG_CLEAN_FILES =
  108: CONFIG_CLEAN_VPATH_FILES =
  109: AM_V_P = $(am__v_P_@AM_V@)
  110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  111: am__v_P_0 = false
  112: am__v_P_1 = :
  113: AM_V_GEN = $(am__v_GEN_@AM_V@)
  114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  115: am__v_GEN_0 = @echo "  GEN     " $@;
  116: am__v_GEN_1 = 
  117: AM_V_at = $(am__v_at_@AM_V@)
  118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  119: am__v_at_0 = @
  120: am__v_at_1 = 
  121: SOURCES =
  122: DIST_SOURCES =
  123: am__can_run_installinfo = \
  124:   case $$AM_UPDATE_INFO_DIR in \
  125:     n|no|NO) false;; \
  126:     *) (install-info --version) >/dev/null 2>&1;; \
  127:   esac
  128: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  129: am__DIST_COMMON = $(srcdir)/Makefile.in
  130: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  131: ACLOCAL = @ACLOCAL@
  132: ALLOCA = @ALLOCA@
  133: AMTAR = @AMTAR@
  134: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  135: AR = @AR@
  136: ATOMICLIB = @ATOMICLIB@
  137: AUTOCONF = @AUTOCONF@
  138: AUTOHEADER = @AUTOHEADER@
  139: AUTOMAKE = @AUTOMAKE@
  140: AWK = @AWK@
  141: BFDLIB = @BFDLIB@
  142: BTLIB = @BTLIB@
  143: CC = @CC@
  144: CCDEPMODE = @CCDEPMODE@
  145: CFLAGS = @CFLAGS@
  146: COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
  147: COVERAGE_LDFLAGS = @COVERAGE_LDFLAGS@
  148: CPP = @CPP@
  149: CPPFLAGS = @CPPFLAGS@
  150: CYGPATH_W = @CYGPATH_W@
  151: DEFS = @DEFS@
  152: DEPDIR = @DEPDIR@
  153: DLLIB = @DLLIB@
  154: DLLTOOL = @DLLTOOL@
  155: DSYMUTIL = @DSYMUTIL@
  156: DUMPBIN = @DUMPBIN@
  157: EASY_INSTALL = @EASY_INSTALL@
  158: ECHO_C = @ECHO_C@
  159: ECHO_N = @ECHO_N@
  160: ECHO_T = @ECHO_T@
  161: EGREP = @EGREP@
  162: EXEEXT = @EXEEXT@
  163: FGREP = @FGREP@
  164: FUZZING_CFLAGS = @FUZZING_CFLAGS@
  165: FUZZING_LDFLAGS = @FUZZING_LDFLAGS@
  166: GEM = @GEM@
  167: GENHTML = @GENHTML@
  168: GIT_VERSION = @GIT_VERSION@
  169: GPERF = @GPERF@
  170: GPERF_LEN_TYPE = @GPERF_LEN_TYPE@
  171: GPRBUILD = @GPRBUILD@
  172: GREP = @GREP@
  173: INSTALL = @INSTALL@
  174: INSTALL_DATA = @INSTALL_DATA@
  175: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  176: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  177: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  178: LCOV = @LCOV@
  179: LD = @LD@
  180: LDFLAGS = @LDFLAGS@
  181: LEX = @LEX@
  182: LEXLIB = @LEXLIB@
  183: LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  184: LIBOBJS = @LIBOBJS@
  185: LIBS = @LIBS@
  186: LIBTOOL = @LIBTOOL@
  187: LIPO = @LIPO@
  188: LN_S = @LN_S@
  189: LTLIBOBJS = @LTLIBOBJS@
  190: LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  191: MAKEINFO = @MAKEINFO@
  192: MANIFEST_TOOL = @MANIFEST_TOOL@
  193: MKDIR_P = @MKDIR_P@
  194: MYSQLCFLAG = @MYSQLCFLAG@
  195: MYSQLCONFIG = @MYSQLCONFIG@
  196: MYSQLLIB = @MYSQLLIB@
  197: NM = @NM@
  198: NMEDIT = @NMEDIT@
  199: OBJDUMP = @OBJDUMP@
  200: OBJEXT = @OBJEXT@
  201: OPENSSL_LIB = @OPENSSL_LIB@
  202: OTOOL = @OTOOL@
  203: OTOOL64 = @OTOOL64@
  204: PACKAGE = @PACKAGE@
  205: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  206: PACKAGE_NAME = @PACKAGE_NAME@
  207: PACKAGE_STRING = @PACKAGE_STRING@
  208: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  209: PACKAGE_URL = @PACKAGE_URL@
  210: PACKAGE_VERSION = @PACKAGE_VERSION@
  211: PACKAGE_VERSION_BUILD = @PACKAGE_VERSION_BUILD@
  212: PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
  213: PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
  214: PACKAGE_VERSION_REVIEW = @PACKAGE_VERSION_REVIEW@
  215: PATH_SEPARATOR = @PATH_SEPARATOR@
  216: PERL = @PERL@
  217: PKG_CONFIG = @PKG_CONFIG@
  218: PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  219: PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  220: PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
  221: PTHREADLIB = @PTHREADLIB@
  222: PYTHON = @PYTHON@
  223: PYTHONEGGINSTALLDIR = @PYTHONEGGINSTALLDIR@
  224: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
  225: PYTHON_PACKAGE_VERSION = @PYTHON_PACKAGE_VERSION@
  226: PYTHON_PLATFORM = @PYTHON_PLATFORM@
  227: PYTHON_PREFIX = @PYTHON_PREFIX@
  228: PYTHON_VERSION = @PYTHON_VERSION@
  229: PY_TEST = @PY_TEST@
  230: RANLIB = @RANLIB@
  231: RTLIB = @RTLIB@
  232: RUBYGEMDIR = @RUBYGEMDIR@
  233: SED = @SED@
  234: SET_MAKE = @SET_MAKE@
  235: SHELL = @SHELL@
  236: SOCKLIB = @SOCKLIB@
  237: STRIP = @STRIP@
  238: TOX = @TOX@
  239: UNWINDLIB = @UNWINDLIB@
  240: VERSION = @VERSION@
  241: YACC = @YACC@
  242: YFLAGS = @YFLAGS@
  243: abs_builddir = @abs_builddir@
  244: abs_srcdir = @abs_srcdir@
  245: abs_top_builddir = @abs_top_builddir@
  246: abs_top_srcdir = @abs_top_srcdir@
  247: ac_ct_AR = @ac_ct_AR@
  248: ac_ct_CC = @ac_ct_CC@
  249: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  250: aikgen_plugins = @aikgen_plugins@
  251: am__include = @am__include@
  252: am__leading_dot = @am__leading_dot@
  253: am__quote = @am__quote@
  254: am__tar = @am__tar@
  255: am__untar = @am__untar@
  256: attest_plugins = @attest_plugins@
  257: bindir = @bindir@
  258: botan_CFLAGS = @botan_CFLAGS@
  259: botan_LIBS = @botan_LIBS@
  260: build = @build@
  261: build_alias = @build_alias@
  262: build_cpu = @build_cpu@
  263: build_os = @build_os@
  264: build_vendor = @build_vendor@
  265: builddir = @builddir@
  266: c_plugins = @c_plugins@
  267: charon_natt_port = @charon_natt_port@
  268: charon_plugins = @charon_plugins@
  269: charon_udp_port = @charon_udp_port@
  270: clearsilver_LIBS = @clearsilver_LIBS@
  271: cmd_plugins = @cmd_plugins@
  272: datadir = @datadir@
  273: datarootdir = @datarootdir@
  274: dbusdatadir = @dbusdatadir@
  275: dbuspolicydir = @dbuspolicydir@
  276: dev_headers = @dev_headers@
  277: docdir = @docdir@
  278: dvidir = @dvidir@
  279: exec_prefix = @exec_prefix@
  280: fips_mode = @fips_mode@
  281: fuzz_plugins = @fuzz_plugins@
  282: host = @host@
  283: host_alias = @host_alias@
  284: host_cpu = @host_cpu@
  285: host_os = @host_os@
  286: host_vendor = @host_vendor@
  287: htmldir = @htmldir@
  288: imcvdir = @imcvdir@
  289: includedir = @includedir@
  290: infodir = @infodir@
  291: install_sh = @install_sh@
  292: ipsec_script = @ipsec_script@
  293: ipsec_script_upper = @ipsec_script_upper@
  294: ipsecdir = @ipsecdir@
  295: ipsecgroup = @ipsecgroup@
  296: ipseclibdir = @ipseclibdir@
  297: ipsecuser = @ipsecuser@
  298: json_CFLAGS = @json_CFLAGS@
  299: json_LIBS = @json_LIBS@
  300: libdir = @libdir@
  301: libexecdir = @libexecdir@
  302: libfuzzer = @libfuzzer@
  303: libiptc_CFLAGS = @libiptc_CFLAGS@
  304: libiptc_LIBS = @libiptc_LIBS@
  305: linux_headers = @linux_headers@
  306: localedir = @localedir@
  307: localstatedir = @localstatedir@
  308: manager_plugins = @manager_plugins@
  309: mandir = @mandir@
  310: medsrv_plugins = @medsrv_plugins@
  311: mkdir_p = @mkdir_p@
  312: nm_CFLAGS = @nm_CFLAGS@
  313: nm_LIBS = @nm_LIBS@
  314: nm_ca_dir = @nm_ca_dir@
  315: nm_plugins = @nm_plugins@
  316: oldincludedir = @oldincludedir@
  317: p_plugins = @p_plugins@
  318: pcsclite_CFLAGS = @pcsclite_CFLAGS@
  319: pcsclite_LIBS = @pcsclite_LIBS@
  320: pdfdir = @pdfdir@
  321: piddir = @piddir@
  322: pkgpyexecdir = @pkgpyexecdir@
  323: pkgpythondir = @pkgpythondir@
  324: pki_plugins = @pki_plugins@
  325: plugindir = @plugindir@
  326: pool_plugins = @pool_plugins@
  327: prefix = @prefix@
  328: program_transform_name = @program_transform_name@
  329: psdir = @psdir@
  330: pyexecdir = @pyexecdir@
  331: pythondir = @pythondir@
  332: random_device = @random_device@
  333: resolv_conf = @resolv_conf@
  334: routing_table = @routing_table@
  335: routing_table_prio = @routing_table_prio@
  336: runstatedir = @runstatedir@
  337: s_plugins = @s_plugins@
  338: sbindir = @sbindir@
  339: scepclient_plugins = @scepclient_plugins@
  340: scripts_plugins = @scripts_plugins@
  341: sharedstatedir = @sharedstatedir@
  342: soup_CFLAGS = @soup_CFLAGS@
  343: soup_LIBS = @soup_LIBS@
  344: srcdir = @srcdir@
  345: starter_plugins = @starter_plugins@
  346: strongswan_conf = @strongswan_conf@
  347: strongswan_options = @strongswan_options@
  348: swanctldir = @swanctldir@
  349: sysconfdir = @sysconfdir@
  350: systemd_CFLAGS = @systemd_CFLAGS@
  351: systemd_LIBS = @systemd_LIBS@
  352: systemd_daemon_CFLAGS = @systemd_daemon_CFLAGS@
  353: systemd_daemon_LIBS = @systemd_daemon_LIBS@
  354: systemd_journal_CFLAGS = @systemd_journal_CFLAGS@
  355: systemd_journal_LIBS = @systemd_journal_LIBS@
  356: systemdsystemunitdir = @systemdsystemunitdir@
  357: t_plugins = @t_plugins@
  358: target_alias = @target_alias@
  359: top_build_prefix = @top_build_prefix@
  360: top_builddir = @top_builddir@
  361: top_srcdir = @top_srcdir@
  362: tss2_CFLAGS = @tss2_CFLAGS@
  363: tss2_LIBS = @tss2_LIBS@
  364: tss2_esys_CFLAGS = @tss2_esys_CFLAGS@
  365: tss2_esys_LIBS = @tss2_esys_LIBS@
  366: tss2_socket_CFLAGS = @tss2_socket_CFLAGS@
  367: tss2_socket_LIBS = @tss2_socket_LIBS@
  368: tss2_sys_CFLAGS = @tss2_sys_CFLAGS@
  369: tss2_sys_LIBS = @tss2_sys_LIBS@
  370: tss2_tabrmd_CFLAGS = @tss2_tabrmd_CFLAGS@
  371: tss2_tabrmd_LIBS = @tss2_tabrmd_LIBS@
  372: urandom_device = @urandom_device@
  373: wolfssl_CFLAGS = @wolfssl_CFLAGS@
  374: wolfssl_LIBS = @wolfssl_LIBS@
  375: xml_CFLAGS = @xml_CFLAGS@
  376: xml_LIBS = @xml_LIBS@
  377: EXTRA_DIST = linux/if_alg.h linux/ipsec.h linux/netlink.h linux/rtnetlink.h \
  378:              linux/pfkeyv2.h linux/udp.h linux/socket.h linux/xfrm.h sys/queue.h
  379: 
  380: all: all-am
  381: 
  382: .SUFFIXES:
  383: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  384: 	@for dep in $?; do \
  385: 	  case '$(am__configure_deps)' in \
  386: 	    *$$dep*) \
  387: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  388: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  389: 	      exit 1;; \
  390: 	  esac; \
  391: 	done; \
  392: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
  393: 	$(am__cd) $(top_srcdir) && \
  394: 	  $(AUTOMAKE) --gnu src/include/Makefile
  395: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  396: 	@case '$?' in \
  397: 	  *config.status*) \
  398: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  399: 	  *) \
  400: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  401: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  402: 	esac;
  403: 
  404: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  405: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  406: 
  407: $(top_srcdir)/configure:  $(am__configure_deps)
  408: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  409: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  410: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  411: $(am__aclocal_m4_deps):
  412: 
  413: mostlyclean-libtool:
  414: 	-rm -f *.lo
  415: 
  416: clean-libtool:
  417: 	-rm -rf .libs _libs
  418: tags TAGS:
  419: 
  420: ctags CTAGS:
  421: 
  422: cscope cscopelist:
  423: 
  424: 
  425: distdir: $(DISTFILES)
  426: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  427: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  428: 	list='$(DISTFILES)'; \
  429: 	  dist_files=`for file in $$list; do echo $$file; done | \
  430: 	  sed -e "s|^$$srcdirstrip/||;t" \
  431: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  432: 	case $$dist_files in \
  433: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  434: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  435: 			   sort -u` ;; \
  436: 	esac; \
  437: 	for file in $$dist_files; do \
  438: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  439: 	  if test -d $$d/$$file; then \
  440: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  441: 	    if test -d "$(distdir)/$$file"; then \
  442: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  443: 	    fi; \
  444: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  445: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  446: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  447: 	    fi; \
  448: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  449: 	  else \
  450: 	    test -f "$(distdir)/$$file" \
  451: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  452: 	    || exit 1; \
  453: 	  fi; \
  454: 	done
  455: check-am: all-am
  456: check: check-am
  457: all-am: Makefile
  458: installdirs:
  459: install: install-am
  460: install-exec: install-exec-am
  461: install-data: install-data-am
  462: uninstall: uninstall-am
  463: 
  464: install-am: all-am
  465: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  466: 
  467: installcheck: installcheck-am
  468: install-strip:
  469: 	if test -z '$(STRIP)'; then \
  470: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  471: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  472: 	      install; \
  473: 	else \
  474: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  475: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  476: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  477: 	fi
  478: mostlyclean-generic:
  479: 
  480: clean-generic:
  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-am
  490: 
  491: clean-am: clean-generic clean-libtool mostlyclean-am
  492: 
  493: distclean: distclean-am
  494: 	-rm -f Makefile
  495: distclean-am: clean-am distclean-generic
  496: 
  497: dvi: dvi-am
  498: 
  499: dvi-am:
  500: 
  501: html: html-am
  502: 
  503: html-am:
  504: 
  505: info: info-am
  506: 
  507: info-am:
  508: 
  509: install-data-am:
  510: 
  511: install-dvi: install-dvi-am
  512: 
  513: install-dvi-am:
  514: 
  515: install-exec-am:
  516: 
  517: install-html: install-html-am
  518: 
  519: install-html-am:
  520: 
  521: install-info: install-info-am
  522: 
  523: install-info-am:
  524: 
  525: install-man:
  526: 
  527: install-pdf: install-pdf-am
  528: 
  529: install-pdf-am:
  530: 
  531: install-ps: install-ps-am
  532: 
  533: install-ps-am:
  534: 
  535: installcheck-am:
  536: 
  537: maintainer-clean: maintainer-clean-am
  538: 	-rm -f Makefile
  539: maintainer-clean-am: distclean-am maintainer-clean-generic
  540: 
  541: mostlyclean: mostlyclean-am
  542: 
  543: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  544: 
  545: pdf: pdf-am
  546: 
  547: pdf-am:
  548: 
  549: ps: ps-am
  550: 
  551: ps-am:
  552: 
  553: uninstall-am:
  554: 
  555: .MAKE: install-am install-strip
  556: 
  557: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
  558: 	cscopelist-am ctags-am distclean distclean-generic \
  559: 	distclean-libtool distdir dvi dvi-am html html-am info info-am \
  560: 	install install-am install-data install-data-am install-dvi \
  561: 	install-dvi-am install-exec install-exec-am install-html \
  562: 	install-html-am install-info install-info-am install-man \
  563: 	install-pdf install-pdf-am install-ps install-ps-am \
  564: 	install-strip installcheck installcheck-am installdirs \
  565: 	maintainer-clean maintainer-clean-generic mostlyclean \
  566: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  567: 	tags-am uninstall uninstall-am
  568: 
  569: .PRECIOUS: Makefile
  570: 
  571: 
  572: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  573: # Otherwise a system limit (for SysV at least) may be exceeded.
  574: .NOEXPORT:

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