home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / fping-2.2b1-MIHS / src / Makefile.in < prev    next >
Encoding:
Makefile  |  1997-02-02  |  7.4 KB  |  285 lines

  1. # Makefile.in generated automatically by automake 1.0 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = .
  34.  
  35. INSTALL = @INSTALL@
  36. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  37. INSTALL_DATA = @INSTALL_DATA@
  38. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  39. transform = @program_transform_name@
  40.  
  41. sbin_PROGRAMS = fping
  42. fping_SOURCES = fping.c options.h linux.h
  43. man_MANS = fping.8
  44. AUTOMAKE_OPTIONS=foreign
  45. ACCONFIG = acconfig.h
  46. CONFIG_HEADER_IN = config.h.in
  47. mkinstalldirs = $(top_srcdir)/mkinstalldirs
  48. CONFIG_HEADER = ./config.h
  49. PROGRAMS = $(sbin_PROGRAMS)
  50.  
  51.  
  52. CC = @CC@
  53. LEX = @LEX@
  54. YACC = @YACC@
  55.  
  56. DEFS = @DEFS@ -I. -I$(srcdir) -I.
  57. CPPFLAGS = @CPPFLAGS@
  58. CFLAGS = @CFLAGS@
  59. LDFLAGS = @LDFLAGS@
  60. LIBS = @LIBS@
  61.  
  62. COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  63. LINK = $(CC) $(LDFLAGS) -o $@
  64. fping_OBJECTS = fping.o
  65. EXTRA_fping_SOURCES =
  66. fping_LDADD = $(LDADD)
  67. MANS = fping.8
  68.  
  69. NROFF = nroff
  70. DIST_COMMON = README COPYING ChangeLog INSTALL Makefile.am Makefile.in \
  71. README acconfig.h config.h.in configure configure.in install-sh \
  72. mkinstalldirs stamp-h.in
  73.  
  74.  
  75. PACKAGE = @PACKAGE@
  76. VERSION = @VERSION@
  77.  
  78. DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  79.     $(TEXINFOS) $(INFOS) $(MANS) $(EXTRA_DIST) $(DATA)
  80. DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \
  81.     $(TEXINFOS) $(INFO_DEPS) $(MANS) $(EXTRA_DIST) $(DATA)
  82.  
  83. TAR = tar
  84. SOURCES = $(fping_SOURCES)
  85. OBJECTS = $(fping_OBJECTS)
  86.  
  87. default: all
  88.  
  89.  
  90. $(srcdir)/Makefile.in: Makefile.am configure.in
  91.     cd $(srcdir) && automake Makefile
  92.  
  93. # For an explanation of the following Makefile rules, see node
  94. # `Automatic Remaking' in GNU Autoconf documentation.
  95. Makefile: Makefile.in config.status
  96.     CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
  97. config.status: configure
  98.     ./config.status --recheck
  99. $(srcdir)/configure: configure.in $(ACLOCAL) $(CONFIGURE_DEPENDENCIES)
  100.     cd $(srcdir) && autoconf
  101.  
  102. $(CONFIG_HEADER): stamp-h
  103. stamp-h: $(CONFIG_HEADER_IN) config.status
  104.     CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER) ./config.status
  105.     @echo timestamp > stamp-h
  106. $(srcdir)/$(CONFIG_HEADER_IN): stamp-h.in
  107. $(srcdir)/stamp-h.in: configure.in $(ACLOCAL) $(ACCONFIG) $(CONFIG_TOP) $(CONFIG_BOT)
  108.     cd $(srcdir) && autoheader
  109.     echo timestamp > $(srcdir)/stamp-h.in
  110.  
  111. mostlyclean-sbinPROGRAMS:
  112.  
  113. clean-sbinPROGRAMS:
  114.     rm -f $(sbin_PROGRAMS)
  115.  
  116. distclean-sbinPROGRAMS:
  117.  
  118. maintainer-clean-sbinPROGRAMS:
  119.  
  120. install-sbinPROGRAMS: $(sbin_PROGRAMS)
  121.     $(mkinstalldirs) $(sbindir)
  122.     list="$(sbin_PROGRAMS)"; for p in $$list; do \
  123.       if test -f $$p; then \
  124.         $(INSTALL_PROGRAM) $$p $(sbindir)/`echo $$p|sed '$(transform)'`; \
  125.       else :; fi; \
  126.     done
  127.  
  128. uninstall-sbinPROGRAMS:
  129.     list="$(sbin_PROGRAMS)"; for p in $$list; do \
  130.       rm -f $(sbindir)/`echo $$p|sed '$(transform)'`; \
  131.     done
  132.  
  133. .c.o:
  134.     $(COMPILE) $<
  135.  
  136. mostlyclean-compile:
  137.     rm -f *.o core
  138.  
  139. clean-compile:
  140.  
  141. distclean-compile:
  142.     rm -f *.tab.c
  143.  
  144. maintainer-clean-compile:
  145. $(fping_OBJECTS): ./config.h
  146.  
  147. fping: $(fping_OBJECTS) $(fping_DEPENDENCIES)
  148.     $(LINK) $(fping_OBJECTS) $(fping_LDADD) $(LIBS)
  149. install-man: $(MANS)
  150.     $(mkinstalldirs) $(mandir)/man8
  151.     @sect=8;                \
  152.     inst=`echo "fping" | sed '$(transform)'`.8; \
  153.     echo installing fping.8 as $(mandir)/man$$sect/$$inst; \
  154.     $(INSTALL_DATA) $(srcdir)/fping.8 $(mandir)/man$$sect/$$inst
  155.  
  156. uninstall-man:
  157.     inst=`echo "fping" | sed '$(transform)'`.8; \
  158.     rm -f $(mandir)/man8/$$inst
  159.  
  160.  
  161. ID: $(HEADERS) $(SOURCES)
  162.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  163.  
  164. tags: TAGS
  165.  
  166. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
  167.     here=`pwd` && cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
  168.  
  169. mostlyclean-tags:
  170.  
  171. clean-tags:
  172.  
  173. distclean-tags:
  174.     rm -f TAGS ID
  175.  
  176. maintainer-clean-tags:
  177.  
  178. distdir = $(PACKAGE)-$(VERSION)
  179. # This target untars the dist file and tries a VPATH configuration.  Then
  180. # it guarantees that the distribution is self-contained by making another
  181. # tarfile.
  182. distcheck: dist
  183.     rm -rf $(distdir)
  184.     $(TAR) zxf $(distdir).tar.gz
  185.     mkdir $(distdir)/=build
  186.     mkdir $(distdir)/=inst
  187.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  188.     cd $(distdir)/=build \
  189.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  190.       && $(MAKE) \
  191.       && $(MAKE) check \
  192.       && $(MAKE) install \
  193.       && $(MAKE) installcheck \
  194.       && $(MAKE) dist
  195.     rm -rf $(distdir)
  196.     @echo "========================"; \
  197.     echo "$(distdir).tar.gz is ready for distribution"; \
  198.     echo "========================"
  199. dist: distdir
  200.     chmod -R a+r $(distdir)
  201.     $(TAR) chozf $(distdir).tar.gz $(distdir)
  202.     rm -rf $(distdir)
  203. distdir: $(DEP_DISTFILES)
  204.     rm -rf $(distdir)
  205.     mkdir $(distdir)
  206.     chmod 777 $(distdir)
  207.     @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
  208.       test -f $(distdir)/$$file \
  209.       || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
  210.       || cp -p $(srcdir)/$$file $(distdir)/$$file; \
  211.     done
  212. fping.o: fping.c options.h
  213.  
  214. info:
  215.  
  216. dvi:
  217.  
  218. check: all
  219.  
  220. installcheck:
  221.  
  222. install-exec: install-sbinPROGRAMS
  223.  
  224. install-data: install-man
  225.  
  226. install: install-exec install-data all
  227.     @:
  228.  
  229. uninstall: uninstall-sbinPROGRAMS uninstall-man
  230.  
  231. all: $(PROGRAMS) $(MANS) Makefile config.h
  232.  
  233. install-strip:
  234.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
  235. installdirs:
  236.     $(mkinstalldirs)  $(sbindir) $(mandir)/man8
  237.  
  238.  
  239. mostlyclean-generic:
  240.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  241.  
  242. clean-generic:
  243.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  244.  
  245. distclean-generic:
  246.     rm -f Makefile $(DISTCLEANFILES)
  247.     rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
  248.  
  249. maintainer-clean-generic:
  250.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  251.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  252. mostlyclean:  mostlyclean-sbinPROGRAMS mostlyclean-compile \
  253.         mostlyclean-tags mostlyclean-generic
  254.  
  255. clean:  clean-sbinPROGRAMS clean-compile clean-tags clean-generic \
  256.         mostlyclean 
  257.  
  258. distclean:  distclean-sbinPROGRAMS distclean-compile distclean-tags \
  259.         distclean-generic clean 
  260.     rm -f config.status
  261.  
  262. maintainer-clean:  maintainer-clean-sbinPROGRAMS \
  263.         maintainer-clean-compile maintainer-clean-tags \
  264.         maintainer-clean-generic distclean 
  265.     @echo "This command is intended for maintainers to use;"
  266.     @echo "it deletes files that may require special tools to rebuild."
  267.     rm -f config.status
  268.  
  269. .PHONY: default mostlyclean-sbinPROGRAMS distclean-sbinPROGRAMS \
  270. clean-sbinPROGRAMS maintainer-clean-sbinPROGRAMS uninstall-sbinPROGRAMS \
  271. install-sbinPROGRAMS mostlyclean-compile distclean-compile \
  272. clean-compile maintainer-clean-compile install-man uninstall-man tags \
  273. mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
  274. distdir info dvi check installcheck install-exec install-data install \
  275. uninstall all installdirs mostlyclean-generic distclean-generic \
  276. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  277. maintainer-clean
  278.  
  279. .SUFFIXES:
  280. .SUFFIXES: .c .o
  281.  
  282. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  283. # Otherwise a system limit (for SysV at least) may be exceeded.
  284. .NOEXPORT:
  285.