Initial revision
authorDavid J. MacKenzie <djm@gnu.org>
Mon, 19 Sep 1994 21:31:30 +0000 (21:31 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Mon, 19 Sep 1994 21:31:30 +0000 (21:31 +0000)
compile-vars.am [new file with mode: 0644]
header-vars.am [new file with mode: 0644]
lib/am/header-vars.am [new file with mode: 0644]

diff --git a/compile-vars.am b/compile-vars.am
new file mode 100644 (file)
index 0000000..24011f6
--- /dev/null
@@ -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 (file)
index 0000000..4745c5c
--- /dev/null
@@ -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 (file)
index 0000000..4745c5c
--- /dev/null
@@ -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}