diff options
author | Robb Matzke <matzke@llnl.gov> | 1997-08-15 16:40:24 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1997-08-15 16:40:24 (GMT) |
commit | 9c6f65ec241eb2941e2af399385d7c7b62edac04 (patch) | |
tree | 86e56d87faffaeb0dc9aa4082aca148c055ccc21 /config/linux | |
parent | d61f4c0ed53a60419ac6a5355a73598b1a0d98d0 (diff) | |
download | hdf5-9c6f65ec241eb2941e2af399385d7c7b62edac04.zip hdf5-9c6f65ec241eb2941e2af399385d7c7b62edac04.tar.gz hdf5-9c6f65ec241eb2941e2af399385d7c7b62edac04.tar.bz2 |
[svn-r34] ./config/commence.in NEW
./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.
Diffstat (limited to 'config/linux')
-rw-r--r-- | config/linux | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/linux b/config/linux new file mode 100644 index 0000000..4a7778e --- /dev/null +++ b/config/linux @@ -0,0 +1,8 @@ +# 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 + |