hdf5/fortran/examples
Bill Wendling 5e834c4cbc [svn-r4466]
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
2001-09-21 18:50:15 -05:00
..
attrexample.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
compound.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
Dependencies [svn-r4298] 2001-08-01 17:18:50 -05:00
dsetexample.f90 [svn-r2977] 2000-11-17 17:45:34 -05:00
fileexample.f90 [svn-r2977] 2000-11-17 17:45:34 -05:00
groupexample.f90 [svn-r2977] 2000-11-17 17:45:34 -05:00
grpdsetexample.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
grpit.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
grpsexample.f90 [svn-r2977] 2000-11-17 17:45:34 -05:00
hyperslab.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
Makefile.in [svn-r4466] 2001-09-21 18:50:15 -05:00
mountexample.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
refobjexample.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
refregexample.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
run_examples.sh [svn-r3374] Purpose: 2001-02-06 16:49:14 -05:00
rwdsetexample.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00
selectele.f90 [svn-r3862] 2001-04-26 22:52:24 -05:00