From 0ec6169bea8adb8ddbf8f9ce363f6e1803f88621 Mon Sep 17 00:00:00 2001 From: andreas Date: Wed, 29 Apr 1998 21:53:01 +0000 Subject: Import GNU bc 1.04 PR: 4183 --- contrib/bc/lib/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/bc/lib/Makefile.am (limited to 'contrib/bc/lib/Makefile.am') diff --git a/contrib/bc/lib/Makefile.am b/contrib/bc/lib/Makefile.am new file mode 100644 index 0000000..bf33e3f --- /dev/null +++ b/contrib/bc/lib/Makefile.am @@ -0,0 +1,9 @@ +## Process this file with automake to produce Makefile.in +noinst_LIBRARIES = libbc.a + +INCLUDES = -I$(srcdir) -I$(srcdir)/../h + +libbc_a_SOURCES = getopt.c getopt1.c vfprintf.c number.c + +#libbc_LIBADD = @LIBOBJS@ +#libbc_DEPENDENCIES = $(bc_LIBADD) -- cgit v1.1