From 36854115b1551af656c232ce8546445d12f2539e Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Mon, 19 Sep 1994 21:31:30 +0000 Subject: [PATCH] Initial revision --- compile-vars.am | 8 ++++++++ header-vars.am | 30 ++++++++++++++++++++++++++++++ lib/am/header-vars.am | 30 ++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 compile-vars.am create mode 100644 header-vars.am create mode 100644 lib/am/header-vars.am diff --git a/compile-vars.am b/compile-vars.am new file mode 100644 index 0000000..24011f6 --- /dev/null +++ b/compile-vars.am @@ -0,0 +1,8 @@ +CC = @CC@ +LEX = @LEX@ +YACC = @YACC@ +ANSI2KNR = ./ansi2knr + +DEFS = @DEFS@ +CFLAGS = @CFLAGS@ + diff --git a/header-vars.am b/header-vars.am new file mode 100644 index 0000000..4745c5c --- /dev/null +++ b/header-vars.am @@ -0,0 +1,30 @@ +# Makefile 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@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +transform = @program_transform_name@ + +ALL = ${PROGRAMS} ${LIBFILES} diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am new file mode 100644 index 0000000..4745c5c --- /dev/null +++ b/lib/am/header-vars.am @@ -0,0 +1,30 @@ +# Makefile 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@ +VPATH = @srcdir@ +prefix = @prefix@ +exec_prefix = @exec_prefix@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ +transform = @program_transform_name@ + +ALL = ${PROGRAMS} ${LIBFILES} -- 2.7.4