File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / arping / src / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jun 15 16:26:43 2014 UTC (10 years, 1 month ago) by misho
Branches: arping, MAIN
CVS tags: v2_15_cross, v2_15, v2_13, HEAD
arping 2.13

    1: # Makefile.in generated by automake 1.11.6 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6: # Foundation, Inc.
    7: # This Makefile.in is free software; the Free Software Foundation
    8: # gives unlimited permission to copy and/or distribute it,
    9: # with or without modifications, as long as this notice is preserved.
   10: 
   11: # This program is distributed in the hope that it will be useful,
   12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   14: # PARTICULAR PURPOSE.
   15: 
   16: @SET_MAKE@
   17: 
   18: # arping/src/Makefile.am
   19: 
   20: VPATH = @srcdir@
   21: am__make_dryrun = \
   22:   { \
   23:     am__dry=no; \
   24:     case $$MAKEFLAGS in \
   25:       *\\[\ \	]*) \
   26:         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
   27:           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
   28:       *) \
   29:         for am__flg in $$MAKEFLAGS; do \
   30:           case $$am__flg in \
   31:             *=*|--*) ;; \
   32:             *n*) am__dry=yes; break;; \
   33:           esac; \
   34:         done;; \
   35:     esac; \
   36:     test $$am__dry = yes; \
   37:   }
   38: pkgdatadir = $(datadir)/@PACKAGE@
   39: pkgincludedir = $(includedir)/@PACKAGE@
   40: pkglibdir = $(libdir)/@PACKAGE@
   41: pkglibexecdir = $(libexecdir)/@PACKAGE@
   42: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   43: install_sh_DATA = $(install_sh) -c -m 644
   44: install_sh_PROGRAM = $(install_sh) -c
   45: install_sh_SCRIPT = $(install_sh) -c
   46: INSTALL_HEADER = $(INSTALL_DATA)
   47: transform = $(program_transform_name)
   48: NORMAL_INSTALL = :
   49: PRE_INSTALL = :
   50: POST_INSTALL = :
   51: NORMAL_UNINSTALL = :
   52: PRE_UNINSTALL = :
   53: POST_UNINSTALL = :
   54: build_triplet = @build@
   55: host_triplet = @host@
   56: target_triplet = @target@
   57: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
   58: 	$(top_srcdir)/Makefile.am.common findif_bsdroute.c \
   59: 	findif_getifaddrs.c findif_linux.c findif_other.c \
   60: 	findif_sysctl.c
   61: sbin_PROGRAMS = arping$(EXEEXT)
   62: subdir = src
   63: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   64: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   65: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   66: 	$(ACLOCAL_M4)
   67: mkinstalldirs = $(install_sh) -d
   68: CONFIG_HEADER = $(top_builddir)/config.h
   69: CONFIG_CLEAN_FILES =
   70: CONFIG_CLEAN_VPATH_FILES =
   71: am__installdirs = "$(DESTDIR)$(sbindir)"
   72: PROGRAMS = $(sbin_PROGRAMS)
   73: am_arping_OBJECTS = arping.$(OBJEXT) unix.$(OBJEXT)
   74: arping_OBJECTS = $(am_arping_OBJECTS)
   75: arping_DEPENDENCIES = $(LIBOBJS)
   76: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
   77: depcomp = $(SHELL) $(top_srcdir)/depcomp
   78: am__depfiles_maybe = depfiles
   79: am__mv = mv -f
   80: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   81: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
   82: CCLD = $(CC)
   83: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   84: SOURCES = $(arping_SOURCES)
   85: DIST_SOURCES = $(arping_SOURCES)
   86: am__can_run_installinfo = \
   87:   case $$AM_UPDATE_INFO_DIR in \
   88:     n|no|NO) false;; \
   89:     *) (install-info --version) >/dev/null 2>&1;; \
   90:   esac
   91: ETAGS = etags
   92: CTAGS = ctags
   93: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
   94: ACLOCAL = @ACLOCAL@
   95: AMTAR = @AMTAR@
   96: AUTOCONF = @AUTOCONF@
   97: AUTOHEADER = @AUTOHEADER@
   98: AUTOMAKE = @AUTOMAKE@
   99: AWK = @AWK@
  100: CC = @CC@
  101: CCDEPMODE = @CCDEPMODE@
  102: CFLAGS = @CFLAGS@
  103: CPP = @CPP@
  104: CPPFLAGS = @CPPFLAGS@
  105: CYGPATH_W = @CYGPATH_W@
  106: DEFS = @DEFS@
  107: DEPDIR = @DEPDIR@
  108: ECHO_C = @ECHO_C@
  109: ECHO_N = @ECHO_N@
  110: ECHO_T = @ECHO_T@
  111: EGREP = @EGREP@
  112: EXEEXT = @EXEEXT@
  113: GREP = @GREP@
  114: INSTALL = @INSTALL@
  115: INSTALL_DATA = @INSTALL_DATA@
  116: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  117: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  118: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  119: LDFLAGS = @LDFLAGS@
  120: LIBOBJS = @LIBOBJS@
  121: LIBS = @LIBS@
  122: LTLIBOBJS = @LTLIBOBJS@
  123: MAINT = @MAINT@
  124: MAKEINFO = @MAKEINFO@
  125: MKDIR_P = @MKDIR_P@
  126: OBJEXT = @OBJEXT@
  127: PACKAGE = @PACKAGE@
  128: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  129: PACKAGE_NAME = @PACKAGE_NAME@
  130: PACKAGE_STRING = @PACKAGE_STRING@
  131: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  132: PACKAGE_URL = @PACKAGE_URL@
  133: PACKAGE_VERSION = @PACKAGE_VERSION@
  134: PATH_SEPARATOR = @PATH_SEPARATOR@
  135: SET_MAKE = @SET_MAKE@
  136: SHELL = @SHELL@
  137: STRIP = @STRIP@
  138: VERSION = @VERSION@
  139: abs_builddir = @abs_builddir@
  140: abs_srcdir = @abs_srcdir@
  141: abs_top_builddir = @abs_top_builddir@
  142: abs_top_srcdir = @abs_top_srcdir@
  143: ac_ct_CC = @ac_ct_CC@
  144: am__include = @am__include@
  145: am__leading_dot = @am__leading_dot@
  146: am__quote = @am__quote@
  147: am__tar = @am__tar@
  148: am__untar = @am__untar@
  149: bindir = @bindir@
  150: build = @build@
  151: build_alias = @build_alias@
  152: build_cpu = @build_cpu@
  153: build_os = @build_os@
  154: build_vendor = @build_vendor@
  155: builddir = @builddir@
  156: datadir = @datadir@
  157: datarootdir = @datarootdir@
  158: docdir = @docdir@
  159: dvidir = @dvidir@
  160: exec_prefix = @exec_prefix@
  161: host = @host@
  162: host_alias = @host_alias@
  163: host_cpu = @host_cpu@
  164: host_os = @host_os@
  165: host_vendor = @host_vendor@
  166: htmldir = @htmldir@
  167: includedir = @includedir@
  168: infodir = @infodir@
  169: install_sh = @install_sh@
  170: libdir = @libdir@
  171: libexecdir = @libexecdir@
  172: localedir = @localedir@
  173: localstatedir = @localstatedir@
  174: mandir = @mandir@
  175: mkdir_p = @mkdir_p@
  176: oldincludedir = @oldincludedir@
  177: pdfdir = @pdfdir@
  178: prefix = @prefix@
  179: program_transform_name = @program_transform_name@
  180: psdir = @psdir@
  181: sbindir = @sbindir@
  182: sharedstatedir = @sharedstatedir@
  183: srcdir = @srcdir@
  184: sysconfdir = @sysconfdir@
  185: target = @target@
  186: target_alias = @target_alias@
  187: target_cpu = @target_cpu@
  188: target_os = @target_os@
  189: target_vendor = @target_vendor@
  190: top_build_prefix = @top_build_prefix@
  191: top_builddir = @top_builddir@
  192: top_srcdir = @top_srcdir@
  193: 
  194: # arping/Makefile.am.common
  195: AUTOMAKE_OPTIONS = foreign
  196: DISTCLEANFILES = *~
  197: arping_SOURCES = arping.c unix.c
  198: arping_LDADD = $(LIBOBJS)
  199: all: all-am
  200: 
  201: .SUFFIXES:
  202: .SUFFIXES: .c .o .obj
  203: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(am__configure_deps)
  204: 	@for dep in $?; do \
  205: 	  case '$(am__configure_deps)' in \
  206: 	    *$$dep*) \
  207: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  208: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  209: 	      exit 1;; \
  210: 	  esac; \
  211: 	done; \
  212: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  213: 	$(am__cd) $(top_srcdir) && \
  214: 	  $(AUTOMAKE) --foreign src/Makefile
  215: .PRECIOUS: Makefile
  216: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  217: 	@case '$?' in \
  218: 	  *config.status*) \
  219: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  220: 	  *) \
  221: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  222: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  223: 	esac;
  224: $(top_srcdir)/Makefile.am.common:
  225: 
  226: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  227: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  228: 
  229: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  230: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  231: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  232: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233: $(am__aclocal_m4_deps):
  234: install-sbinPROGRAMS: $(sbin_PROGRAMS)
  235: 	@$(NORMAL_INSTALL)
  236: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  237: 	if test -n "$$list"; then \
  238: 	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
  239: 	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
  240: 	fi; \
  241: 	for p in $$list; do echo "$$p $$p"; done | \
  242: 	sed 's/$(EXEEXT)$$//' | \
  243: 	while read p p1; do if test -f $$p; \
  244: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  245: 	done | \
  246: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  247: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  248: 	sed 'N;N;N;s,\n, ,g' | \
  249: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  250: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  251: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  252: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  253: 	  END { for (d in files) print "f", d, files[d] }' | \
  254: 	while read type dir files; do \
  255: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  256: 	    test -z "$$files" || { \
  257: 	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  258: 	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  259: 	    } \
  260: 	; done
  261: 
  262: uninstall-sbinPROGRAMS:
  263: 	@$(NORMAL_UNINSTALL)
  264: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  265: 	files=`for p in $$list; do echo "$$p"; done | \
  266: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  267: 	      -e 's/$$/$(EXEEXT)/' `; \
  268: 	test -n "$$list" || exit 0; \
  269: 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  270: 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  271: 
  272: clean-sbinPROGRAMS:
  273: 	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  274: arping$(EXEEXT): $(arping_OBJECTS) $(arping_DEPENDENCIES) $(EXTRA_arping_DEPENDENCIES) 
  275: 	@rm -f arping$(EXEEXT)
  276: 	$(LINK) $(arping_OBJECTS) $(arping_LDADD) $(LIBS)
  277: 
  278: mostlyclean-compile:
  279: 	-rm -f *.$(OBJEXT)
  280: 
  281: distclean-compile:
  282: 	-rm -f *.tab.c
  283: 
  284: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_bsdroute.Po@am__quote@
  285: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_getifaddrs.Po@am__quote@
  286: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_linux.Po@am__quote@
  287: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_other.Po@am__quote@
  288: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_sysctl.Po@am__quote@
  289: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arping.Po@am__quote@
  290: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@
  291: 
  292: .c.o:
  293: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  294: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  295: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  296: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  297: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  298: 
  299: .c.obj:
  300: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  301: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  302: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  303: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  304: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  305: 
  306: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  307: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  308: 	unique=`for i in $$list; do \
  309: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  310: 	  done | \
  311: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  312: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  313: 	mkid -fID $$unique
  314: tags: TAGS
  315: 
  316: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  317: 		$(TAGS_FILES) $(LISP)
  318: 	set x; \
  319: 	here=`pwd`; \
  320: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  321: 	unique=`for i in $$list; do \
  322: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  323: 	  done | \
  324: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  325: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  326: 	shift; \
  327: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  328: 	  test -n "$$unique" || unique=$$empty_fix; \
  329: 	  if test $$# -gt 0; then \
  330: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  331: 	      "$$@" $$unique; \
  332: 	  else \
  333: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  334: 	      $$unique; \
  335: 	  fi; \
  336: 	fi
  337: ctags: CTAGS
  338: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  339: 		$(TAGS_FILES) $(LISP)
  340: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  341: 	unique=`for i in $$list; do \
  342: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  343: 	  done | \
  344: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  345: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  346: 	test -z "$(CTAGS_ARGS)$$unique" \
  347: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  348: 	     $$unique
  349: 
  350: GTAGS:
  351: 	here=`$(am__cd) $(top_builddir) && pwd` \
  352: 	  && $(am__cd) $(top_srcdir) \
  353: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  354: 
  355: distclean-tags:
  356: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  357: 
  358: distdir: $(DISTFILES)
  359: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  360: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  361: 	list='$(DISTFILES)'; \
  362: 	  dist_files=`for file in $$list; do echo $$file; done | \
  363: 	  sed -e "s|^$$srcdirstrip/||;t" \
  364: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  365: 	case $$dist_files in \
  366: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  367: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  368: 			   sort -u` ;; \
  369: 	esac; \
  370: 	for file in $$dist_files; do \
  371: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  372: 	  if test -d $$d/$$file; then \
  373: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  374: 	    if test -d "$(distdir)/$$file"; then \
  375: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  376: 	    fi; \
  377: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  378: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  379: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  380: 	    fi; \
  381: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  382: 	  else \
  383: 	    test -f "$(distdir)/$$file" \
  384: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  385: 	    || exit 1; \
  386: 	  fi; \
  387: 	done
  388: check-am: all-am
  389: check: check-am
  390: all-am: Makefile $(PROGRAMS)
  391: installdirs:
  392: 	for dir in "$(DESTDIR)$(sbindir)"; do \
  393: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  394: 	done
  395: install: install-am
  396: install-exec: install-exec-am
  397: install-data: install-data-am
  398: uninstall: uninstall-am
  399: 
  400: install-am: all-am
  401: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  402: 
  403: installcheck: installcheck-am
  404: install-strip:
  405: 	if test -z '$(STRIP)'; then \
  406: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  407: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  408: 	      install; \
  409: 	else \
  410: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  411: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  412: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  413: 	fi
  414: mostlyclean-generic:
  415: 
  416: clean-generic:
  417: 
  418: distclean-generic:
  419: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  420: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  421: 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  422: 
  423: maintainer-clean-generic:
  424: 	@echo "This command is intended for maintainers to use"
  425: 	@echo "it deletes files that may require special tools to rebuild."
  426: clean: clean-am
  427: 
  428: clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
  429: 
  430: distclean: distclean-am
  431: 	-rm -rf $(DEPDIR) ./$(DEPDIR)
  432: 	-rm -f Makefile
  433: distclean-am: clean-am distclean-compile distclean-generic \
  434: 	distclean-tags
  435: 
  436: dvi: dvi-am
  437: 
  438: dvi-am:
  439: 
  440: html: html-am
  441: 
  442: html-am:
  443: 
  444: info: info-am
  445: 
  446: info-am:
  447: 
  448: install-data-am:
  449: 
  450: install-dvi: install-dvi-am
  451: 
  452: install-dvi-am:
  453: 
  454: install-exec-am: install-sbinPROGRAMS
  455: 
  456: install-html: install-html-am
  457: 
  458: install-html-am:
  459: 
  460: install-info: install-info-am
  461: 
  462: install-info-am:
  463: 
  464: install-man:
  465: 
  466: install-pdf: install-pdf-am
  467: 
  468: install-pdf-am:
  469: 
  470: install-ps: install-ps-am
  471: 
  472: install-ps-am:
  473: 
  474: installcheck-am:
  475: 
  476: maintainer-clean: maintainer-clean-am
  477: 	-rm -rf $(DEPDIR) ./$(DEPDIR)
  478: 	-rm -f Makefile
  479: maintainer-clean-am: distclean-am maintainer-clean-generic
  480: 
  481: mostlyclean: mostlyclean-am
  482: 
  483: mostlyclean-am: mostlyclean-compile mostlyclean-generic
  484: 
  485: pdf: pdf-am
  486: 
  487: pdf-am:
  488: 
  489: ps: ps-am
  490: 
  491: ps-am:
  492: 
  493: uninstall-am: uninstall-sbinPROGRAMS
  494: 
  495: .MAKE: install-am install-strip
  496: 
  497: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  498: 	clean-sbinPROGRAMS ctags distclean distclean-compile \
  499: 	distclean-generic distclean-tags distdir dvi dvi-am html \
  500: 	html-am info info-am install install-am install-data \
  501: 	install-data-am install-dvi install-dvi-am install-exec \
  502: 	install-exec-am install-html install-html-am install-info \
  503: 	install-info-am install-man install-pdf install-pdf-am \
  504: 	install-ps install-ps-am install-sbinPROGRAMS install-strip \
  505: 	installcheck installcheck-am installdirs maintainer-clean \
  506: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  507: 	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  508: 	uninstall-am uninstall-sbinPROGRAMS
  509: 
  510: 
  511: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  512: # Otherwise a system limit (for SysV at least) may be exceeded.
  513: .NOEXPORT:

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