# nag is real*8 and ncar graphics is real*4, so be careful:

# -g debug -C check array bounds -e extended source line
# -r8 real*8 default -i4 integer*4 default -O optimize
# FFLAGS = -g -C -e -c
FFLAGS = -e -O

FLIBS =  -lncarg -lncarg_gks -lncarg_c -lncarg_loc -lX11 -lm -lnag

FOBS = aborter.o ceil.o cnplot0.o cplogp.o finish.o floor.o hmplot.o \
	hmplot2.o kenrgyp.o maps.o mnmx.o nicer.o nsumavp.o penrgyp.o \
	saplot.o setzer.o smplot.o timeavp.o tmm.o wgrad.o width.o \
	postc.o sundum.o \

%.o : itg.par post.cmn

post:  $(FOBS)
	f77 $(FFLAGS) -o postc $(FOBS) $(FLIBS)


