|
|
|
@ -14,7 +14,6 @@
|
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
|
|
@SET_MAKE@
|
|
|
|
|
|
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
@ -35,13 +34,11 @@ POST_UNINSTALL = :
|
|
|
|
|
build_triplet = @build@
|
|
|
|
|
host_triplet = @host@
|
|
|
|
|
target_triplet = @target@
|
|
|
|
|
sbin_PROGRAMS = fping$(EXEEXT)
|
|
|
|
|
subdir = .
|
|
|
|
|
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
|
|
|
|
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
|
|
|
|
$(top_srcdir)/configure COPYING ChangeLog INSTALL acconfig.h \
|
|
|
|
|
config.guess config.sub depcomp install-sh missing \
|
|
|
|
|
mkinstalldirs
|
|
|
|
|
$(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \
|
|
|
|
|
config.sub depcomp install-sh missing mkinstalldirs
|
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
@ -52,47 +49,23 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
|
|
|
CONFIG_HEADER = config.h
|
|
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
|
|
|
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
|
|
|
|
|
PROGRAMS = $(sbin_PROGRAMS)
|
|
|
|
|
am_fping_OBJECTS = fping.$(OBJEXT)
|
|
|
|
|
fping_OBJECTS = $(am_fping_OBJECTS)
|
|
|
|
|
fping_LDADD = $(LDADD)
|
|
|
|
|
DEFAULT_INCLUDES = -I.@am__isrc@
|
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
|
|
|
am__depfiles_maybe = depfiles
|
|
|
|
|
am__mv = mv -f
|
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
|
|
|
CCLD = $(CC)
|
|
|
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
|
|
SOURCES = $(fping_SOURCES)
|
|
|
|
|
DIST_SOURCES = $(fping_SOURCES)
|
|
|
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
|
|
|
am__vpath_adj = case $$p in \
|
|
|
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
|
*) f=$$p;; \
|
|
|
|
|
esac;
|
|
|
|
|
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
|
am__install_max = 40
|
|
|
|
|
am__nobase_strip_setup = \
|
|
|
|
|
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
|
|
|
|
am__nobase_strip = \
|
|
|
|
|
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
|
|
|
|
am__nobase_list = $(am__nobase_strip_setup); \
|
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
|
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
|
|
|
|
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
|
|
|
|
if (++n[$$2] == $(am__install_max)) \
|
|
|
|
|
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
|
|
|
|
END { for (dir in files) print dir, files[dir] }'
|
|
|
|
|
am__base_list = \
|
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
|
|
|
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
|
|
|
|
man8dir = $(mandir)/man8
|
|
|
|
|
NROFF = nroff
|
|
|
|
|
MANS = $(man_MANS)
|
|
|
|
|
SOURCES =
|
|
|
|
|
DIST_SOURCES =
|
|
|
|
|
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
|
|
|
|
html-recursive info-recursive install-data-recursive \
|
|
|
|
|
install-dvi-recursive install-exec-recursive \
|
|
|
|
|
install-html-recursive install-info-recursive \
|
|
|
|
|
install-pdf-recursive install-ps-recursive install-recursive \
|
|
|
|
|
installcheck-recursive installdirs-recursive pdf-recursive \
|
|
|
|
|
ps-recursive uninstall-recursive
|
|
|
|
|
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
|
|
|
|
distclean-recursive maintainer-clean-recursive
|
|
|
|
|
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
|
|
|
|
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
|
|
|
|
distdir dist dist-all distcheck
|
|
|
|
|
ETAGS = etags
|
|
|
|
|
CTAGS = ctags
|
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
|
|
|
top_distdir = $(distdir)
|
|
|
|
@ -100,6 +73,31 @@ am__remove_distdir = \
|
|
|
|
|
{ test ! -d "$(distdir)" \
|
|
|
|
|
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
|
|
|
&& rm -fr "$(distdir)"; }; }
|
|
|
|
|
am__relativize = \
|
|
|
|
|
dir0=`pwd`; \
|
|
|
|
|
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
|
|
|
|
sed_rest='s,^[^/]*/*,,'; \
|
|
|
|
|
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
|
|
|
|
sed_butlast='s,/*[^/]*$$,,'; \
|
|
|
|
|
while test -n "$$dir1"; do \
|
|
|
|
|
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
|
|
|
|
if test "$$first" != "."; then \
|
|
|
|
|
if test "$$first" = ".."; then \
|
|
|
|
|
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
|
|
|
|
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
|
|
|
|
else \
|
|
|
|
|
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
|
|
|
|
if test "$$first2" = "$$first"; then \
|
|
|
|
|
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
|
|
|
|
else \
|
|
|
|
|
dir2="../$$dir2"; \
|
|
|
|
|
fi; \
|
|
|
|
|
dir0="$$dir0"/"$$first"; \
|
|
|
|
|
fi; \
|
|
|
|
|
fi; \
|
|
|
|
|
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
|
|
|
|
done; \
|
|
|
|
|
reldir="$$dir2"
|
|
|
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
|
|
|
GZIP_ENV = --best
|
|
|
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
|
|
@ -203,15 +201,11 @@ target_vendor = @target_vendor@
|
|
|
|
|
top_build_prefix = @top_build_prefix@
|
|
|
|
|
top_builddir = @top_builddir@
|
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
|
fping_SOURCES = fping.c options.h
|
|
|
|
|
man_MANS = fping.8
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
EXTRA_DIST = $(man_MANS) autogen.sh
|
|
|
|
|
SUBDIRS = doc src
|
|
|
|
|
all: config.h
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
|
.SUFFIXES: .c .o .obj
|
|
|
|
|
am--refresh:
|
|
|
|
|
@:
|
|
|
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@ -256,113 +250,83 @@ config.h: stamp-h1
|
|
|
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
|
|
|
@rm -f stamp-h1
|
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
|
|
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir)/acconfig.h
|
|
|
|
|
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
|
|
|
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
|
|
|
|
rm -f stamp-h1
|
|
|
|
|
touch $@
|
|
|
|
|
|
|
|
|
|
distclean-hdr:
|
|
|
|
|
-rm -f config.h stamp-h1
|
|
|
|
|
install-sbinPROGRAMS: $(sbin_PROGRAMS)
|
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
|
|
|
|
|
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
|
|
|
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
|
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
|
|
|
while read p p1; do if test -f $$p; \
|
|
|
|
|
then echo "$$p"; echo "$$p"; else :; fi; \
|
|
|
|
|
done | \
|
|
|
|
|
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
|
|
|
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
|
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
|
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
|
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
|
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
|
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
|
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
|
|
|
while read type dir files; do \
|
|
|
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
|
|
|
test -z "$$files" || { \
|
|
|
|
|
echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
|
|
|
|
|
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
|
|
|
|
|
} \
|
|
|
|
|
; done
|
|
|
|
|
|
|
|
|
|
uninstall-sbinPROGRAMS:
|
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
|
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
|
|
|
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
|
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
|
|
|
-e 's/$$/$(EXEEXT)/' `; \
|
|
|
|
|
test -n "$$list" || exit 0; \
|
|
|
|
|
echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
|
|
|
|
|
cd "$(DESTDIR)$(sbindir)" && rm -f $$files
|
|
|
|
|
|
|
|
|
|
clean-sbinPROGRAMS:
|
|
|
|
|
-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
|
|
|
|
|
fping$(EXEEXT): $(fping_OBJECTS) $(fping_DEPENDENCIES)
|
|
|
|
|
@rm -f fping$(EXEEXT)
|
|
|
|
|
$(LINK) $(fping_OBJECTS) $(fping_LDADD) $(LIBS)
|
|
|
|
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
|
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fping.Po@am__quote@
|
|
|
|
|
|
|
|
|
|
.c.o:
|
|
|
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
|
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|
|
|
|
|
|
|
|
|
.c.obj:
|
|
|
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
|
|
install-man8: $(man_MANS)
|
|
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
|
test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
|
|
|
|
|
@list=''; test -n "$(man8dir)" || exit 0; \
|
|
|
|
|
{ for i in $$list; do echo "$$i"; done; \
|
|
|
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
|
|
|
sed -n '/\.8[a-z]*$$/p'; \
|
|
|
|
|
} | while read p; do \
|
|
|
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
|
echo "$$d$$p"; echo "$$p"; \
|
|
|
|
|
done | \
|
|
|
|
|
sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
|
|
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
|
|
|
|
sed 'N;N;s,\n, ,g' | { \
|
|
|
|
|
list=; while read file base inst; do \
|
|
|
|
|
if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
|
|
|
|
echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
|
|
|
|
|
$(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
|
|
|
|
|
|
|
|
|
|
# This directory's subdirectories are mostly independent; you can cd
|
|
|
|
|
# into them and run `make' without going through this Makefile.
|
|
|
|
|
# To change the values of `make' variables: instead of editing Makefiles,
|
|
|
|
|
# (1) if the variable is set in `config.status', edit `config.status'
|
|
|
|
|
# (which will cause the Makefiles to be regenerated when you run `make');
|
|
|
|
|
# (2) otherwise, pass the desired values on the `make' command line.
|
|
|
|
|
$(RECURSIVE_TARGETS):
|
|
|
|
|
@fail= failcom='exit 1'; \
|
|
|
|
|
for f in x $$MAKEFLAGS; do \
|
|
|
|
|
case $$f in \
|
|
|
|
|
*=* | --[!k]*);; \
|
|
|
|
|
*k*) failcom='fail=yes';; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
dot_seen=no; \
|
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
|
dot_seen=yes; \
|
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
|
else \
|
|
|
|
|
local_target="$$target"; \
|
|
|
|
|
fi; \
|
|
|
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|
|
|
|| eval $$failcom; \
|
|
|
|
|
done; \
|
|
|
|
|
if test "$$dot_seen" = "no"; then \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
|
|
|
|
fi; test -z "$$fail"
|
|
|
|
|
|
|
|
|
|
$(RECURSIVE_CLEAN_TARGETS):
|
|
|
|
|
@fail= failcom='exit 1'; \
|
|
|
|
|
for f in x $$MAKEFLAGS; do \
|
|
|
|
|
case $$f in \
|
|
|
|
|
*=* | --[!k]*);; \
|
|
|
|
|
*k*) failcom='fail=yes';; \
|
|
|
|
|
esac; \
|
|
|
|
|
done; \
|
|
|
|
|
dot_seen=no; \
|
|
|
|
|
case "$@" in \
|
|
|
|
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
|
|
|
|
*) list='$(SUBDIRS)' ;; \
|
|
|
|
|
esac; \
|
|
|
|
|
rev=''; for subdir in $$list; do \
|
|
|
|
|
if test "$$subdir" = "."; then :; else \
|
|
|
|
|
rev="$$subdir $$rev"; \
|
|
|
|
|
fi; \
|
|
|
|
|
done; \
|
|
|
|
|
for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
|
|
|
|
while read files; do \
|
|
|
|
|
test -z "$$files" || { \
|
|
|
|
|
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
|
|
|
|
|
$(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
|
|
|
|
|
done; }
|
|
|
|
|
|
|
|
|
|
uninstall-man8:
|
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
|
@list=''; test -n "$(man8dir)" || exit 0; \
|
|
|
|
|
files=`{ for i in $$list; do echo "$$i"; done; \
|
|
|
|
|
l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
|
|
|
|
|
sed -n '/\.8[a-z]*$$/p'; \
|
|
|
|
|
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
|
|
|
|
|
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
|
|
|
|
test -z "$$files" || { \
|
|
|
|
|
echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
|
|
|
|
|
cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
|
|
|
|
|
rev="$$rev ."; \
|
|
|
|
|
target=`echo $@ | sed s/-recursive//`; \
|
|
|
|
|
for subdir in $$rev; do \
|
|
|
|
|
echo "Making $$target in $$subdir"; \
|
|
|
|
|
if test "$$subdir" = "."; then \
|
|
|
|
|
local_target="$$target-am"; \
|
|
|
|
|
else \
|
|
|
|
|
local_target="$$target"; \
|
|
|
|
|
fi; \
|
|
|
|
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
|
|
|
|
|| eval $$failcom; \
|
|
|
|
|
done && test -z "$$fail"
|
|
|
|
|
tags-recursive:
|
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
|
|
|
|
done
|
|
|
|
|
ctags-recursive:
|
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
@ -374,10 +338,23 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
|
|
|
mkid -fID $$unique
|
|
|
|
|
tags: TAGS
|
|
|
|
|
|
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
|
|
|
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
|
set x; \
|
|
|
|
|
here=`pwd`; \
|
|
|
|
|
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
|
|
|
|
include_option=--etags-include; \
|
|
|
|
|
empty_fix=.; \
|
|
|
|
|
else \
|
|
|
|
|
include_option=--include; \
|
|
|
|
|
empty_fix=; \
|
|
|
|
|
fi; \
|
|
|
|
|
list='$(SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
|
if test "$$subdir" = .; then :; else \
|
|
|
|
|
test ! -f $$subdir/TAGS || \
|
|
|
|
|
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
|
|
|
|
fi; \
|
|
|
|
|
done; \
|
|
|
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
@ -396,7 +373,7 @@ TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
|
|
|
fi; \
|
|
|
|
|
fi
|
|
|
|
|
ctags: CTAGS
|
|
|
|
|
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
|
|
|
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
@ -417,19 +394,6 @@ distclean-tags:
|
|
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
|
|
|
|
@list='$(MANS)'; if test -n "$$list"; then \
|
|
|
|
|
list=`for p in $$list; do \
|
|
|
|
|
if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
|
if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
|
|
|
|
|
if test -n "$$list" && \
|
|
|
|
|
grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
|
|
|
|
|
echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
|
|
|
|
|
grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
|
|
|
|
|
echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
|
|
|
|
|
echo " typically \`make maintainer-clean' will remove them" >&2; \
|
|
|
|
|
exit 1; \
|
|
|
|
|
else :; fi; \
|
|
|
|
|
else :; fi
|
|
|
|
|
$(am__remove_distdir)
|
|
|
|
|
test -d "$(distdir)" || mkdir "$(distdir)"
|
|
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
|
|
@ -461,6 +425,34 @@ distdir: $(DISTFILES)
|
|
|
|
|
|| exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
|
if test "$$subdir" = .; then :; else \
|
|
|
|
|
test -d "$(distdir)/$$subdir" \
|
|
|
|
|
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
|
|
|
|
|| exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
|
|
|
|
if test "$$subdir" = .; then :; else \
|
|
|
|
|
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
|
|
|
|
$(am__relativize); \
|
|
|
|
|
new_distdir=$$reldir; \
|
|
|
|
|
dir1=$$subdir; dir2="$(top_distdir)"; \
|
|
|
|
|
$(am__relativize); \
|
|
|
|
|
new_top_distdir=$$reldir; \
|
|
|
|
|
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
|
|
|
|
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
|
|
|
|
($(am__cd) $$subdir && \
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) \
|
|
|
|
|
top_distdir="$$new_top_distdir" \
|
|
|
|
|
distdir="$$new_distdir" \
|
|
|
|
|
am__remove_distdir=: \
|
|
|
|
|
am__skip_length_check=: \
|
|
|
|
|
am__skip_mode_fix=: \
|
|
|
|
|
distdir) \
|
|
|
|
|
|| exit 1; \
|
|
|
|
|
fi; \
|
|
|
|
|
done
|
|
|
|
|
-test -n "$(am__skip_mode_fix)" \
|
|
|
|
|
|| find "$(distdir)" -type d ! -perm -755 \
|
|
|
|
|
-exec chmod u+rwx,go+rx {} \; -o \
|
|
|
|
@ -577,21 +569,19 @@ distcleancheck: distclean
|
|
|
|
|
$(distcleancheck_listfiles) ; \
|
|
|
|
|
exit 1; } >&2
|
|
|
|
|
check-am: all-am
|
|
|
|
|
check: check-am
|
|
|
|
|
all-am: Makefile $(PROGRAMS) $(MANS) config.h
|
|
|
|
|
installdirs:
|
|
|
|
|
for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
|
|
|
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
|
|
|
done
|
|
|
|
|
install: install-am
|
|
|
|
|
install-exec: install-exec-am
|
|
|
|
|
install-data: install-data-am
|
|
|
|
|
uninstall: uninstall-am
|
|
|
|
|
check: check-recursive
|
|
|
|
|
all-am: Makefile config.h
|
|
|
|
|
installdirs: installdirs-recursive
|
|
|
|
|
installdirs-am:
|
|
|
|
|
install: install-recursive
|
|
|
|
|
install-exec: install-exec-recursive
|
|
|
|
|
install-data: install-data-recursive
|
|
|
|
|
uninstall: uninstall-recursive
|
|
|
|
|
|
|
|
|
|
install-am: all-am
|
|
|
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
|
|
|
|
|
|
installcheck: installcheck-am
|
|
|
|
|
installcheck: installcheck-recursive
|
|
|
|
|
install-strip:
|
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
|
|
@ -608,101 +598,92 @@ distclean-generic:
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
|
|
|
clean: clean-am
|
|
|
|
|
clean: clean-recursive
|
|
|
|
|
|
|
|
|
|
clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
|
|
|
|
|
clean-am: clean-generic mostlyclean-am
|
|
|
|
|
|
|
|
|
|
distclean: distclean-am
|
|
|
|
|
distclean: distclean-recursive
|
|
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
|
-rm -rf ./$(DEPDIR)
|
|
|
|
|
-rm -f Makefile
|
|
|
|
|
-rm -f fping.plist
|
|
|
|
|
-rm -rf autom4te.cache
|
|
|
|
|
|
|
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
|
|
distclean-hdr distclean-tags
|
|
|
|
|
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|
|
|
|
|
|
|
|
|
dvi: dvi-am
|
|
|
|
|
dvi: dvi-recursive
|
|
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
|
|
|
|
html: html-am
|
|
|
|
|
html: html-recursive
|
|
|
|
|
|
|
|
|
|
html-am:
|
|
|
|
|
|
|
|
|
|
info: info-am
|
|
|
|
|
info: info-recursive
|
|
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
|
|
install-data-am: install-man
|
|
|
|
|
install-data-am:
|
|
|
|
|
|
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
|
install-dvi: install-dvi-recursive
|
|
|
|
|
|
|
|
|
|
install-dvi-am:
|
|
|
|
|
|
|
|
|
|
install-exec-am: install-sbinPROGRAMS
|
|
|
|
|
install-exec-am:
|
|
|
|
|
|
|
|
|
|
install-html: install-html-am
|
|
|
|
|
install-html: install-html-recursive
|
|
|
|
|
|
|
|
|
|
install-html-am:
|
|
|
|
|
|
|
|
|
|
install-info: install-info-am
|
|
|
|
|
install-info: install-info-recursive
|
|
|
|
|
|
|
|
|
|
install-info-am:
|
|
|
|
|
|
|
|
|
|
install-man: install-man8
|
|
|
|
|
install-man:
|
|
|
|
|
|
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
|
install-pdf: install-pdf-recursive
|
|
|
|
|
|
|
|
|
|
install-pdf-am:
|
|
|
|
|
|
|
|
|
|
install-ps: install-ps-am
|
|
|
|
|
install-ps: install-ps-recursive
|
|
|
|
|
|
|
|
|
|
install-ps-am:
|
|
|
|
|
|
|
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
|
|
|
maintainer-clean: maintainer-clean-recursive
|
|
|
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
|
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
|
|
|
-rm -rf ./$(DEPDIR)
|
|
|
|
|
-rm -f Makefile
|
|
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
mostlyclean: mostlyclean-recursive
|
|
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
|
|
|
|
mostlyclean-am: mostlyclean-generic
|
|
|
|
|
|
|
|
|
|
pdf: pdf-am
|
|
|
|
|
pdf: pdf-recursive
|
|
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
|
|
ps: ps-am
|
|
|
|
|
ps: ps-recursive
|
|
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
|
|
|
|
|
uninstall-am: uninstall-man uninstall-sbinPROGRAMS
|
|
|
|
|
|
|
|
|
|
uninstall-man: uninstall-man8
|
|
|
|
|
|
|
|
|
|
.MAKE: all install-am install-strip
|
|
|
|
|
|
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
|
|
|
|
|
clean-generic clean-sbinPROGRAMS ctags dist dist-all \
|
|
|
|
|
dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
|
|
|
|
|
dist-zip distcheck distclean distclean-compile \
|
|
|
|
|
distclean-generic distclean-hdr distclean-tags distcleancheck \
|
|
|
|
|
distdir distuninstallcheck dvi dvi-am html html-am info \
|
|
|
|
|
info-am install install-am install-data install-data-am \
|
|
|
|
|
install-dvi install-dvi-am install-exec install-exec-am \
|
|
|
|
|
install-html install-html-am install-info install-info-am \
|
|
|
|
|
install-man install-man8 install-pdf install-pdf-am install-ps \
|
|
|
|
|
install-ps-am install-sbinPROGRAMS install-strip installcheck \
|
|
|
|
|
installcheck-am installdirs maintainer-clean \
|
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
|
|
|
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
|
|
|
|
|
uninstall-am uninstall-man uninstall-man8 \
|
|
|
|
|
uninstall-sbinPROGRAMS
|
|
|
|
|
uninstall-am:
|
|
|
|
|
|
|
|
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
|
|
|
|
|
ctags-recursive install-am install-strip tags-recursive
|
|
|
|
|
|
|
|
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
|
|
|
|
all all-am am--refresh check check-am clean clean-generic \
|
|
|
|
|
ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
|
|
|
|
|
dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
|
|
|
|
|
distclean distclean-generic distclean-hdr distclean-tags \
|
|
|
|
|
distcleancheck distdir distuninstallcheck dvi dvi-am html \
|
|
|
|
|
html-am info info-am install install-am install-data \
|
|
|
|
|
install-data-am install-dvi install-dvi-am install-exec \
|
|
|
|
|
install-exec-am install-html install-html-am install-info \
|
|
|
|
|
install-info-am install-man install-pdf install-pdf-am \
|
|
|
|
|
install-ps install-ps-am install-strip installcheck \
|
|
|
|
|
installcheck-am installdirs installdirs-am maintainer-clean \
|
|
|
|
|
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
|
|
|
|
|
pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
|