diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-04 20:25:14 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-04 20:25:14 (GMT) |
commit | e552b96ce3289133b462c1cb2be92ca667b2fb12 (patch) | |
tree | e97cd2a632c4716455cbca4cd56725df9063129f /c++/src | |
parent | ca459c1d43f8fc6837f31dec774b7947c49a318a (diff) | |
download | hdf5-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.in | 2 |
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@ |