LIB=libtime.a

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

OBJS= doy.o \
	doy_.o \
	etoh_.o \
	htoe_.o \
	makedate.o \
	makeintt.o \
	maketime.o \
	mkdate_.o \
	mktime_.o \
	stime_.o \
	untime_.o 

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

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