1
0
Files
irix-657m-src/eoe/cmd/sccs/lib/cassi/Makefile
2022-09-29 17:59:04 +03:00

41 lines
429 B
Makefile

#!smake
#
#ident "$Revision: 1.8 $"
#
# Notes:
#
#
# Common Definitions
#
DEPTH=../..
include $(DEPTH)/slocaldefs
#
# Compile Time Options
#
#
# Local Definitions
#
LIB= ../cassi.a
OBJS= gf.o cmrcheck.o deltack.o error.o filehand.o
#
# Targets/Rules
#
TARGETS= $(LIB)
default: $(TARGETS)
include $(COMMONRULES)
#
# Specific Target/Rules follow
#
install: default
$(LIB): $(OBJS)
$(AR) cr $(LIB) $(OBJS)
$(AR) ts $(LIB)