LIBRARY      = libgetpar.a


SRCS         = dfetch.f findstring.f getdouble.f getinteger.f getreal.f \
               getstring.f gpsort.f ifetch.f read_file.f read_stdin.f   \
               rfetch.f sfetch.f sortwithkey.f term_string.f readc2i.f  \
               readc2r.f readc2d.f readc2s.f mgetpar.f90

OBJS         = dfetch.o findstring.o getdouble.o getinteger.o getreal.o  \
               getstring.o gpsort.o ifetch.o read_file.o read_stdin.o    \
               rfetch.o sfetch.o sortwithkey.o term_string.o readc2i.o   \
               readc2r.o readc2d.o readc2s.o mgetpar.o
include ../../Makefile.common
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
#dependencies:
dfetch.o: undefined.h GP_common.h
findstring.o: undefined.h GP_common.h
getdouble.o: undefined.h GP_common.h
getinteger.o: undefined.h GP_common.h
getreal.o: undefined.h GP_common.h
getstring.o: undefined.h GP_common.h
gpsort.o: undefined.h GP_common.h
ifetch.o: undefined.h GP_common.h
read_file.o: undefined.h GP_common.h
read_stdin.o: undefined.h GP_common.h
rfetch.o: undefined.h GP_common.h
sfetch.o: undefined.h GP_common.h
term_string.o: undefined.h
#----------------------------------------------------------------------------

