File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / include / Makefile.in
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:11:38 2023 UTC (11 months, 3 weeks ago) by misho
Branches: libnet, MAIN
CVS tags: v1_2p1, HEAD
Version 1.2p1

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

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