diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-12-09 20:59:11 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-12-09 20:59:11 (GMT) |
commit | b1fd3f565750a18246239cdac50e433d6d668524 (patch) | |
tree | f09179e1fb2a04e01983c85f9a3873c159fefda7 /MANIFEST | |
parent | 9124030f911f002bd49ec8bccd4c051df410cc72 (diff) | |
download | hdf5-b1fd3f565750a18246239cdac50e433d6d668524.zip hdf5-b1fd3f565750a18246239cdac50e433d6d668524.tar.gz hdf5-b1fd3f565750a18246239cdac50e433d6d668524.tar.bz2 |
[svn-r11780] Purpose:
Added high-level example directories
Description:
Refactored common code out of examples Makefiles.am, added high-level
example directories, added packet table examples.
Solution:
Examples now draw from a common config/examples.am file, which
contains rules for installing, uninstalling, and cleaning examples.
High-level example directories are mostly empty, except for the
C and C++ packet table tests.
Platforms tested:
mir, sleipnir, copper, shanti
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1265,6 +1265,10 @@ # high level libraries ./hl/Makefile.am ./hl/Makefile.in +./hl/examples/Makefile.am +./hl/examples/Makefile.in +./hl/examples/ptExampleFL.c +./hl/examples/ptExampleVL.c ./hl/src/Makefile.am ./hl/src/Makefile.in ./hl/src/H5IM.c @@ -1306,6 +1310,10 @@ ./hl/test/earth.pal # hl fortran +./hl/fortran/Makefile.am +./hl/fortran/Makefile.in +./hl/fortran/examples/Makefile.am +./hl/fortran/examples/Makefile.in ./hl/fortran/src/H5IMcc.c ./hl/fortran/src/H5IMcc.h ./hl/fortran/src/H5IMfc.c @@ -1322,10 +1330,14 @@ ./hl/fortran/test/tstimage.f90 ./hl/fortran/test/tstlite.f90 ./hl/fortran/test/tsttable.f90 -./hl/fortran/Makefile.am -./hl/fortran/Makefile.in # hl c++ +./hl/c++/Makefile.am +./hl/c++/Makefile.in +./hl/c++/examples/Makefile.am +./hl/c++/examples/Makefile.in +./hl/c++/examples/ptExampleFL.cpp +./hl/c++/examples/ptExampleVL.cpp ./hl/c++/src/H5PacketTable.h ./hl/c++/src/H5PacketTable.cpp ./hl/c++/src/Makefile.am @@ -1334,8 +1346,6 @@ ./hl/c++/test/ptableTest.cpp ./hl/c++/test/Makefile.am ./hl/c++/test/Makefile.in -./hl/c++/Makefile.am -./hl/c++/Makefile.in #windows projects |