patch-2.3.48 linux/arch/mips/arc/Makefile
Next file: linux/arch/mips/arc/cmdline.c
Previous file: linux/arch/mips/Makefile
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Feb 24 22:52:30 2000
- Orig file:
v2.3.47/linux/arch/mips/arc/Makefile
- Orig date:
Mon Dec 20 18:48:21 1999
diff -u --recursive --new-file v2.3.47/linux/arch/mips/arc/Makefile linux/arch/mips/arc/Makefile
@@ -1,4 +1,5 @@
-# $Id: Makefile,v 1.1 1998/10/18 13:32:08 tsbogend Exp $
+# $Id: Makefile,v 1.2 2000/01/13 00:11:11 ralf Exp $
+#
# Makefile for the SGI arcs prom monitor library routines
# under Linux.
#
@@ -8,16 +9,8 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-OBJS = console.o init.o printf.o memory.o tree.o env.o \
- cmdline.o misc.o time.o file.o identify.o
-
-all: arclib.a
-
-arclib.a: $(OBJS)
- $(AR) rcs arclib.a $(OBJS)
- sync
-
-dep:
- $(CPP) $(CPPFLAGS) -M *.c > .depend
+L_TARGET = arclib.a
+L_OBJS = console.o init.o printf.o memory.o tree.o env.o cmdline.o misc.o \
+ time.o file.o identify.o
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)