
BIN=dbjoin 
MAN1=dbjoin.1
ldflags = 
ldlibs = $(DBLIBS)

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

test:: tdbjoin 

tdbjoin : dbjoin
	dbjoin -d ex/jve sensor sitechan instrument site  > tests/dbjoin.out
	-compare tests/dbjoin.out correct

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