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

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