File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lrzsz / man / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Oct 24 15:49:50 2019 UTC (5 years, 5 months ago) by misho
Branches: lrzsz, MAIN
CVS tags: v0_12_20p5, HEAD
lrzsz ver 0.12.20

    1: # Makefile.in generated automatically by automake 1.3 from Makefile.am
    2: 
    3: # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
    4: # This Makefile.in is free software; the Free Software Foundation
    5: # gives unlimited permission to copy and/or distribute it,
    6: # with or without modifications, as long as this notice is preserved.
    7: 
    8: # This program is distributed in the hope that it will be useful,
    9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   10: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   11: # PARTICULAR PURPOSE.
   12: 
   13: 
   14: SHELL = /bin/sh
   15: 
   16: srcdir = @srcdir@
   17: top_srcdir = @top_srcdir@
   18: VPATH = @srcdir@
   19: prefix = @prefix@
   20: exec_prefix = @exec_prefix@
   21: 
   22: bindir = @bindir@
   23: sbindir = @sbindir@
   24: libexecdir = @libexecdir@
   25: datadir = @datadir@
   26: sysconfdir = @sysconfdir@
   27: sharedstatedir = @sharedstatedir@
   28: localstatedir = @localstatedir@
   29: libdir = @libdir@
   30: infodir = @infodir@
   31: mandir = @mandir@
   32: includedir = @includedir@
   33: oldincludedir = /usr/include
   34: 
   35: DISTDIR =
   36: 
   37: pkgdatadir = $(datadir)/@PACKAGE@
   38: pkglibdir = $(libdir)/@PACKAGE@
   39: pkgincludedir = $(includedir)/@PACKAGE@
   40: 
   41: top_builddir = ..
   42: 
   43: ACLOCAL = @ACLOCAL@
   44: AUTOCONF = @AUTOCONF@
   45: AUTOMAKE = @AUTOMAKE@
   46: AUTOHEADER = @AUTOHEADER@
   47: 
   48: INSTALL = @INSTALL@
   49: INSTALL_PROGRAM = @INSTALL_PROGRAM@
   50: INSTALL_DATA = @INSTALL_DATA@
   51: INSTALL_SCRIPT = @INSTALL_SCRIPT@
   52: transform = @program_transform_name@
   53: 
   54: NORMAL_INSTALL = :
   55: PRE_INSTALL = :
   56: POST_INSTALL = :
   57: NORMAL_UNINSTALL = :
   58: PRE_UNINSTALL = :
   59: POST_UNINSTALL = :
   60: CATALOGS = @CATALOGS@
   61: CATOBJEXT = @CATOBJEXT@
   62: CC = @CC@
   63: CFLAGS = @CFLAGS@
   64: CPP = @CPP@
   65: DATADIRNAME = @DATADIRNAME@
   66: ENABLE_TIMESYNC = @ENABLE_TIMESYNC@
   67: GENCAT = @GENCAT@
   68: GMOFILES = @GMOFILES@
   69: GMSGFMT = @GMSGFMT@
   70: GT_NO = @GT_NO@
   71: GT_YES = @GT_YES@
   72: INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
   73: INSTOBJEXT = @INSTOBJEXT@
   74: INTLDEPS = @INTLDEPS@
   75: INTLLIBS = @INTLLIBS@
   76: INTLOBJS = @INTLOBJS@
   77: LDFLAGS = @LDFLAGS@
   78: LIBOBJS = @LIBOBJS@
   79: LIBS = @LIBS@
   80: MAKEINFO = @MAKEINFO@
   81: MKINSTALLDIRS = @MKINSTALLDIRS@
   82: MSGFMT = @MSGFMT@
   83: PACKAGE = @PACKAGE@
   84: PACKAGE_VERSION = @PACKAGE_VERSION@
   85: POFILES = @POFILES@
   86: POSUB = @POSUB@
   87: RANLIB = @RANLIB@
   88: U = @U@
   89: USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
   90: USE_NLS = @USE_NLS@
   91: VERSION = @VERSION@
   92: l = @l@
   93: 
   94: man_MANS = lrz.1 lsz.1
   95: EXTRA_DIST = lrz.1 lsz.1
   96: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   97: CONFIG_HEADER = ../config.h
   98: CONFIG_CLEAN_FILES = 
   99: man1dir = $(mandir)/man1
  100: MANS = $(man_MANS)
  101: 
  102: NROFF = nroff
  103: DIST_COMMON =  Makefile.am Makefile.in
  104: 
  105: 
  106: DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  107: 
  108: TAR = tar
  109: GZIP = --best
  110: all: Makefile $(MANS)
  111: 
  112: .SUFFIXES:
  113: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  114: 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps man/Makefile
  115: 
  116: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  117: 	cd $(top_builddir) \
  118: 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  119: 
  120: 
  121: install-man1:
  122: 	$(mkinstalldirs) $(DESTDIR)$(man1dir)
  123: 	@list='$(man1_MANS)'; \
  124: 	l2='$(man_MANS)'; for i in $$l2; do \
  125: 	  case "$$i" in \
  126: 	    *.1*) list="$$list $$i" ;; \
  127: 	  esac; \
  128: 	done; \
  129: 	for i in $$list; do \
  130: 	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
  131: 	  else file=$$i; fi; \
  132: 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  133: 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  134: 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  135: 	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
  136: 	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
  137: 	done
  138: 
  139: uninstall-man1:
  140: 	@list='$(man1_MANS)'; \
  141: 	l2='$(man_MANS)'; for i in $$l2; do \
  142: 	  case "$$i" in \
  143: 	    *.1*) list="$$list $$i" ;; \
  144: 	  esac; \
  145: 	done; \
  146: 	for i in $$list; do \
  147: 	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
  148: 	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
  149: 	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
  150: 	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
  151: 	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
  152: 	done
  153: install-man: $(MANS)
  154: 	@$(NORMAL_INSTALL)
  155: 	$(MAKE) install-man1
  156: uninstall-man:
  157: 	@$(NORMAL_UNINSTALL)
  158: 	$(MAKE) uninstall-man1
  159: tags: TAGS
  160: TAGS:
  161: 
  162: 
  163: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  164: 
  165: subdir = man
  166: 
  167: distdir: $(DISTFILES)
  168: 	@for file in $(DISTFILES); do \
  169: 	  d=$(srcdir); \
  170: 	  test -f $(distdir)/$$file \
  171: 	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  172: 	  || cp -p $$d/$$file $(distdir)/$$file; \
  173: 	done
  174: info:
  175: dvi:
  176: check: all
  177: 	$(MAKE)
  178: installcheck:
  179: install-exec: 
  180: 	@$(NORMAL_INSTALL)
  181: 
  182: install-data: install-man
  183: 	@$(NORMAL_INSTALL)
  184: 
  185: install: install-exec install-data all
  186: 	@:
  187: 
  188: uninstall: uninstall-man
  189: 
  190: install-strip:
  191: 	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  192: installdirs:
  193: 	$(mkinstalldirs)  $(DESTDIR)$(mandir)/man1
  194: 
  195: 
  196: mostlyclean-generic:
  197: 	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  198: 
  199: clean-generic:
  200: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  201: 
  202: distclean-generic:
  203: 	-rm -f Makefile $(DISTCLEANFILES)
  204: 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  205: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  206: 
  207: maintainer-clean-generic:
  208: 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  209: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  210: mostlyclean:  mostlyclean-generic
  211: 
  212: clean:  clean-generic mostlyclean
  213: 
  214: distclean:  distclean-generic clean
  215: 	-rm -f config.status
  216: 
  217: maintainer-clean:  maintainer-clean-generic distclean
  218: 	@echo "This command is intended for maintainers to use;"
  219: 	@echo "it deletes files that may require special tools to rebuild."
  220: 
  221: .PHONY: install-man1 uninstall-man1 install-man uninstall-man tags \
  222: distdir info dvi installcheck install-exec install-data install \
  223: uninstall all installdirs mostlyclean-generic distclean-generic \
  224: clean-generic maintainer-clean-generic clean mostlyclean distclean \
  225: maintainer-clean
  226: 
  227: 
  228: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  229: # Otherwise a system limit (for SysV at least) may be exceeded.
  230: .NOEXPORT:

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