2 # Makefile for the DECstation prom monitor library routines
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...
12 $(CPP
) $(CFLAGS
) $< -o
$*.s
14 $(CC
) $(CFLAGS
) -c
$< -o
$*.o
16 OBJS
= init.o memory.o cmdline.o identify.o locore.o
21 $(AR
) rcs rexlib.a
$(OBJS
)
27 $(CPP
) -M
*.c
> .depend
29 include $(TOPDIR
)/Rules.make