1
0
Files
irix-657m-src/eoe/cmd/pmake/lib/Mk.common
2022-09-29 17:59:04 +03:00

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) $?