# Generated automatically from Makefile.in by configure. # # Makefile for geo.a # FC=f90 FLIBS= -L/usr/local/lib -lnetcdf FFLAGS= -N80 -I/usr/local/include -I.. -I.. -putils RANLIB=ranlib NTDIR=.. UTILDIR=utils .SUFFIXES: .f90 .f .f90.o: f90 $(FFLAGS) -c $< .f.o: f90 $(FFLAGS) -c $< stubs = radstub.o vdimstub.o geo_obj = geometry.o geq.o veq.o eeq.o peq.o leq.o geo.a: $(geo_obj) $(AR) rc $@ $(geo_obj) $(RANLIB) $@ all: geo.a clean: rm -f *.o *~ geo.a *.tmp *.trace core eiktest distclean: clean $(RM) nt.par $(RM) config.cache config.log config.status # The last line would read # $(RM) config.cache config.log config.status Makefile # IF we were using autoconf to generate Makefile from Makefile.in, but # we've quit using that for now so the Makefile.in file is out of date. configure: configure.in autoconf --local=config geometry.o : veq.o geq.o eeq.o leq.o peq.o ts : testsmoothf.o smoothf.o $(FC) $(FFLAGS) -o ts testsmoothf.o smoothf.o ball: ball.o geo.a utils/fitpack.o $(stubs) $(FC) $(FFLAGS) -o ball ball.o $(stubs) \ utils/fitpack.o $(FLIBS) eiktest: mods et.o geo.a utils/fitpack.o $(stubs) $(FC) -o eiktest et.o utils/fitpack.o $(stubs) $(FLIBS) et.o: geometry.o ball.o: geometry.o veq.o eeq.o peq.o geq.o: $(UTILDIR)/splines.a MODULES= $(UTILDIR) mods: for dir in $(MODULES); do (cd $$dir; $(MAKE)); done