# Makefile for gtool4/libsrc/netcdf

OBJS=netcdf_v3.obj netcdf_error.obj netcdf_filename.obj \
	netcdf_file.obj netcdf_dimension.obj

$(OBJS):

.f90.obj:
	df/c $<

clean:
	-rm -f *.obj *.mod *.bak

netcdf_dimension.obj: netcdf_file.obj
netcdf_file.obj: netcdf_filename.obj netcdf_error.obj
netcdf_error.obj: netcdf_v3.obj
