

BIN=gsregion
MAN1=gsregion.1

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

gsregion : gsregion.o 
	$(CC) $(CFLAGS) gsregion.o -o $@ $(LDFLAGS) $(LDLIBS)

test :: gsregion
	gsregion < gsregion.in > gsregion.out 2> gsregion.errout
	diff gsregion.out gsregion.correct

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