diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-08-15 16:35:53 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-08-15 16:35:53 (GMT) |
commit | 8ec38c06f4929f93c0ecf547ef02712e08e1aefb (patch) | |
tree | 3d862fa1102b6386b811850485ed1a7e72e5ba9c /MANIFEST | |
parent | fdb45fa4fa3c0e0749deb2b40c6246543ba47cf1 (diff) | |
download | hdf5-8ec38c06f4929f93c0ecf547ef02712e08e1aefb.zip hdf5-8ec38c06f4929f93c0ecf547ef02712e08e1aefb.tar.gz hdf5-8ec38c06f4929f93c0ecf547ef02712e08e1aefb.tar.bz2 |
[svn-r32] ./INSTALL NEW
Instructions for end users.
./INSTALL_MAINT NEW
Instructions and hints for maintainers.
./MANIFEST NEW
A list of names of files that are part of the HDF5
distribution.
./Makefile.in NEW
Top-level makefile template. See INSTALL and/or INSTALL_MAINT
for instructions on how to generate the Makefile from this
file.
./configure NEW
./configure.in NEW
Configuration shell script generated from configure.in.
./Makefile
Removed from CVS. This file is now generated by running
configure.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 0000000..1a1bfaa --- /dev/null +++ b/MANIFEST @@ -0,0 +1,90 @@ +./Changes +./Makefile.in +./bin/config.guess +./bin/config.sub +./bin/install-sh +./config/commence.in +./config/conclude.in +./config/depend.in +./config/freebsd2.2.1 +./config/linux +./configure +./configure.in +./html/H5.api_map.html +./html/H5.apiv2.html +./html/H5.coding_standard.html +./html/H5.format.html +./html/H5.sample_code.html +./html/MemoryManagement.html +./html/ObjectHeader.txt +./html/heap.txt +./html/move.html +./src/H5.c +./src/H5private.h +./src/H5public.h +./src/H5A.c +./src/H5Aprivate.h +./src/H5Apublic.h +./src/H5AC.c +./src/H5ACprivate.h +./src/H5ACpublic.h +./src/H5B.c +./src/H5Bprivate.h +./src/H5Bpublic.h +./src/H5C.c +./src/H5Cprivate.h +./src/H5Cpublic.h +./src/H5D.c +./src/H5Dprivate.h +./src/H5Dpublic.h +./src/H5E.c +./src/H5Eprivate.h +./src/H5Epublic.h +./src/H5F.c +./src/H5Fprivate.h +./src/H5Fpublic.h +./src/H5G.c +./src/H5Gnode.c +./src/H5Gprivate.h +./src/H5Gpublic.h +./src/H5H.c +./src/H5Hprivate.h +./src/H5Hpublic.h +./src/H5M.c +./src/H5Mprivate.h +./src/H5Mpublic.h +./src/H5MF.c +./src/H5MFprivate.h +./src/H5MFpublic.h +./src/H5MM.c +./src/H5MMprivate.h +./src/H5MMpublic.h +./src/H5O.c +./src/H5Ocont.c +./src/H5Oname.c +./src/H5Onull.c +./src/H5Ostab.c +./src/H5Oprivate.h +./src/H5Opublic.h +./src/H5P.c +./src/H5Pprivate.h +./src/H5Ppublic.h +./src/H5T.c +./src/H5Tprivate.h +./src/H5Tpublic.h +./src/H5config.h.in +./src/Makefile.in +./src/Naming-Conventions +./src/debug.c +./src/hdf5.h +./test/Makefile.in +./test/testhdf5.c +./test/testhdf5.h +./test/tfile.c +./test/theap.c +./test/tmeta.c +./test/tohdr.c +./test/tstab.c +./tgif/APIGrammar.obj +./tgif/FileGrammar.obj +./tgif/UserView.obj |