# Generated automatically from Makefile.in by configure. # # Makefile for utils.a # FC=f90 FFLAGS= -N80 -I/usr/local/include RANLIB=ranlib NTDIR=.. .SUFFIXES: .f90 .f .f90.o: $(FC) $(FFLAGS) -c $< .f.o: $(FC) $(FFLAGS) -c $< all: utils.a tix2nt splines.a netcdf.a splines_obj = splines.o fitpack.o splines.a: $(splines_obj) $(AR) rc $@ $(splines_obj) $(RANLIB) $@ netcdf.a: netcdf.o $(AR) rc $@ netcdf.o $(RANLIB) $@ utils_obj = aborter.o lnblank.o gheat.o crayonly.o utils.a: $(utils_obj) $(AR) rc $@ $(utils_obj) $(RANLIB) $@ tix2nt_obj = tix2nt.o u2read.o tix2nt: $(tix2nt_obj) $(FC) $(FFLAGS) -o tix2nt $(tix2nt_obj) utils.a $(FLIBS) clean: rm -f *.o *~ *.a *.tmp *.trace core distclean: clean $(RM) netcdf.inc $(RM) config.cache config.log config.status # $(RM) config.cache config.log config.status Makefile # This is how the previous line would look, IF we were using autoconf # to generate Makefile from Makefile.in, but we've quit using autoconf # for now and the Makefile.in file is out of date. configure: configure.in autoconf --local=config