summaryrefslogtreecommitdiffstats
path: root/config/freebsd2.2.1
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1997-08-15 16:40:24 (GMT)
committerRobb Matzke <matzke@llnl.gov>1997-08-15 16:40:24 (GMT)
commit9c6f65ec241eb2941e2af399385d7c7b62edac04 (patch)
tree86e56d87faffaeb0dc9aa4082aca148c055ccc21 /config/freebsd2.2.1
parentd61f4c0ed53a60419ac6a5355a73598b1a0d98d0 (diff)
downloadhdf5-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/freebsd2.2.1')
-rw-r--r--config/freebsd2.2.17
1 files changed, 7 insertions, 0 deletions
diff --git a/config/freebsd2.2.1 b/config/freebsd2.2.1
new file mode 100644
index 0000000..681f7a9
--- /dev/null
+++ b/config/freebsd2.2.1
@@ -0,0 +1,7 @@
+# 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