patch-1.3.50 linux/arch/alpha/math-emu/Makefile
Next file: linux/arch/alpha/math-emu/fp-emul.c
Previous file: linux/arch/alpha/lib/memset.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Dec 22 08:22:05 1995
- Orig file:
v1.3.49/linux/arch/alpha/math-emu/Makefile
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.49/linux/arch/alpha/math-emu/Makefile linux/arch/alpha/math-emu/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for math-emulator files...
+#
+
+OBJS = fp-emul.o ieee-math.o
+
+math-emu.a: $(OBJS)
+ $(AR) rcs $@ $(OBJS)
+
+dep:
+
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this