3a596ded2e
multi-dimensional data sets. The basic component of CDF is a software programming interface that is a device independent view of the CDF data model. The application developer is insulated from the actual physical file format for reasons of conceptual simplicity, device independence, and future expandability. CDF files created on any given platform can be transported to any other platform on to which CDF is ported and used with any CDF tools or layered applications. A comparison between CDF, netCDF, HDF and HDF5 is available at <http://cdf.gsfc.nasa.gov/html/FAQ.html>.
29 lines
388 B
Text
29 lines
388 B
Text
--- src/tests/Makefile.orig Thu May 12 19:12:49 2005
|
|
+++ src/tests/Makefile Fri Jan 27 22:20:32 2006
|
|
@@ -31,16 +31,16 @@
|
|
SHELL=/bin/sh
|
|
NULL=true
|
|
|
|
-FORTRAN=
|
|
-FCx=
|
|
-CCx=
|
|
-SHARED=
|
|
-FOPTIONS=
|
|
-FOPTIONSld=
|
|
-COPTIONS=
|
|
-COPTIONSld=
|
|
-SYSLIBS=
|
|
-SHAREDEXT=
|
|
+#FORTRAN=
|
|
+#FCx=
|
|
+#CCx=
|
|
+#SHARED=
|
|
+#FOPTIONS=
|
|
+#FOPTIONSld=
|
|
+#COPTIONS=
|
|
+#COPTIONSld=
|
|
+#SYSLIBS=
|
|
+#SHAREDEXT=
|
|
|
|
INCLUDEcdf=../include
|
|
|