mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
b5d11111b0
Purpose: Bug Fix Description: The way we were generating Dependencies and .depend files was broken. If the $srcdir or other macros began with a ".", then it would match anything and cause problems since it would then overwrite the beginning of the header file's path. Solution: Wrote a Perl script which can handle this type of weirdness better. It's only used when the environment is a GNU one with a GCC compiler... Platforms tested: Linux |
||
---|---|---|
.. | ||
Attributes.txt | ||
Dependencies | ||
h5_attribute.c | ||
h5_chunk_read.c | ||
h5_compound.c | ||
h5_extend_write.c | ||
h5_group.c | ||
h5_mount.c | ||
h5_read.c | ||
h5_reference.c | ||
h5_select.c | ||
h5_write.c | ||
Makefile.in | ||
ph5example.c | ||
run_examples.sh |