Skip to content
Snippets Groups Projects
Commit d88f6b93 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Version 1.4.0 released

parent 27e22699
No related branches found
Tags cdi-1.4.0
No related merge requests found
2009-??-?? Uwe Schulzweida <Uwe.Schulzweida@zmaw.de> 2009-10-05 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* using GRIB library version 1.4.0 * using GRIB library version 1.4.0
* added GRIB2 support (testversion) via grib_api(1.8.0) * added GRIB2 support (testversion) via grib_api(1.8.0)
......
...@@ -87,6 +87,6 @@ cdiFortran.o: cdiFortran.c ...@@ -87,6 +87,6 @@ cdiFortran.o: cdiFortran.c
source='$<' object='$@' libtool=no \ source='$<' object='$@' libtool=no \
depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
$(CCDEPMODE) $(depcomp) \ $(CCDEPMODE) $(depcomp) \
$(COMPILE) $(CFINT) $(REAL4) -c `test -f '$<' || echo '$(srcdir)/'`$< $(COMPILE) $(CFINT) -c `test -f '$<' || echo '$(srcdir)/'`$<
# #
CLEANFILES = `ls *~` CLEANFILES = `ls *~`
...@@ -626,7 +626,7 @@ cdiFortran.o: cdiFortran.c ...@@ -626,7 +626,7 @@ cdiFortran.o: cdiFortran.c
source='$<' object='$@' libtool=no \ source='$<' object='$@' libtool=no \
depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
$(CCDEPMODE) $(depcomp) \ $(CCDEPMODE) $(depcomp) \
$(COMPILE) $(CFINT) $(REAL4) -c `test -f '$<' || echo '$(srcdir)/'`$< $(COMPILE) $(CFINT) -c `test -f '$<' || echo '$(srcdir)/'`$<
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded. # Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: .NOEXPORT:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment