mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
9c6f65ec24
./config/conclude.in NEW Templates for the beginning and end of each Makefile. ./config/depend.in NEW Template for the part of the Makefile that generates source dependencies. ./config/freebsd2.2.1 NEW ./config/linux NEW Personal preference files. These are not part of a distribution but are for fine tuning configure for particular systems and are used by the HDF5 maintainers.
8 lines
262 B
Groff
8 lines
262 B
Groff
# Site configuration -- do not distribute this file.
|
|
|
|
if test "x$CFLAGS" = "x"; then
|
|
CFLAGS="-g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings \
|
|
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
|
|
-Wnested-externs"
|
|
fi
|