
#
#	Makefile for dbdetect
#
BIN=		dbdetect
MAN1= dbdetect.1

ldflags= 	
ldlibs=		-lscv2 -ldbl2 $(TRLIBS)

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

OBJS=	 dbdetect.o detect_subs.o sc_subs.o trace_subs.o filter_subs.o 
$(BIN) : $(OBJS)
	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)

# $Id: Makefile,v 1.2 1998/02/16 20:10:14 danq Exp $ 
# DO NOT DELETE
