patch-2.3.30 linux/arch/alpha/math-emu/Makefile
Next file: linux/arch/alpha/math-emu/fp-emul.c
Previous file: linux/arch/alpha/lib/io.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Dec  2 15:28:54 1999
-  Orig file: 
v2.3.29/linux/arch/alpha/math-emu/Makefile
-  Orig date: 
Thu Feb 12 13:31:28 1998
diff -u --recursive --new-file v2.3.29/linux/arch/alpha/math-emu/Makefile linux/arch/alpha/math-emu/Makefile
@@ -1,9 +1,15 @@
 #
-# Makefile for math-emulator files...
+# Makefile for the FPU instruction emulation.
 #
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET := math-emu.o
-O_OBJS   := fp-emul.o ieee-math.o
+O_OBJS   := math.o
+CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
 
 ifeq ($(CONFIG_MATHEMU),m)
 M_OBJS   := $(O_TARGET)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)