BIN=sgnloc
PF=sgnloc.pf
MAN1=sgnloc.1

cflags = 
ldflags = 
ldlibs= -lgenloc -lblas -lcoords  -lstock $(F77LIBS) -lm -ldbl2  -ltttaup -ltt
DSAPMAKE = /opt/dsap/3.4/DSAPMAKE
include $(DSAPMAKE)
DIRS=

OBJS= sgnloc.o
CC=gcc
$(BIN):$(OBJS)
	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)  -lg2c -lmath -L/usr/lib -ldb

# $Id: Makefile,v 1.2 1997/11/25 18:47:07 pavlis Exp $ 
# DO NOT DELETE
