Edit

kc3-lang/automake/lib/Automake/Makefile.in

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 2001-05-14 04:48:45
    Hash : 9618da20
    Message : 2001-05-13 Tom Tromey <tromey@redhat.com> * tests/defs: Find files to copy in lib/. * automake.in (perllibdir): Set to Automake directory. * ansi2knr.c, ansi2knr.1: Removed. * Makefile.am (dist_am_DATA): Removed. (amdir): Removed. (maintainer-check): Look for lib/am/*.am. Expect 28 lines of diffs. (scriptdir): Removed. (dist_script_DATA): Likewise. (install-data-hook): Likewise. (installcheck-local): Likewise. (TAGS_FILES): Removed amfiles. (dist_pkgdata_DATA): Removed ansi2knr.c and ansi2knr.1. * tests/installsh.test (AUTOMAKE): Use --libdir, not --amdir, and point it to the right directory. * ansi2knr.am, check.am, clean-hdr.am, clean.am, comp-vars.am, compile.am, configure.am, data.am, dejagnu.am, depend.am, depend2.am, distdir.am, footer.am, header-vars.am, header.am, install.am, java.am, lang-compile.am, lex.am, library.am, libs.am, libtool.am, lisp.am, ltlib.am, ltlibrary.am, mans-vars.am, mans.am, multilib.am, program.am, progs.am, python.am, remake-hdr.am, scripts.am, subdirs.am, tags.am, texi-vers.am, texibuild.am, texinfos.am, yacc.am: Moved to lib/am/. * configure.in (AC_OUTPUT): Added lib/am/Makefile. (AUTOMAKE): Use --libdir, not --amdir. Ues AC_CONFIG_AUX_DIR. * lib/Makefile.am (SUBDIRS): Added `am'. (scriptdir): New macro. (dist_script_DATA): Likewise. (dist_pkgdata_DATA): Likewise. (install-data-hook): New target. (installcheck-local): Likewise. * lib/am/Makefile.in: New file. * lib/am/Makefile.am: Removed everything except amdir and dist_am_DATA. 2001-05-13 Akim Demaille <akim@epita.fr> * automake.in ($pkgdata_dir): Rename as... ($libdir): this. ($am_dir): Remove, replace it's uses with $libdir. (&parse_arguments): Replace --amdir with --libdir. * automake.texi (Invoking Automake): Document --libdir, not --amdir. * tests/defs (AUTOMAKE): Use --libdir, not --amdir.

  • lib/Automake/Makefile.in
  • # Makefile.in generated automatically by automake 1.4e from Makefile.am.
    
    # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
    # Free Software Foundation, Inc.
    # This Makefile.in is free software; the Free Software Foundation
    # gives unlimited permission to copy and/or distribute it,
    # with or without modifications, as long as this notice is preserved.
    
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
    # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
    # PARTICULAR PURPOSE.
    
    @SET_MAKE@
    
    
    SHELL = @SHELL@
    
    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@
    
    top_builddir = ../..
    
    ACLOCAL = @ACLOCAL@
    AUTOCONF = @AUTOCONF@
    AUTOMAKE = @AUTOMAKE@
    AUTOHEADER = @AUTOHEADER@
    
    INSTALL = @INSTALL@
    INSTALL_PROGRAM = @INSTALL_PROGRAM@
    INSTALL_DATA = @INSTALL_DATA@
    INSTALL_SCRIPT = @INSTALL_SCRIPT@
    INSTALL_HEADER = $(INSTALL_DATA)
    transform = @program_transform_name@
    
    NORMAL_INSTALL = :
    PRE_INSTALL = :
    POST_INSTALL = :
    NORMAL_UNINSTALL = :
    PRE_UNINSTALL = :
    POST_UNINSTALL = :
    AMTAR = @AMTAR@
    AWK = @AWK@
    DEPDIR = @DEPDIR@
    INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@
    PACKAGE = @PACKAGE@
    PERL = @PERL@
    STRIP = @STRIP@
    VERSION = @VERSION@
    _am_include = @_am_include@
    _am_quote = @_am_quote@
    install_sh = @install_sh@
    
    perllibdir = $(pkgdatadir)/Automake
    dist_perllib_DATA = Struct.pm
    EXEEXT =
    OBJEXT = o
    subdir = lib/Automake
    mkinstalldirs = $(SHELL) $(top_srcdir)/lib/mkinstalldirs
    CONFIG_CLEAN_FILES =
    DIST_SOURCES =
    DATA = $(dist_perllib_DATA)
    
    DIST_COMMON = $(dist_perllib_DATA) Makefile.am Makefile.in
    all: all-am
    
    .SUFFIXES:
    
    $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
    	cd $(top_srcdir) && \
    	  $(AUTOMAKE) --gnits  lib/Automake/Makefile
    
    Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
    	cd $(top_builddir) && \
    	  CONFIG_HEADERS= CONFIG_LINKS= \
    	  CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
    install-dist_perllibDATA: $(dist_perllib_DATA)
    	@$(NORMAL_INSTALL)
    	$(mkinstalldirs) $(DESTDIR)$(perllibdir)
    	@list='$(dist_perllib_DATA)'; for p in $$list; do \
    	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    	  f="`echo $$p | sed -e 's|^.*/||'`"; \
    	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(perllibdir)/$$f"; \
    	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(perllibdir)/$$f; \
    	done
    
    uninstall-dist_perllibDATA:
    	@$(NORMAL_UNINSTALL)
    	@list='$(dist_perllib_DATA)'; for p in $$list; do \
    	  f="`echo $$p | sed -e 's|^.*/||'`"; \
    	  echo " rm -f $(DESTDIR)$(perllibdir)/$$f"; \
    	  rm -f $(DESTDIR)$(perllibdir)/$$f; \
    	done
    tags: TAGS
    TAGS:
    
    
    DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    
    top_distdir = ../..
    distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
    
    distdir: $(DISTFILES)
    	@for file in $(DISTFILES); do \
    	  d=$(srcdir); \
    	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
    	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
    	    $(mkinstalldirs) "$(distdir)/$$dir"; \
    	  fi; \
    	  if test -d $$d/$$file; then \
    	    cp -pR $$d/$$file $(distdir) \
    	    || exit 1; \
    	  else \
    	    test -f $(distdir)/$$file \
    	    || cp -p $$d/$$file $(distdir)/$$file \
    	    || exit 1; \
    	  fi; \
    	done
    check-am: all-am
    check: check-am
    all-am: Makefile $(DATA)
    
    installdirs:
    	$(mkinstalldirs) $(DESTDIR)$(perllibdir)
    
    install: install-am
    install-exec: install-exec-am
    install-data: install-data-am
    uninstall: uninstall-am
    
    install-am: all-am
    	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    
    installcheck: installcheck-am
    
    install-strip:
    	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    	  INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install
    
    mostlyclean-generic:
    
    clean-generic:
    
    distclean-generic:
    	-rm -f Makefile $(CONFIG_CLEAN_FILES)
    	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
    
    maintainer-clean-generic:
    	@echo "This command is intended for maintainers to use"
    	@echo "it deletes files that may require special tools to rebuild."
    	-rm -f Makefile.in
    clean: clean-am
    
    clean-am: clean-generic mostlyclean-am
    
    distclean: distclean-am
    
    distclean-am: clean-am distclean-generic
    
    dvi:
    
    dvi-am:
    
    info:
    
    info-am:
    
    install-data-am: install-dist_perllibDATA
    
    install-exec-am:
    
    install-info:
    
    install-man:
    
    installcheck-am:
    
    maintainer-clean: maintainer-clean-am
    
    maintainer-clean-am: distclean-am maintainer-clean-generic
    
    mostlyclean: mostlyclean-am
    
    mostlyclean-am: mostlyclean-generic
    
    uninstall-am: uninstall-dist_perllibDATA
    
    .PHONY: all all-am check check-am clean clean-generic distclean \
    	distclean-generic distdir dvi dvi-am info info-am install \
    	install-am install-data install-data-am \
    	install-dist_perllibDATA install-exec install-exec-am \
    	install-info install-man install-strip installcheck \
    	installcheck-am installdirs maintainer-clean \
    	maintainer-clean-generic mostlyclean mostlyclean-generic \
    	uninstall uninstall-am uninstall-dist_perllibDATA
    
    
    # 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: