diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-11-01 15:21:16 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-11-01 15:21:16 (GMT) |
commit | eb8747499d505f2cdcb448fffb127eba48dcccd8 (patch) | |
tree | 1a83fbf43326af6be447995f1012e2fa6f969784 /doc/html/Makefile.in | |
parent | 7dec251c1a4d8c780a6f8833d51e0815648ec134 (diff) | |
download | hdf5-eb8747499d505f2cdcb448fffb127eba48dcccd8.zip hdf5-eb8747499d505f2cdcb448fffb127eba48dcccd8.tar.gz hdf5-eb8747499d505f2cdcb448fffb127eba48dcccd8.tar.bz2 |
[svn-r1802] Changes since 19991019
----------------------
./MANIFEST
./configure.in
./configure [REGENERATED]
Added more checking for `make' features.
./Makefile.in
./doc/Makefile.in
./doc/html/Makefile.in
./doc/html/Tutor/Makefile.in
./examples/Makefile.in
./pablo/Makefile.in
./src/Makefile.in
./test/Makefile.in
./testpar/Makefile.in
./tools/Makefile.in
./config/commence.in
./config/conclude.in
./config/depend.in [REMOVED]
./config/depend1.in [NEW]
./config/depend2.in [NEW]
./config/depend3.in [NEW]
./config/depend4.in [NEW]
./config/dependN.in [NEW]
The directory search stuff was moved into commence.in, thereby
shortening the Makefile.in prologues.
./doc/html/Dependencies [NEW]
./doc/html/Tutor/Dependencies [NEW]
./examples/Dependencies [NEW]
./src/Dependencies [NEW]
./test/Dependencies [NEW]
./testpar/Dependencies [NEW]
./tools/Dependencies [NEW]
The `.distdep' files were all renamed to `Dependencies' to make them
more obvious. They are required (but may be empty) in every directory
that has a Makefile.in that ends with @CONCLUDE@ (you'll get an
obvious error from make if you forgot to create one).
./bin/trace
./src/H5.c
Added H5E_major_t and H5E_minor_t although tracing only prints the
integer value.
./src/H5E.c
./src/H5Epublic.h
Added tracing information.
./src/H5FDcore.c
./src/H5FDfamily.c
./src/H5FDgass.c
./src/H5FDmpio.c
./src/H5FDsec2.c
./src/H5FDstdio.c
Fixed places where FUNC_LEAVE() evaluated it's argument more than
once.
Added tracing information.
Wrapped long lines.
./config/gnu-flags
Fixed a syntax error when we don't have a gnu compiler.
Diffstat (limited to 'doc/html/Makefile.in')
-rw-r--r-- | doc/html/Makefile.in | 37 |
1 files changed, 13 insertions, 24 deletions
diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index c915c99..cfb7b14 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -7,41 +7,30 @@ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ -VPATH=.:@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') SUBDIRS=Tutor DOCDIR=$(docdir)/hdf5 -TRACE=perl $(top_srcdir)/bin/trace - -# Add `-I.' to the C preprocessor flags. -CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@ - -# Temporary files -MOSTLYCLEAN= - # Public doc files (to be installed)... PUB_DOCS=Attributes.html Big.html Caching.html Chunking.html Chunk_f1.gif \ Chunk_f2.gif Chunk_f3.gif Chunk_f4.gif Chunk_f5.gif Chunk_f6.gif \ Coding.html Copyright.html Datasets.html Dataspaces.html \ Datatypes.html ddl.html Debugging.html EnumMap.gif Environment.html \ - Errors.html Files.html \ - Filters.html Glossary.html \ - Groups.html H5.api_map.html H5.format.html H5.intro.html \ - H5.sample_code.html H5.user.html H5.user.PrintGen.html \ - H5.user.PrintTpg.html IH_map1.gif IH_map2.gif IH_map3.gif IH_map4.gif \ - IH_mapFoot.gif IH_mapHead.gif IOPipe.html \ - NCSAfooterlogo.gif \ - Properties.html Ragged.html References.html RM_H5.html \ - RM_H5A.html RM_H5D.html RM_H5E.html RM_H5F.html RM_H5Front.html \ - RM_H5G.html RM_H5I.html RM_H5P.html RM_H5R.html RM_H5RA.html \ - RM_H5S.html RM_H5T.html RM_H5Z.html Tools.html Version.html chunk1.gif \ - compat.html dataset_p1.gif dataset_p1.obj extern1.gif extern2.gif \ - group_p1.gif group_p2.gif group_p3.gif h5s.examples hdf2.jpg \ - ph5design.html ph5example.c ph5implement.txt pipe1.gif pipe2.gif \ - pipe3.gif pipe4.gif pipe5.gif index.html version.gif + Errors.html Files.html Filters.html Glossary.html Groups.html \ + H5.api_map.html H5.format.html H5.intro.html H5.sample_code.html \ + H5.user.html H5.user.PrintGen.html H5.user.PrintTpg.html IH_map1.gif \ + IH_map2.gif IH_map3.gif IH_map4.gif IH_mapFoot.gif IH_mapHead.gif \ + IOPipe.html NCSAfooterlogo.gif Properties.html Ragged.html \ + References.html RM_H5.html RM_H5A.html RM_H5D.html RM_H5E.html \ + RM_H5F.html RM_H5Front.html RM_H5G.html RM_H5I.html RM_H5P.html \ + RM_H5R.html RM_H5RA.html RM_H5S.html RM_H5T.html RM_H5Z.html \ + Tools.html Version.html chunk1.gif compat.html dataset_p1.gif \ + dataset_p1.obj extern1.gif extern2.gif group_p1.gif group_p2.gif \ + group_p3.gif h5s.examples hdf2.jpg ph5design.html ph5example.c \ + ph5implement.txt pipe1.gif pipe2.gif pipe3.gif pipe4.gif pipe5.gif \ + index.html version.gif # Other doc files (not to be installed)... PRIVATE_DOCS=Chunk_f1.obj Chunk_f2.obj Chunk_f6.obj CodeReview.html \ |