summaryrefslogtreecommitdiffstats
path: root/c++/src
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-04 20:25:14 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-04 20:25:14 (GMT)
commite552b96ce3289133b462c1cb2be92ca667b2fb12 (patch)
treee97cd2a632c4716455cbca4cd56725df9063129f /c++/src
parentca459c1d43f8fc6837f31dec774b7947c49a318a (diff)
downloadhdf5-e552b96ce3289133b462c1cb2be92ca667b2fb12.zip
hdf5-e552b96ce3289133b462c1cb2be92ca667b2fb12.tar.gz
hdf5-e552b96ce3289133b462c1cb2be92ca667b2fb12.tar.bz2
[svn-r3074] Purpose:
Improvement Description: Made the Makefiles better. Solution: Added standard macros concerning where things are place. Like libraries and so forth. Platforms tested: Linux
Diffstat (limited to 'c++/src')
-rw-r--r--c++/src/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index d978f21..05453ad 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -31,4 +31,6 @@ LIB_OBJ=$(LIB_SRC:.C=.lo)
PUB_HDR=H5Cpp.h
+ARFLAGS=rs
+
@CONCLUDE@