summaryrefslogtreecommitdiffstats
path: root/pablo/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3619] Dan Wells2001-03-131-21/+30
| | | | | | | | | | | | | | | Purpose: These changes allow the user to determine bytes requested and bytes received by MPI I/O calls. Description: User wished to know if the number of bytes requested in MPI I/O calls was save as the number actually received. Solution: Added additional fields to the HDFrecord structure for bytes requested and bytes received. Other files reflect these changes. Platforms tested: Solaris IRIX64 parallel
* [svn-r3304] Purpose:Quincey Koziol2001-01-181-1/+1
| | | | | | | | Code update Description: Remove ragged array code & tests from library before release. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r2810] Dan Wells2000-11-081-17/+24
| | | | | | | | | | | | | | Purpose: This fixes a bug. Description: With the previous version, the Pablo version of the library would not build. Solution: A listing of all of the files in the src directory was inserted and the library depends on their object files as well as the other .c and .f files in the pablo directory. Platforms tested: Irix, Solaris, HP Vclass, AIX
* [svn-r2690] Purpose:Quincey Koziol2000-10-171-6/+12
| | | | | | | | | | | | Bug fix Description: Non-portable constructs are causing make to fail on some machines. Solution: Replaced ":=" assignments with "=" assignments. Platforms tested: Solaris 2.6 (baldric) & gmake Solaris 2.7 (arabica) & make (a SYSV make) FreeBSD 4.1.1 (hawkwind) & make (a BSD make)
* [svn-r2635] Purpose:Quincey Koziol2000-10-051-5/+11
| | | | | | | | | | | Portability fix Description: Non-portable GNU-specific features were used. Solution: Replaced GNU-specific features with more portable (but more difficult to maintain) forms of the features. Platforms tested: FresBSD 4.1.1 (hawkwind)
* [svn-r2487] Added support for fortran. Also made the Makefile more universal.Dan Wells2000-08-291-1465/+24
|
* [svn-r1802] Changes since 19991019Robb Matzke1999-11-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./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.
* [svn-r1515] Changes since 19990715Robb Matzke1999-07-191-62/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------- ./Makefile.in [1.3] ./examples/Makefile.in [1.3] ./pablo/Makefile.in [1.3] ./src/Makefile.in [1.3] ./test/Makefile.in [1.3] ./testpar/Makefile.in [1.3] ./tools/Makefile.in [1.3] ./config/commence.in [1.3] ./config/conclude.in [1.3] ./config/depend.in [1.3] Added a `.PATH' target for Irix pmake which is identical to the VPATH used by most other `make' programs. Irix 6.5 (or 6.4?) and later `make' ignores VPATH. Started all beginning-of-line comments with `##' instead of just `#' because Irix `pmake' barfs on things like the following because it sees the `# if' as a directive: # make will barf on the following line # if running Irix pmake ./config/commence.in [1.3] Added empty definitions for optional `make' macros because Irix pmake complains if it sees a macro which has never been defined. The main body of the Makefiles can redefine these macros to whatever they need.
* [svn-r1440] Fixed distclean targetQuincey Koziol1999-07-071-1/+5
|
* [svn-r1353] Added new hdf routine to the library.Dan Wells1999-06-161-1/+22
|
* [svn-r1180] Changes to allow automatic building of tables of event IDs and ↵Dan Wells1999-04-141-13/+50
| | | | to make HDF 4 and HDF 5 output compatible.
* [svn-r1123] Updates for bug fixes and new entry points in files from src ↵Dan Wells1999-03-091-9/+37
| | | | directory.
* [svn-r909] Dummied out make of progs and test to avoid rebuild of the library.Dan Wells1998-11-131-33/+9
|
* [svn-r866] Modified for parallel configuration.Dan Wells1998-11-031-1/+9
|
* [svn-r855] Added some include files to the list of things to be made.Dan Wells1998-10-301-9/+127
|
* [svn-r796] Pablo instrumentation support files.Dan Wells1998-10-261-0/+1423