16 lines
230 B
Plaintext
16 lines
230 B
Plaintext
# $Revision: 1.5 $
|
|
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
LCINCS = -I../include
|
|
LCOPTS = -signed -cckr
|
|
|
|
TARGETS = $(LIBNAME)
|
|
|
|
default all: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
$(LIBNAME): $(OBJECTS)
|
|
$(AR) clr $(LIBNAME) $?
|