LIB=		libgenloc.a
INCLUDE = location.h
MAN3 = genloc.3 \
       genloc_intro.3 \
       ggnloc.3 \
	genloc_ttinterface.3

CLEAN= 		

cflags=	
ldflags= 	
ldlibs=	

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

OBJS=	  bisquare.o \
    calc_statistics.o \
    dbinput_routines.o \
    distance_weight.o \
    erfinv.o \
    generic_tu_calculate.o \
    huber.o \
    initial_locate.o \
    input_routines.o \
    locate.o \
    matrix.o \
    svdcmp.o \
    table_interpolate_functions.o \
    thomson.o \
    ttcalc_interface.o\
    ttlvz.o \
    ttlvz_interface.o

$(LIB) : $(OBJS)
	$(AR) $(ARFLAGS) $@ $(LORDER) $(OBJS) $(TSORT)
	$(RANLIB) $@



# $Id: Makefile,v 1.4 1998/06/03 19:05:37 pavlis Exp $ 
# DO NOT DELETE
