#
#	Makefile for synthetic io utility routines
#

LIB=		libio.a

DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include $(DSAPMAKE)  	
			
DIRS=			
			

OBJS=	 block.o \
	   cbyte.o \
	   dsdict.o \
	   fixup.o \
	   getsrt.o \
	   gettme.o \
	   gettrc.o \
	   ilen.o \
	   ioindx.o \
	   oread.o \
	   owrite.o \
	   puttrc.o \
	   rawio.o \
	   read0.o \
	   read0c.o \
	   read1.o \
	   read2.o \
	   read3.o \
	   sort.o \
	   writ0c.o \
	   write0.o \
	   write1.o \
	   write2.o \
	   write3.o \
	   rrawio.o

$(LIB) : $(OBJS)
	$(AR) $(ARFLAGS) $@ $(OBJS)
	$(RANLIB) $@



# $Id: Makefile,v 1.1.1.1 1997/04/12 04:18:42 danq Exp $ 
# DO NOT DELETE
