File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lrzsz / testsuite / 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: AUTOMAKE_OPTIONS=dejagnu
   95: 
   96: DISTFILES=Makefile.am Makefile.in
   97: CLEANFILES=lrzsz.log lrzsz.sum site.bak
   98: DISTCLEANFILES=site.exp
   99: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  100: CONFIG_HEADER = ../config.h
  101: CONFIG_CLEAN_FILES = 
  102: DIST_COMMON =  Makefile.am Makefile.in
  103: 
  104: 
  105: TAR = tar
  106: GZIP = --best
  107: EXPECT = expect
  108: RUNTEST = runtest
  109: all: Makefile
  110: 
  111: .SUFFIXES:
  112: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  113: 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps testsuite/Makefile
  114: 
  115: Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  116: 	cd $(top_builddir) \
  117: 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  118: 
  119: tags: TAGS
  120: TAGS:
  121: 
  122: 
  123: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  124: 
  125: subdir = testsuite
  126: 
  127: distdir: $(DISTFILES)
  128: 	@for file in $(DISTFILES); do \
  129: 	  d=$(srcdir); \
  130: 	  test -f $(distdir)/$$file \
  131: 	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  132: 	  || cp -p $$d/$$file $(distdir)/$$file; \
  133: 	done
  134: 	$(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
  135: 
  136: RUNTESTFLAGS =
  137: 
  138: DEJATOOL = $(PACKAGE)
  139: 
  140: RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
  141: 
  142: check-DEJAGNU: site.exp
  143: 	srcdir=`cd $(srcdir) && pwd`; export srcdir; \
  144: 	EXPECT=$(EXPECT); export EXPECT; \
  145: 	runtest=$(RUNTEST); \
  146: 	if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
  147: 	  $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
  148: 	else echo "WARNING: could not find \`runtest'" 1>&2; :;\
  149: 	fi
  150: site.exp: Makefile
  151: 	@echo 'Making a new site.exp file...'
  152: 	-@rm -f site.bak
  153: 	@echo '## these variables are automatically generated by make ##' > $@-t
  154: 	@echo '# Do not edit here.  If you wish to override these values' >> $@-t
  155: 	@echo '# edit the last section' >> $@-t
  156: 	@echo 'set tool $(DEJATOOL)' >> $@-t
  157: 	@echo 'set srcdir $(srcdir)' >> $@-t
  158: 	@echo 'set objdir' `pwd` >> $@-t
  159: 	@echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
  160: 	-@sed '1,/^## All variables above are.*##/ d' site.bak >> $@-t
  161: 	-@mv site.exp site.bak
  162: 	@mv $@-t site.exp
  163: info:
  164: dvi:
  165: check: all
  166: 	$(MAKE) check-DEJAGNU
  167: installcheck:
  168: install-exec: 
  169: 	@$(NORMAL_INSTALL)
  170: 
  171: install-data: 
  172: 	@$(NORMAL_INSTALL)
  173: 
  174: install: install-exec install-data all
  175: 	@:
  176: 
  177: uninstall: 
  178: 
  179: install-strip:
  180: 	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  181: installdirs:
  182: 
  183: 
  184: mostlyclean-generic:
  185: 	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  186: 
  187: clean-generic:
  188: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  189: 
  190: distclean-generic:
  191: 	-rm -f Makefile $(DISTCLEANFILES)
  192: 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
  193: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  194: 
  195: maintainer-clean-generic:
  196: 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  197: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  198: mostlyclean:  mostlyclean-generic
  199: 
  200: clean:  clean-generic mostlyclean
  201: 
  202: distclean:  distclean-generic clean
  203: 	-rm -f config.status
  204: 
  205: maintainer-clean:  maintainer-clean-generic distclean
  206: 	@echo "This command is intended for maintainers to use;"
  207: 	@echo "it deletes files that may require special tools to rebuild."
  208: 
  209: .PHONY: tags distdir check-DEJAGNU info dvi installcheck install-exec \
  210: install-data install uninstall all installdirs mostlyclean-generic \
  211: distclean-generic clean-generic maintainer-clean-generic clean \
  212: mostlyclean distclean maintainer-clean
  213: 
  214: 
  215: dist-hook:
  216: 	mkdir $(distdir)/config
  217: 	mkdir $(distdir)/lib
  218: 	mkdir $(distdir)/lrzsz
  219: 	cp -p $(srcdir)/config/*.exp $(distdir)/config
  220: 	cp -p $(srcdir)/lib/*.exp $(distdir)/lib
  221: 	cp -p $(srcdir)/lrzsz/*.exp $(distdir)/lrzsz
  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>