Previous: Configure Options for NetCDF Next: Building NetCDF on Supercomputers Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > Porting and Testing the NetCDF C/Fortran/C++ Libraries

17.9 Make Targets
The Makefiles that configure generates have a number of useful targets.
check Build the netCDF libraries and utilities and run all the standard tests.
install Install the libraries and utilities under the directory specified by the --prefix option to configure.
all Build the libraries and utilities, but don't run any testss.
clean Remove everything built by make all.
distclean Remove everything done by configure and make. This returns to a clean set of source code, as if you had just unpacked the distribution.

 


Previous: Configure Options for NetCDF Next: Building NetCDF on Supercomputers Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > Porting and Testing the NetCDF C/Fortran/C++ Libraries