summaryrefslogtreecommitdiffstats
path: root/contrib/bc/lib/Makefile.am
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1998-04-29 21:53:01 +0000
committerandreas <andreas@FreeBSD.org>1998-04-29 21:53:01 +0000
commit0ec6169bea8adb8ddbf8f9ce363f6e1803f88621 (patch)
tree1529c15b522fa7bd199b5491bc88817aefc9b779 /contrib/bc/lib/Makefile.am
downloadFreeBSD-src-0ec6169bea8adb8ddbf8f9ce363f6e1803f88621.zip
FreeBSD-src-0ec6169bea8adb8ddbf8f9ce363f6e1803f88621.tar.gz
Import GNU bc 1.04
PR: 4183
Diffstat (limited to 'contrib/bc/lib/Makefile.am')
-rw-r--r--contrib/bc/lib/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud