#
PROG=	pltdat

FSRC = 	pltdat.f getinp.f
FOBJ = 	$(FSRC:%.f=$(ODIR)%.o)
LIBS = /local/home/foster/lib/sun/libutil.a

.KEEP_STATE:

$(PROG): $(FOBJ)
	ncargf77 -o $@ $(FOBJ) $(LIBS)
