mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
5e834c4cbc
Purpose: Feature Add Description: Added "install-example" and "install-all" to the Makefile system. The behaviour of the "make install*" options: make install - Installs binaries, libraries, include files, and example programs. make install-examples - Installs only the example programs. The directories are: ${prefix}/doc/hdf5/examples/{c,c++,fortran} make install-all - Install the binaries, libraries, include files, example programs, and documentation. The whole kit-n'-caboodle. make uninstall-examples - Get rid of those example files (but not the ${prefix}/doc/hdf5/examples/... directories) There's a new bin/ program which helps create directories which are deeply nested called "mkdirs". It's a simple shell script. Platforms tested: Linux |
||
---|---|---|
.. | ||
attrexample.f90 | ||
compound.f90 | ||
Dependencies | ||
dsetexample.f90 | ||
fileexample.f90 | ||
groupexample.f90 | ||
grpdsetexample.f90 | ||
grpit.f90 | ||
grpsexample.f90 | ||
hyperslab.f90 | ||
Makefile.in | ||
mountexample.f90 | ||
refobjexample.f90 | ||
refregexample.f90 | ||
run_examples.sh | ||
rwdsetexample.f90 | ||
selectele.f90 |