Edit

kc3-lang/automake/header-vars.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-12 22:10:04
    Hash : 41955051
    Message : (ALL): Use ALLPROGRAMS, not PROGRAMS.

  • header-vars.am
  • # Makefile.in generated automatically by automake from Makefile.am.
    # Copyright (C) 1994 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., 675 Mass Ave, Cambridge, MA 02139, USA.
    
    SHELL = /bin/sh
    
    srcdir = @srcdir@
    top_srcdir = @top_srcdir@
    VPATH = @srcdir@
    prefix = @prefix@
    exec_prefix = @exec_prefix@
    
    bindir = $(exec_prefix)/bin
    sbindir = $(exec_prefix)/sbin
    libexecdir = $(exec_prefix)/libexec
    datadir = $(prefix)/share
    sysconfdir = $(prefix)/etc
    sharedstatedir = $(prefix)/com
    localstatedir = $(prefix)/var
    libdir = $(exec_prefix)/lib
    infodir = $(prefix)/info
    mandir = $(prefix)/man
    includedir = $(prefix)/include
    oldincludedir = /usr/include
    
    INSTALL = @INSTALL@
    INSTALL_PROGRAM = @INSTALL_PROGRAM@
    INSTALL_DATA = @INSTALL_DATA@
    transform = @program_transform_name@
    
    ALL = ${ALLPROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}