1 # $Id: Makefile,v 1.2 1997/02/25 12:40:25 jj Exp $
2 # Makefile for the Sun Boot PROM interface library under
5 # Note! Dependencies are done automagically by 'make dep', which also
6 # removes any old dependencies. DON'T put your own dependencies here
7 # unless it's something special (ie not a .c file).
9 # Note 2! The CFLAGS definitions are now in the main makefile...
11 OBJS
= bootstr.o devops.o init.o memory.o misc.o \
12 ranges.o tree.o console.o printf.o p1275.o
17 $(AR
) rcs promlib.a
$(OBJS
)
21 $(CPP
) -M
*.c
> .depend
23 include $(TOPDIR
)/Rules.make