diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-15 16:34:35 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-15 16:34:35 +0000 |
commit | 7b06e6323c7cd0d4c0f610fd204fa0f86c582df4 (patch) | |
tree | 2c34d640de271b9f48e2b9366bb80ecd8f78e786 /performance-tests | |
parent | a144d2fadd64b24aa8ec12a2f9febb2a527a54f9 (diff) | |
download | ATCD-7b06e6323c7cd0d4c0f610fd204fa0f86c582df4.tar.gz |
ChangeLogTag:Wed Nov 15 08:32:58 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index d1503161a8f..a0a4b4c44c5 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -22,7 +22,7 @@ LIB = libPerf.a FILES = basic_func LSRC = $(addsuffix .cpp,$(FILES)) LOBJ = $(addsuffix .o,$(FILES)) -LDLIBS = -lPerf +LDLIBS = #-lPerf VLDLIBS = $(LDLIBS:%=%$(VAR)) # See comment above about only building libPerf.a for max performance. @@ -63,6 +63,14 @@ endif # For make depend. PSRC = $(addsuffix .cpp, $(BIN)) +ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS))) + ifeq ($(static_libs_only),1) +$(VBIN): $(VLIB) + else +$(VBIN): $(VSHLIB) + endif +endif # ! Other + #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |