Bell 32V development
authorTom London <tbl@research.uucp>
Thu, 14 Dec 1978 11:46:24 +0000 (06:46 -0500)
committerTom London <tbl@research.uucp>
Thu, 14 Dec 1978 11:46:24 +0000 (06:46 -0500)
Work on file usr/src/libm/Makefile

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/src/libm/Makefile [new file with mode: 0644]

diff --git a/usr/src/libm/Makefile b/usr/src/libm/Makefile
new file mode 100644 (file)
index 0000000..aeb116a
--- /dev/null
@@ -0,0 +1,7 @@
+CFLAGS=-O
+FILES=asin.o atan.o exp.o erf.o floor.o hypot.o j0.o j1.o \
+      jn.o log.o pow.o sin.o sinh.o sqrt.o tan.o tanh.o
+
+libm.a : $(FILES)
+       ar rc libm.a asin.o atan.o hypot.o jn.o j0.o j1.o pow.o fabs.o \
+               log.o sin.o sqrt.o tan.o tanh.o sinh.o erf.o exp.o floor.o