summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-04-29 06:20:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-04-29 06:20:50 (GMT)
commitcc5b2ff93bc5b81993c104e64f3669a4d8f0c0a5 (patch)
tree67198d5997628d5a6640a7862ec5c96794e97244 /MANIFEST
parent27496ae0c7b8b1be7165d3720711b15c3a2d1288 (diff)
downloadhdf5-cc5b2ff93bc5b81993c104e64f3669a4d8f0c0a5.zip
hdf5-cc5b2ff93bc5b81993c104e64f3669a4d8f0c0a5.tar.gz
hdf5-cc5b2ff93bc5b81993c104e64f3669a4d8f0c0a5.tar.bz2
[svn-r12314] Purpose:
Code cleanup Description: Big clean up on high-level library code, including: - Removing include of HDF5 private header file(!) - Reduce number of compiler warnings - Untangle header files, etc. Platforms tested: FreeBSD 4.11 (sleipnir) w/C++ Linux 2.4/64 (mir) w/C++ & FORTRAN
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST48
1 files changed, 25 insertions, 23 deletions
diff --git a/MANIFEST b/MANIFEST
index 924e7fd..c65e647 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1254,14 +1254,12 @@
# high level libraries
./hl/Makefile.am
./hl/Makefile.in
-./hl/examples/ex_lite1.c
-./hl/examples/ex_lite2.c
-./hl/examples/ex_lite3.c
./hl/examples/Makefile.am
./hl/examples/Makefile.in
-./hl/examples/ptExampleFL.c
-./hl/examples/ptExampleVL.c
./hl/examples/ex_ds1.c
+./hl/examples/ex_lite1.c
+./hl/examples/ex_lite2.c
+./hl/examples/ex_lite3.c
./hl/examples/ex_image1.c
./hl/examples/ex_image2.c
./hl/examples/ex_table_01.c
@@ -1279,49 +1277,53 @@
./hl/examples/image24pixel.txt
./hl/examples/image8.txt
./hl/examples/pal_rgb.h
+./hl/examples/ptExampleFL.c
+./hl/examples/ptExampleVL.c
./hl/src/Makefile.am
./hl/src/Makefile.in
+./hl/src/H5DS.c
+./hl/src/H5DSprivate.h
+./hl/src/H5DSpublic.h
+./hl/src/H5HLprivate2.h
./hl/src/H5IM.c
+./hl/src/H5IMprivate.h
+./hl/src/H5IMpublic.h
./hl/src/H5LT.c
-./hl/src/H5TB.c
-./hl/src/H5DS.c
-./hl/src/H5PT.c
./hl/src/H5LTanalyze.l
./hl/src/H5LTanalyze.c
./hl/src/H5LTparse.y
./hl/src/H5LTparse.c
./hl/src/H5LTparse.h
-./hl/src/H5DSprivate.h
-./hl/src/H5DSpublic.h
-./hl/src/H5IMprivate.h
-./hl/src/H5IMpublic.h
./hl/src/H5LTprivate.h
./hl/src/H5LTpublic.h
+./hl/src/H5PT.c
./hl/src/H5PTprivate.h
./hl/src/H5PTpublic.h
+./hl/src/H5TB.c
./hl/src/H5TBprivate.h
./hl/src/H5TBpublic.h
./hl/src/hdf5_hl.h
./hl/test/Makefile.am
./hl/test/Makefile.in
+./hl/test/dsdata.txt
+./hl/test/dslat.txt
+./hl/test/dslon.txt
+./hl/test/earth.pal
+./hl/test/h5hltest.h
+./hl/test/image8.txt
+./hl/test/image24pixel.txt
+./hl/test/image24plane.txt
+./hl/test/pal_rgb.h
+./hl/test/sepia.pal
+./hl/test/test_ds.c
./hl/test/test_image.c
./hl/test/test_lite.c
-./hl/test/test_table.c
./hl/test/test_packet.c
-./hl/test/test_ds.c
-./hl/test/pal_rgb.h
+./hl/test/test_table.c
./hl/test/test_table_le.hdf5
./hl/test/test_table_be.hdf5
./hl/test/test_table_cray.hdf5
-./hl/test/image8.txt
-./hl/test/image24pixel.txt
-./hl/test/image24plane.txt
./hl/test/usa.wri
-./hl/test/dsdata.txt
-./hl/test/dslat.txt
-./hl/test/dslon.txt
-./hl/test/sepia.pal
-./hl/test/earth.pal
./hl/tools/Makefile.am
./hl/tools/Makefile.in
./hl/tools/gif2h5/Makefile.am