
BIN=		dbplotcov
MAN1=		dbplotcov.1

ldlibs=		-lscv2 -ldbl2 -lgrx -lio $(X11LIBS) $(TRLIBS)

DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include $(DSAPMAKE)  	# This line must appear following the definitions above, 
			# and before the DIRS definition below..
DIRS=			# Omit this line to run make in subdirectories, or
			# fill in to run make only in certain subdirectories

OBJS=	dbplotcov.o readcov.o
$(BIN) : $(OBJS)
	$(FC) $(FFLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)



# $Id: Makefile,v 1.2 1998/01/05 05:32:38 danq Exp $ 
# DO NOT DELETE
