"Fossies" - the Fresh Open Source Software Archive

Member "fping-5.1/src/Makefile.in" (6 Feb 2022, 27970 Bytes) of package /linux/misc/fping-5.1.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


    1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
    2 # @configure_input@
    3 
    4 # Copyright (C) 1994-2021 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 sbin_PROGRAMS = fping$(EXEEXT)
   93 @IPV6_TRUE@am__append_1 = socket6.c
   94 subdir = src
   95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   96 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   98 	$(ACLOCAL_M4)
   99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  100 mkinstalldirs = $(install_sh) -d
  101 CONFIG_HEADER = $(top_builddir)/config.h
  102 CONFIG_CLEAN_FILES =
  103 CONFIG_CLEAN_VPATH_FILES =
  104 am__installdirs = "$(DESTDIR)$(sbindir)"
  105 PROGRAMS = $(sbin_PROGRAMS)
  106 am__fping_SOURCES_DIST = fping.c seqmap.c socket4.c fping.h options.h \
  107 	seqmap.h optparse.c optparse.h socket6.c
  108 @IPV6_TRUE@am__objects_1 = fping-socket6.$(OBJEXT)
  109 am_fping_OBJECTS = fping-fping.$(OBJEXT) fping-seqmap.$(OBJEXT) \
  110 	fping-socket4.$(OBJEXT) fping-optparse.$(OBJEXT) \
  111 	$(am__objects_1)
  112 fping_OBJECTS = $(am_fping_OBJECTS)
  113 fping_LDADD = $(LDADD)
  114 fping_LINK = $(CCLD) $(fping_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  115 	$(LDFLAGS) -o $@
  116 AM_V_P = $(am__v_P_@AM_V@)
  117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  118 am__v_P_0 = false
  119 am__v_P_1 = :
  120 AM_V_GEN = $(am__v_GEN_@AM_V@)
  121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  122 am__v_GEN_0 = @echo "  GEN     " $@;
  123 am__v_GEN_1 = 
  124 AM_V_at = $(am__v_at_@AM_V@)
  125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  126 am__v_at_0 = @
  127 am__v_at_1 = 
  128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  129 depcomp = $(SHELL) $(top_srcdir)/depcomp
  130 am__maybe_remake_depfiles = depfiles
  131 am__depfiles_remade = ./$(DEPDIR)/fping-fping.Po \
  132 	./$(DEPDIR)/fping-optparse.Po ./$(DEPDIR)/fping-seqmap.Po \
  133 	./$(DEPDIR)/fping-socket4.Po ./$(DEPDIR)/fping-socket6.Po
  134 am__mv = mv -f
  135 AM_V_lt = $(am__v_lt_@AM_V@)
  136 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  137 am__v_lt_0 = --silent
  138 am__v_lt_1 = 
  139 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  140 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  141 AM_V_CC = $(am__v_CC_@AM_V@)
  142 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  143 am__v_CC_0 = @echo "  CC      " $@;
  144 am__v_CC_1 = 
  145 CCLD = $(CC)
  146 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  147 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  148 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  149 am__v_CCLD_0 = @echo "  CCLD    " $@;
  150 am__v_CCLD_1 = 
  151 SOURCES = $(fping_SOURCES)
  152 DIST_SOURCES = $(am__fping_SOURCES_DIST)
  153 am__can_run_installinfo = \
  154   case $$AM_UPDATE_INFO_DIR in \
  155     n|no|NO) false;; \
  156     *) (install-info --version) >/dev/null 2>&1;; \
  157   esac
  158 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  159 # Read a list of newline-separated strings from the standard input,
  160 # and print each of them once, without duplicates.  Input order is
  161 # *not* preserved.
  162 am__uniquify_input = $(AWK) '\
  163   BEGIN { nonempty = 0; } \
  164   { items[$$0] = 1; nonempty = 1; } \
  165   END { if (nonempty) { for (i in items) print i; }; } \
  166 '
  167 # Make sure the list of sources is unique.  This is necessary because,
  168 # e.g., the same source file might be shared among _SOURCES variables
  169 # for different programs/libraries.
  170 am__define_uniq_tagged_files = \
  171   list='$(am__tagged_files)'; \
  172   unique=`for i in $$list; do \
  173     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  174   done | $(am__uniquify_input)`
  175 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  176 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  177 ACLOCAL = @ACLOCAL@
  178 AMTAR = @AMTAR@
  179 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  180 AUTOCONF = @AUTOCONF@
  181 AUTOHEADER = @AUTOHEADER@
  182 AUTOMAKE = @AUTOMAKE@
  183 AWK = @AWK@
  184 CC = @CC@
  185 CCDEPMODE = @CCDEPMODE@
  186 CFLAGS = @CFLAGS@
  187 CPP = @CPP@
  188 CPPFLAGS = @CPPFLAGS@
  189 CSCOPE = @CSCOPE@
  190 CTAGS = @CTAGS@
  191 CYGPATH_W = @CYGPATH_W@
  192 DEFS = @DEFS@
  193 DEPDIR = @DEPDIR@
  194 ECHO_C = @ECHO_C@
  195 ECHO_N = @ECHO_N@
  196 ECHO_T = @ECHO_T@
  197 ETAGS = @ETAGS@
  198 EXEEXT = @EXEEXT@
  199 INSTALL = @INSTALL@
  200 INSTALL_DATA = @INSTALL_DATA@
  201 INSTALL_PROGRAM = @INSTALL_PROGRAM@
  202 INSTALL_SCRIPT = @INSTALL_SCRIPT@
  203 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  204 LDFLAGS = @LDFLAGS@
  205 LIBOBJS = @LIBOBJS@
  206 LIBS = @LIBS@
  207 LTLIBOBJS = @LTLIBOBJS@
  208 MAINT = @MAINT@
  209 MAKEINFO = @MAKEINFO@
  210 MKDIR_P = @MKDIR_P@
  211 OBJEXT = @OBJEXT@
  212 PACKAGE = @PACKAGE@
  213 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  214 PACKAGE_NAME = @PACKAGE_NAME@
  215 PACKAGE_STRING = @PACKAGE_STRING@
  216 PACKAGE_TARNAME = @PACKAGE_TARNAME@
  217 PACKAGE_URL = @PACKAGE_URL@
  218 PACKAGE_VERSION = @PACKAGE_VERSION@
  219 PATH_SEPARATOR = @PATH_SEPARATOR@
  220 SET_MAKE = @SET_MAKE@
  221 SHELL = @SHELL@
  222 STRIP = @STRIP@
  223 VERSION = @VERSION@
  224 abs_builddir = @abs_builddir@
  225 abs_srcdir = @abs_srcdir@
  226 abs_top_builddir = @abs_top_builddir@
  227 abs_top_srcdir = @abs_top_srcdir@
  228 ac_ct_CC = @ac_ct_CC@
  229 am__include = @am__include@
  230 am__leading_dot = @am__leading_dot@
  231 am__quote = @am__quote@
  232 am__tar = @am__tar@
  233 am__untar = @am__untar@
  234 bindir = @bindir@
  235 build = @build@
  236 build_alias = @build_alias@
  237 build_cpu = @build_cpu@
  238 build_os = @build_os@
  239 build_vendor = @build_vendor@
  240 builddir = @builddir@
  241 datadir = @datadir@
  242 datarootdir = @datarootdir@
  243 docdir = @docdir@
  244 dvidir = @dvidir@
  245 exec_prefix = @exec_prefix@
  246 host = @host@
  247 host_alias = @host_alias@
  248 host_cpu = @host_cpu@
  249 host_os = @host_os@
  250 host_vendor = @host_vendor@
  251 htmldir = @htmldir@
  252 includedir = @includedir@
  253 infodir = @infodir@
  254 install_sh = @install_sh@
  255 libdir = @libdir@
  256 libexecdir = @libexecdir@
  257 localedir = @localedir@
  258 localstatedir = @localstatedir@
  259 mandir = @mandir@
  260 mkdir_p = @mkdir_p@
  261 oldincludedir = @oldincludedir@
  262 pdfdir = @pdfdir@
  263 prefix = @prefix@
  264 program_transform_name = @program_transform_name@
  265 psdir = @psdir@
  266 runstatedir = @runstatedir@
  267 sbindir = @sbindir@
  268 sharedstatedir = @sharedstatedir@
  269 srcdir = @srcdir@
  270 sysconfdir = @sysconfdir@
  271 target = @target@
  272 target_alias = @target_alias@
  273 target_cpu = @target_cpu@
  274 target_os = @target_os@
  275 target_vendor = @target_vendor@
  276 top_build_prefix = @top_build_prefix@
  277 top_builddir = @top_builddir@
  278 top_srcdir = @top_srcdir@
  279 AM_CFLAGS = -Wall -Wextra -Wno-sign-compare
  280 fping_SOURCES = fping.c seqmap.c socket4.c fping.h options.h seqmap.h \
  281 	optparse.c optparse.h $(am__append_1)
  282 fping_DEPENDENCIES = ../config.h
  283 @IPV6_TRUE@fping_CFLAGS = $(AM_CFLAGS) -DIPV6
  284 all: all-am
  285 
  286 .SUFFIXES:
  287 .SUFFIXES: .c .o .obj
  288 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
  289 	@for dep in $?; do \
  290 	  case '$(am__configure_deps)' in \
  291 	    *$$dep*) \
  292 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  293 	        && { if test -f $@; then exit 0; else break; fi; }; \
  294 	      exit 1;; \
  295 	  esac; \
  296 	done; \
  297 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  298 	$(am__cd) $(top_srcdir) && \
  299 	  $(AUTOMAKE) --foreign src/Makefile
  300 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  301 	@case '$?' in \
  302 	  *config.status*) \
  303 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  304 	  *) \
  305 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  306 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  307 	esac;
  308 
  309 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  310 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  311 
  312 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  313 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  314 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  315 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  316 $(am__aclocal_m4_deps):
  317 install-sbinPROGRAMS: $(sbin_PROGRAMS)
  318 	@$(NORMAL_INSTALL)
  319 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  320 	if test -n "$$list"; then \
  321 	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
  322 	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
  323 	fi; \
  324 	for p in $$list; do echo "$$p $$p"; done | \
  325 	sed 's/$(EXEEXT)$$//' | \
  326 	while read p p1; do if test -f $$p \
  327 	  ; then echo "$$p"; echo "$$p"; else :; fi; \
  328 	done | \
  329 	sed -e 'p;s,.*/,,;n;h' \
  330 	    -e 's|.*|.|' \
  331 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  332 	sed 'N;N;N;s,\n, ,g' | \
  333 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  334 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  335 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  336 	    else { print "f", $$3 "/" $$4, $$1; } } \
  337 	  END { for (d in files) print "f", d, files[d] }' | \
  338 	while read type dir files; do \
  339 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  340 	    test -z "$$files" || { \
  341 	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  342 	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  343 	    } \
  344 	; done
  345 
  346 uninstall-sbinPROGRAMS:
  347 	@$(NORMAL_UNINSTALL)
  348 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  349 	files=`for p in $$list; do echo "$$p"; done | \
  350 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  351 	      -e 's/$$/$(EXEEXT)/' \
  352 	`; \
  353 	test -n "$$list" || exit 0; \
  354 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  355 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  356 
  357 clean-sbinPROGRAMS:
  358 	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
  359 
  360 fping$(EXEEXT): $(fping_OBJECTS) $(fping_DEPENDENCIES) $(EXTRA_fping_DEPENDENCIES) 
  361 	@rm -f fping$(EXEEXT)
  362 	$(AM_V_CCLD)$(fping_LINK) $(fping_OBJECTS) $(fping_LDADD) $(LIBS)
  363 
  364 mostlyclean-compile:
  365 	-rm -f *.$(OBJEXT)
  366 
  367 distclean-compile:
  368 	-rm -f *.tab.c
  369 
  370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fping-fping.Po@am__quote@ # am--include-marker
  371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fping-optparse.Po@am__quote@ # am--include-marker
  372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fping-seqmap.Po@am__quote@ # am--include-marker
  373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fping-socket4.Po@am__quote@ # am--include-marker
  374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fping-socket6.Po@am__quote@ # am--include-marker
  375 
  376 $(am__depfiles_remade):
  377 	@$(MKDIR_P) $(@D)
  378 	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
  379 
  380 am--depfiles: $(am__depfiles_remade)
  381 
  382 .c.o:
  383 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  384 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  385 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  386 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  387 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  388 
  389 .c.obj:
  390 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  391 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  392 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  393 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  394 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  395 
  396 fping-fping.o: fping.c
  397 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-fping.o -MD -MP -MF $(DEPDIR)/fping-fping.Tpo -c -o fping-fping.o `test -f 'fping.c' || echo '$(srcdir)/'`fping.c
  398 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-fping.Tpo $(DEPDIR)/fping-fping.Po
  399 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fping.c' object='fping-fping.o' libtool=no @AMDEPBACKSLASH@
  400 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  401 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-fping.o `test -f 'fping.c' || echo '$(srcdir)/'`fping.c
  402 
  403 fping-fping.obj: fping.c
  404 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-fping.obj -MD -MP -MF $(DEPDIR)/fping-fping.Tpo -c -o fping-fping.obj `if test -f 'fping.c'; then $(CYGPATH_W) 'fping.c'; else $(CYGPATH_W) '$(srcdir)/fping.c'; fi`
  405 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-fping.Tpo $(DEPDIR)/fping-fping.Po
  406 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fping.c' object='fping-fping.obj' libtool=no @AMDEPBACKSLASH@
  407 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  408 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-fping.obj `if test -f 'fping.c'; then $(CYGPATH_W) 'fping.c'; else $(CYGPATH_W) '$(srcdir)/fping.c'; fi`
  409 
  410 fping-seqmap.o: seqmap.c
  411 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-seqmap.o -MD -MP -MF $(DEPDIR)/fping-seqmap.Tpo -c -o fping-seqmap.o `test -f 'seqmap.c' || echo '$(srcdir)/'`seqmap.c
  412 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-seqmap.Tpo $(DEPDIR)/fping-seqmap.Po
  413 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='seqmap.c' object='fping-seqmap.o' libtool=no @AMDEPBACKSLASH@
  414 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  415 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-seqmap.o `test -f 'seqmap.c' || echo '$(srcdir)/'`seqmap.c
  416 
  417 fping-seqmap.obj: seqmap.c
  418 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-seqmap.obj -MD -MP -MF $(DEPDIR)/fping-seqmap.Tpo -c -o fping-seqmap.obj `if test -f 'seqmap.c'; then $(CYGPATH_W) 'seqmap.c'; else $(CYGPATH_W) '$(srcdir)/seqmap.c'; fi`
  419 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-seqmap.Tpo $(DEPDIR)/fping-seqmap.Po
  420 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='seqmap.c' object='fping-seqmap.obj' libtool=no @AMDEPBACKSLASH@
  421 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  422 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-seqmap.obj `if test -f 'seqmap.c'; then $(CYGPATH_W) 'seqmap.c'; else $(CYGPATH_W) '$(srcdir)/seqmap.c'; fi`
  423 
  424 fping-socket4.o: socket4.c
  425 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-socket4.o -MD -MP -MF $(DEPDIR)/fping-socket4.Tpo -c -o fping-socket4.o `test -f 'socket4.c' || echo '$(srcdir)/'`socket4.c
  426 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-socket4.Tpo $(DEPDIR)/fping-socket4.Po
  427 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket4.c' object='fping-socket4.o' libtool=no @AMDEPBACKSLASH@
  428 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  429 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-socket4.o `test -f 'socket4.c' || echo '$(srcdir)/'`socket4.c
  430 
  431 fping-socket4.obj: socket4.c
  432 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-socket4.obj -MD -MP -MF $(DEPDIR)/fping-socket4.Tpo -c -o fping-socket4.obj `if test -f 'socket4.c'; then $(CYGPATH_W) 'socket4.c'; else $(CYGPATH_W) '$(srcdir)/socket4.c'; fi`
  433 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-socket4.Tpo $(DEPDIR)/fping-socket4.Po
  434 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket4.c' object='fping-socket4.obj' libtool=no @AMDEPBACKSLASH@
  435 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  436 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-socket4.obj `if test -f 'socket4.c'; then $(CYGPATH_W) 'socket4.c'; else $(CYGPATH_W) '$(srcdir)/socket4.c'; fi`
  437 
  438 fping-optparse.o: optparse.c
  439 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-optparse.o -MD -MP -MF $(DEPDIR)/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' || echo '$(srcdir)/'`optparse.c
  440 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-optparse.Tpo $(DEPDIR)/fping-optparse.Po
  441 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='optparse.c' object='fping-optparse.o' libtool=no @AMDEPBACKSLASH@
  442 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  443 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-optparse.o `test -f 'optparse.c' || echo '$(srcdir)/'`optparse.c
  444 
  445 fping-optparse.obj: optparse.c
  446 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-optparse.obj -MD -MP -MF $(DEPDIR)/fping-optparse.Tpo -c -o fping-optparse.obj `if test -f 'optparse.c'; then $(CYGPATH_W) 'optparse.c'; else $(CYGPATH_W) '$(srcdir)/optparse.c'; fi`
  447 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-optparse.Tpo $(DEPDIR)/fping-optparse.Po
  448 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='optparse.c' object='fping-optparse.obj' libtool=no @AMDEPBACKSLASH@
  449 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  450 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-optparse.obj `if test -f 'optparse.c'; then $(CYGPATH_W) 'optparse.c'; else $(CYGPATH_W) '$(srcdir)/optparse.c'; fi`
  451 
  452 fping-socket6.o: socket6.c
  453 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-socket6.o -MD -MP -MF $(DEPDIR)/fping-socket6.Tpo -c -o fping-socket6.o `test -f 'socket6.c' || echo '$(srcdir)/'`socket6.c
  454 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-socket6.Tpo $(DEPDIR)/fping-socket6.Po
  455 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket6.c' object='fping-socket6.o' libtool=no @AMDEPBACKSLASH@
  456 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  457 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-socket6.o `test -f 'socket6.c' || echo '$(srcdir)/'`socket6.c
  458 
  459 fping-socket6.obj: socket6.c
  460 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -MT fping-socket6.obj -MD -MP -MF $(DEPDIR)/fping-socket6.Tpo -c -o fping-socket6.obj `if test -f 'socket6.c'; then $(CYGPATH_W) 'socket6.c'; else $(CYGPATH_W) '$(srcdir)/socket6.c'; fi`
  461 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/fping-socket6.Tpo $(DEPDIR)/fping-socket6.Po
  462 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='socket6.c' object='fping-socket6.obj' libtool=no @AMDEPBACKSLASH@
  463 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  464 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(fping_CFLAGS) $(CFLAGS) -c -o fping-socket6.obj `if test -f 'socket6.c'; then $(CYGPATH_W) 'socket6.c'; else $(CYGPATH_W) '$(srcdir)/socket6.c'; fi`
  465 
  466 ID: $(am__tagged_files)
  467 	$(am__define_uniq_tagged_files); mkid -fID $$unique
  468 tags: tags-am
  469 TAGS: tags
  470 
  471 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  472 	set x; \
  473 	here=`pwd`; \
  474 	$(am__define_uniq_tagged_files); \
  475 	shift; \
  476 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  477 	  test -n "$$unique" || unique=$$empty_fix; \
  478 	  if test $$# -gt 0; then \
  479 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  480 	      "$$@" $$unique; \
  481 	  else \
  482 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  483 	      $$unique; \
  484 	  fi; \
  485 	fi
  486 ctags: ctags-am
  487 
  488 CTAGS: ctags
  489 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  490 	$(am__define_uniq_tagged_files); \
  491 	test -z "$(CTAGS_ARGS)$$unique" \
  492 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  493 	     $$unique
  494 
  495 GTAGS:
  496 	here=`$(am__cd) $(top_builddir) && pwd` \
  497 	  && $(am__cd) $(top_srcdir) \
  498 	  && gtags -i $(GTAGS_ARGS) "$$here"
  499 cscopelist: cscopelist-am
  500 
  501 cscopelist-am: $(am__tagged_files)
  502 	list='$(am__tagged_files)'; \
  503 	case "$(srcdir)" in \
  504 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  505 	  *) sdir=$(subdir)/$(srcdir) ;; \
  506 	esac; \
  507 	for i in $$list; do \
  508 	  if test -f "$$i"; then \
  509 	    echo "$(subdir)/$$i"; \
  510 	  else \
  511 	    echo "$$sdir/$$i"; \
  512 	  fi; \
  513 	done >> $(top_builddir)/cscope.files
  514 
  515 distclean-tags:
  516 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  517 distdir: $(BUILT_SOURCES)
  518 	$(MAKE) $(AM_MAKEFLAGS) distdir-am
  519 
  520 distdir-am: $(DISTFILES)
  521 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  522 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  523 	list='$(DISTFILES)'; \
  524 	  dist_files=`for file in $$list; do echo $$file; done | \
  525 	  sed -e "s|^$$srcdirstrip/||;t" \
  526 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  527 	case $$dist_files in \
  528 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  529 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  530 			   sort -u` ;; \
  531 	esac; \
  532 	for file in $$dist_files; do \
  533 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  534 	  if test -d $$d/$$file; then \
  535 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  536 	    if test -d "$(distdir)/$$file"; then \
  537 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  538 	    fi; \
  539 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  540 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  541 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  542 	    fi; \
  543 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  544 	  else \
  545 	    test -f "$(distdir)/$$file" \
  546 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  547 	    || exit 1; \
  548 	  fi; \
  549 	done
  550 check-am: all-am
  551 check: check-am
  552 all-am: Makefile $(PROGRAMS)
  553 installdirs:
  554 	for dir in "$(DESTDIR)$(sbindir)"; do \
  555 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  556 	done
  557 install: install-am
  558 install-exec: install-exec-am
  559 install-data: install-data-am
  560 uninstall: uninstall-am
  561 
  562 install-am: all-am
  563 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  564 
  565 installcheck: installcheck-am
  566 install-strip:
  567 	if test -z '$(STRIP)'; then \
  568 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  569 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  570 	      install; \
  571 	else \
  572 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  573 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  574 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  575 	fi
  576 mostlyclean-generic:
  577 
  578 clean-generic:
  579 
  580 distclean-generic:
  581 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  582 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  583 
  584 maintainer-clean-generic:
  585 	@echo "This command is intended for maintainers to use"
  586 	@echo "it deletes files that may require special tools to rebuild."
  587 clean: clean-am
  588 
  589 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
  590 
  591 distclean: distclean-am
  592 		-rm -f ./$(DEPDIR)/fping-fping.Po
  593 	-rm -f ./$(DEPDIR)/fping-optparse.Po
  594 	-rm -f ./$(DEPDIR)/fping-seqmap.Po
  595 	-rm -f ./$(DEPDIR)/fping-socket4.Po
  596 	-rm -f ./$(DEPDIR)/fping-socket6.Po
  597 	-rm -f Makefile
  598 distclean-am: clean-am distclean-compile distclean-generic \
  599 	distclean-tags
  600 
  601 dvi: dvi-am
  602 
  603 dvi-am:
  604 
  605 html: html-am
  606 
  607 html-am:
  608 
  609 info: info-am
  610 
  611 info-am:
  612 
  613 install-data-am:
  614 
  615 install-dvi: install-dvi-am
  616 
  617 install-dvi-am:
  618 
  619 install-exec-am: install-sbinPROGRAMS
  620 
  621 install-html: install-html-am
  622 
  623 install-html-am:
  624 
  625 install-info: install-info-am
  626 
  627 install-info-am:
  628 
  629 install-man:
  630 
  631 install-pdf: install-pdf-am
  632 
  633 install-pdf-am:
  634 
  635 install-ps: install-ps-am
  636 
  637 install-ps-am:
  638 
  639 installcheck-am:
  640 
  641 maintainer-clean: maintainer-clean-am
  642 		-rm -f ./$(DEPDIR)/fping-fping.Po
  643 	-rm -f ./$(DEPDIR)/fping-optparse.Po
  644 	-rm -f ./$(DEPDIR)/fping-seqmap.Po
  645 	-rm -f ./$(DEPDIR)/fping-socket4.Po
  646 	-rm -f ./$(DEPDIR)/fping-socket6.Po
  647 	-rm -f Makefile
  648 maintainer-clean-am: distclean-am maintainer-clean-generic
  649 
  650 mostlyclean: mostlyclean-am
  651 
  652 mostlyclean-am: mostlyclean-compile mostlyclean-generic
  653 
  654 pdf: pdf-am
  655 
  656 pdf-am:
  657 
  658 ps: ps-am
  659 
  660 ps-am:
  661 
  662 uninstall-am: uninstall-sbinPROGRAMS
  663 
  664 .MAKE: install-am install-strip
  665 
  666 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  667 	clean-generic clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
  668 	distclean distclean-compile distclean-generic distclean-tags \
  669 	distdir dvi dvi-am html html-am info info-am install \
  670 	install-am install-data install-data-am install-dvi \
  671 	install-dvi-am install-exec install-exec-am install-html \
  672 	install-html-am install-info install-info-am install-man \
  673 	install-pdf install-pdf-am install-ps install-ps-am \
  674 	install-sbinPROGRAMS install-strip installcheck \
  675 	installcheck-am installdirs maintainer-clean \
  676 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  677 	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  678 	uninstall-am uninstall-sbinPROGRAMS
  679 
  680 .PRECIOUS: Makefile
  681 
  682 
  683 # Tell versions [3.59,3.63) of GNU make to not export all variables.
  684 # Otherwise a system limit (for SysV at least) may be exceeded.
  685 .NOEXPORT: