Edit

kc3-lang/automake/Makefile.in

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-12-10 22:58:55
    Hash : b256f430
    Message : Fixed 'make check' bugs

  • Makefile.in
  • # Makefile.in generated automatically by automake 0.25 from Makefile.am
    # Copyright (C) 1994, 1995 Free Software Foundation, Inc.
    
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2, or (at your option)
    # any later version.
    
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    # 02111-1307, USA.
    
    SHELL = /bin/sh
    
    srcdir = @srcdir@
    top_srcdir = @top_srcdir@
    VPATH = @srcdir@
    prefix = @prefix@
    exec_prefix = @exec_prefix@
    
    bindir = @bindir@
    sbindir = @sbindir@
    libexecdir = @libexecdir@
    datadir = @datadir@
    sysconfdir = @sysconfdir@
    sharedstatedir = @sharedstatedir@
    localstatedir = @localstatedir@
    libdir = @libdir@
    infodir = @infodir@
    mandir = @mandir@
    includedir = @includedir@
    oldincludedir = /usr/include
    
    pkgdatadir = $(datadir)/@PACKAGE@
    pkglibdir = $(libdir)/@PACKAGE@
    pkgincludedir = $(includedir)/@PACKAGE@
    
    INSTALL = @INSTALL@
    INSTALL_PROGRAM = @INSTALL_PROGRAM@
    INSTALL_DATA = @INSTALL_DATA@
    INSTALL_SCRIPT = @INSTALL_SCRIPT@
    transform = @program_transform_name@
    
    bin_SCRIPTS = automake
    TEXINFOS = automake.texi
    
    pkgdata_DATA = clean-kr.am clean.am compile-kr.am compile-vars.am \
    compile.am data.am depend.am dist-subd-top.am \
    dist-subd.am dist-vars.am dist.am footer.am header-vars.am \
    kr-vars.am libprograms.am libraries-vars.am \
    libraries.am library.am mans-vars.am \
    program.am programs.am remake-hdr.am \
    remake-subd.am remake.am scripts.am subdirs.am tags.am tags-subd.am \
    tags-clean.am \
    texi-clean.am texi-version.am texinfos-vars.am texinfos.am \
    libraries-clean.am scripts-clean.am programs-clean.am data-clean.am
    
    DIST_OTHER = automake.in
    
    DIST_SUBDIRS = samples/cpio/*Makefile.am
    
    ETAGS_ARGS = automake.in --lang=none \
     --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
    
    
    SCRIPTS = $(bin_SCRIPTS)
    
    MAKEINFO = makeinfo
    TEXI2DVI = texi2dvi
    
    TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg \
    *.toc *.tp *.vr *.op
    
    INFOS = automake.info*
    INFO_DEPS = automake.info
    DVIS = automake.dvi
    
    DATA = $(pkgdata_DATA)
    
    ACLOCAL = aclocal.m4
    DIST_COMMON = mkinstalldirs configure Makefile.in stamp-vti configure.in ChangeLog THANKS README version.texi mdate-sh TODO INSTALL Makefile.am texinfo.tex NEWS aclocal.m4 install-sh
    
    PACKAGE = @PACKAGE@
    VERSION = @VERSION@
    
    DISTFILES = $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \
    	$(DIST_OTHER) $(DIST_COMMON) $(DATA)
    
    default: all
    
    mostlyclean-binSCRIPTS:
    
    clean-binSCRIPTS:
    	rm -f $(bin_SCRIPTS)
    
    distclean-binSCRIPTS:
    
    maintainer-clean-binSCRIPTS:
    
    install-binSCRIPTS: $(bin_SCRIPTS)
    	$(top_srcdir)/mkinstalldirs $(bindir)
    	for p in $(bin_SCRIPTS); do		\
    	  $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
    	done
    
    uninstall-binSCRIPTS:
    	for p in $(bin_SCRIPTS); do		\
    	  rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
    	done
    
    version.texi: stamp-vti
    
    stamp-vti: automake.texi $(top_srcdir)/configure.in
    	echo "@set UPDATED `cd $(srcdir) && $(SHELL) mdate-sh automake.texi`" \
    	  > version.tmp
    	echo "@set EDITION $(VERSION)" >> version.tmp
    	echo "@set VERSION $(VERSION)" >> version.tmp
    	if cmp -s version.tmp $(srcdir)/version.texi; then \
    	  rm version.tmp;			\
    	else					\
    	  mv version.tmp $(srcdir)/version.texi; \
    	fi
    	echo timestamp > $(srcdir)/stamp-vti
    
    mostlyclean-vti:
    	rm -f *.tmp
    
    clean-vti:
    
    distclean-vti:
    
    maintainer-clean-vti:
    	rm -f stamp-vti version.texi
    
    automake.info: automake.texi version.texi
    
    .texi.info:
    	$(MAKEINFO) -I$(srcdir) $<
    
    .texi.dvi:
    	TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
    
    install-info: $(INFO_DEPS)
    	$(top_srcdir)/mkinstalldirs $(infodir)
    	for file in $(INFO_DEPS); do		\
    	  if test -f $$file; then		\
    	    d=.;				\
    	  else					\
    	    d=$(srcdir);			\
    	  fi;					\
    	  for ifile in $${file}*; do		\
    	    $(INSTALL_DATA) $$d/$$ifile $(infodir)/$$ifile; \
    	  done;					\
    	done
    
    uninstall-info:
    	cd $(srcdir) && for file in *.info*; do
    	  rm -f $(infodir)/$$file; \
    	done
    
    mostlyclean-info:
    	rm -f automake.aux automake.cp automake.cps automake.dvi
    	rm -f automake.fn automake.fns automake.ky automake.log
    	rm -f automake.pg automake.toc automake.tp automake.vr automake.op
    
    clean-info:
    
    distclean-info:
    
    maintainer-clean-info:
    	rm -f $(INFOS)
    
    install-pkgdataDATA: $(pkgdata_DATA)
    	$(top_srcdir)/mkinstalldirs $(pkgdatadir)
    	for p in $(pkgdata_DATA); do		\
    	  $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
    	done
    
    uninstall-pkgdataDATA:
    	for p in $(pkgdata_DATA); do		\
    	  rm -f $(pkgdatadir)/$$p;		\
    	done
    
    $(srcdir)/Makefile.in: Makefile.am
    	cd $(srcdir) && automake Makefile
    
    # For an explanation of the following Makefile rules, see node
    # `Automatic Remaking' in GNU Autoconf documentation.
    Makefile: Makefile.in config.status
    	CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
    config.status: configure
    	./config.status --recheck
    $(srcdir)/configure: configure.in $(ACLOCAL)
    	cd $(srcdir) && autoconf
    
    id: ID
    
    ID:
    	here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
    
    tags: TAGS
    
    TAGS:
    	here=`pwd`; cd $(srcdir) && etags $(ETAGS_ARGS) $(SOURCES) $(HEADERS) -o $$here/TAGS
    
    mostlyclean-tags:
    
    clean-tags:
    
    distclean-tags:
    	rm -f TAGS ID
    
    maintainer-clean-tags:
    
    distdir = $(PACKAGE)-$(VERSION)
    dist: $(DISTFILES)
    	rm -rf $(distdir)
    	mkdir $(distdir)
    	(cd $(srcdir) && automake --include-deps --output-dir=$(distdir))
    	@for file in $(DISTFILES); do		\
    	  test -f $(distdir)/$$file || {	\
    	    echo linking $$file;		\
    	    ln $(srcdir)/$$file $(distdir)/$$file; \
    	  } || {				\
    	    echo copying $$file instead;	\
    	    cp -p $(srcdir)/$$file $(distdir)/$$file; \
    	  };					\
    	done
    	@sublist="$(DIST_SUBDIRS)";		\
    	for dir in $$sublist; do		\
    	  echo copying directory $$dir;		\
    	  tar -chof - $$dir | (cd $(distdir) && tar -xBpf -); \
    	done
    	chmod -R a+r $(distdir)
    	tar -chozf $(distdir).tar.gz $(distdir)
    	rm -rf $(distdir)
    
    all: info $(SCRIPTS) $(DATA)
    
    info: $(INFO_DEPS)
    
    dvi: $(DVIS)
    
    check: check-local
    
    installcheck: 
    
    install-exec: install-binSCRIPTS
    
    install-data: install-info install-pkgdataDATA
    
    install: install-exec install-data
    
    uninstall: uninstall-binSCRIPTS uninstall-info uninstall-pkgdataDATA
    
    installdirs:
    	$(top_srcdir)/mkinstalldirs $(bindir) $(infodir) $(pkgdatadir)
    
    mostlyclean-generic:
    	test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    
    clean-generic:
    	test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
    
    distclean-generic:
    	rm -f Makefile $(DISTCLEANFILES)
    	rm -f config.cache config.log $(CONFIG_HEADER) stamp-h
    
    maintainer-clean-generic:
    	test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
    
    mostlyclean: mostlyclean-binSCRIPTS mostlyclean-vti mostlyclean-info mostlyclean-tags mostlyclean-generic
    
    clean: mostlyclean clean-binSCRIPTS clean-vti clean-info clean-tags clean-generic
    
    distclean: clean distclean-binSCRIPTS distclean-vti distclean-info distclean-tags distclean-generic
    	rm -f config.status
    
    maintainer-clean: distclean maintainer-clean-binSCRIPTS maintainer-clean-vti maintainer-clean-info maintainer-clean-tags maintainer-clean-generic
    	@echo "This command is intended for maintainers to use;"
    	@echo "it deletes files that may require special tools to rebuild."
    
    # SUBDIRS = intl po
    # CONFIG_HEADER = config.h
    # Gross.
    # The following requires a fixed version of the Emacs 19.30 etags.
    # Some simple checks:
    # * syntax check with perl4 and perl5.
    # * make sure the scripts don't use 'true'
    # These are only really guaranteed to work on my machine.
    check-local: automake
    	@PERL@ -c -w automake
    	if grep '^[^#].*true' [a-z]*.am; then	\
    	  echo "can't use 'true' in GNU Makefile" 1>&2; \
    	  exit 1;				\
    	else :; fi
    	if test -f /usr/local/bin/perl4.036; then \
    	  /usr/local/bin/perl4.036 -c -w automake; \
    	else :; fi
    
    automake: automake.in
    	CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
    
    # Tag before making distribution.
    cvs-dist:
    	cvs tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
    	$(MAKE) dist
    
    .SUFFIXES:
    .SUFFIXES: .texi .info .dvi
    
    # Tell versions [3.59,3.63) of GNU make to not export all variables.
    # Otherwise a system limit (for SysV at least) may be exceeded.
    .NOEXPORT: