.include vcs.cfg

#
#	Loader selection and command line flags:
#	(Needed only if creating an executable)
#
LD=
LDFLAGS=
LRLIBS =libfddicoll.a

#
#	Source files:
#
#FDDICOLLSRCS = rmoncoll.c fdrutil.c testrmon.c monp.c lockport.c \
#		trig_db.c
FDDICOLLSRCS = lockport.c

#
#	Object files:
#
FDDICOLLOBJS=$(FDDICOLLSRC:.c=.o) $(LRLIBS)

#
#	Dependencies:
#
all:	Makedepend $(FDDICOLLOBJS) 

#
#	Define dependency rules:

clean:
		rm -f $(FDDICOLLOBJS)

print:
		ptr -x4 -c $(FDDICOLLSRCS)

CSOURCES = $(FDDICOLLSRCS)
G960HDR  = $(G960BASE)/include

.include $(ROOT)/fddicon/fddi.mak





