Annotation of embedaddon/iftop/config/Makefile.in, revision 1.1
1.1 ! misho 1: # Makefile.in generated by automake 1.6.3 from Makefile.am.
! 2: # @configure_input@
! 3:
! 4: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! 5: # Free Software Foundation, Inc.
! 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: #
! 18: # config/Makefile.am:
! 19: # Automake file for the extra config droppings.
! 20: #
! 21: # $Id: Makefile.am,v 1.1 2002/11/04 12:27:35 chris Exp $
! 22: #
! 23: SHELL = @SHELL@
! 24:
! 25: srcdir = @srcdir@
! 26: top_srcdir = @top_srcdir@
! 27: VPATH = @srcdir@
! 28: prefix = @prefix@
! 29: exec_prefix = @exec_prefix@
! 30:
! 31: bindir = @bindir@
! 32: sbindir = @sbindir@
! 33: libexecdir = @libexecdir@
! 34: datadir = @datadir@
! 35: sysconfdir = @sysconfdir@
! 36: sharedstatedir = @sharedstatedir@
! 37: localstatedir = @localstatedir@
! 38: libdir = @libdir@
! 39: infodir = @infodir@
! 40: mandir = @mandir@
! 41: includedir = @includedir@
! 42: oldincludedir = /usr/include
! 43: pkgdatadir = $(datadir)/@PACKAGE@
! 44: pkglibdir = $(libdir)/@PACKAGE@
! 45: pkgincludedir = $(includedir)/@PACKAGE@
! 46: top_builddir = ..
! 47:
! 48: ACLOCAL = @ACLOCAL@
! 49: AUTOCONF = @AUTOCONF@
! 50: AUTOMAKE = @AUTOMAKE@
! 51: AUTOHEADER = @AUTOHEADER@
! 52:
! 53: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
! 54: INSTALL = @INSTALL@
! 55: INSTALL_PROGRAM = @INSTALL_PROGRAM@
! 56: INSTALL_DATA = @INSTALL_DATA@
! 57: install_sh_DATA = $(install_sh) -c -m 644
! 58: install_sh_PROGRAM = $(install_sh) -c
! 59: install_sh_SCRIPT = $(install_sh) -c
! 60: INSTALL_SCRIPT = @INSTALL_SCRIPT@
! 61: INSTALL_HEADER = $(INSTALL_DATA)
! 62: transform = @program_transform_name@
! 63: NORMAL_INSTALL = :
! 64: PRE_INSTALL = :
! 65: POST_INSTALL = :
! 66: NORMAL_UNINSTALL = :
! 67: PRE_UNINSTALL = :
! 68: POST_UNINSTALL = :
! 69: build_alias = @build_alias@
! 70: build_triplet = @build@
! 71: host_alias = @host_alias@
! 72: host_triplet = @host@
! 73: target_alias = @target_alias@
! 74: target_triplet = @target@
! 75:
! 76: EXEEXT = @EXEEXT@
! 77: OBJEXT = @OBJEXT@
! 78: PATH_SEPARATOR = @PATH_SEPARATOR@
! 79: AMTAR = @AMTAR@
! 80: AWK = @AWK@
! 81: CC = @CC@
! 82: DEPDIR = @DEPDIR@
! 83: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
! 84: PACKAGE = @PACKAGE@
! 85: STRIP = @STRIP@
! 86: VERSION = @VERSION@
! 87: ac_aux_dir = @ac_aux_dir@
! 88: am__include = @am__include@
! 89: am__quote = @am__quote@
! 90: install_sh = @install_sh@
! 91:
! 92: EXTRA_DIST = hostentp_ghba_r.c int_ghba_r.c pthread.c
! 93:
! 94: AUX_DIST = config.guess \
! 95: config.sub \
! 96: install-sh \
! 97: ltconfig \
! 98: ltmain.sh \
! 99: missing \
! 100: mkinstalldirs
! 101:
! 102:
! 103: MAINTERCLEANFILES = $(AUX_DIST)
! 104: subdir = config
! 105: mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
! 106: CONFIG_HEADER = $(top_builddir)/config.h
! 107: CONFIG_CLEAN_FILES =
! 108: DIST_SOURCES =
! 109: DIST_COMMON = Makefile.am Makefile.in config.guess config.sub depcomp \
! 110: install-sh missing mkinstalldirs
! 111: all: all-am
! 112:
! 113: .SUFFIXES:
! 114: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
! 115: cd $(top_srcdir) && \
! 116: $(AUTOMAKE) --foreign config/Makefile
! 117: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
! 118: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
! 119: uninstall-info-am:
! 120: tags: TAGS
! 121: TAGS:
! 122:
! 123: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! 124:
! 125: top_distdir = ..
! 126: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
! 127:
! 128: distdir: $(DISTFILES)
! 129: @list='$(DISTFILES)'; for file in $$list; do \
! 130: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 131: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 132: if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 133: dir="/$$dir"; \
! 134: $(mkinstalldirs) "$(distdir)$$dir"; \
! 135: else \
! 136: dir=''; \
! 137: fi; \
! 138: if test -d $$d/$$file; then \
! 139: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
! 140: cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
! 141: fi; \
! 142: cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
! 143: else \
! 144: test -f $(distdir)/$$file \
! 145: || cp -p $$d/$$file $(distdir)/$$file \
! 146: || exit 1; \
! 147: fi; \
! 148: done
! 149: check-am: all-am
! 150: check: check-am
! 151: all-am: Makefile
! 152:
! 153: installdirs:
! 154:
! 155: install: install-am
! 156: install-exec: install-exec-am
! 157: install-data: install-data-am
! 158: uninstall: uninstall-am
! 159:
! 160: install-am: all-am
! 161: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
! 162:
! 163: installcheck: installcheck-am
! 164: install-strip:
! 165: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 166: INSTALL_STRIP_FLAG=-s \
! 167: `test -z '$(STRIP)' || \
! 168: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
! 169: mostlyclean-generic:
! 170:
! 171: clean-generic:
! 172:
! 173: distclean-generic:
! 174: -rm -f Makefile $(CONFIG_CLEAN_FILES)
! 175:
! 176: maintainer-clean-generic:
! 177: @echo "This command is intended for maintainers to use"
! 178: @echo "it deletes files that may require special tools to rebuild."
! 179: clean: clean-am
! 180:
! 181: clean-am: clean-generic mostlyclean-am
! 182:
! 183: distclean: distclean-am
! 184:
! 185: distclean-am: clean-am distclean-generic
! 186:
! 187: dvi: dvi-am
! 188:
! 189: dvi-am:
! 190:
! 191: info: info-am
! 192:
! 193: info-am:
! 194:
! 195: install-data-am:
! 196:
! 197: install-exec-am:
! 198:
! 199: install-info: install-info-am
! 200:
! 201: install-man:
! 202:
! 203: installcheck-am:
! 204:
! 205: maintainer-clean: maintainer-clean-am
! 206:
! 207: maintainer-clean-am: distclean-am maintainer-clean-generic
! 208:
! 209: mostlyclean: mostlyclean-am
! 210:
! 211: mostlyclean-am: mostlyclean-generic
! 212:
! 213: uninstall-am: uninstall-info-am
! 214:
! 215: .PHONY: all all-am check check-am clean clean-generic distclean \
! 216: distclean-generic distdir dvi dvi-am info info-am install \
! 217: install-am install-data install-data-am install-exec \
! 218: install-exec-am install-info install-info-am install-man \
! 219: install-strip installcheck installcheck-am installdirs \
! 220: maintainer-clean maintainer-clean-generic mostlyclean \
! 221: mostlyclean-generic uninstall uninstall-am uninstall-info-am
! 222:
! 223: # Tell versions [3.59,3.63) of GNU make to not export all variables.
! 224: # Otherwise a system limit (for SysV at least) may be exceeded.
! 225: .NOEXPORT:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>