diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-17 13:33:42 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-17 13:33:42 +0000 |
commit | 2c9092a46f12a20e27991e8bc7badfa81fcc3b15 (patch) | |
tree | 159e4e72c96b78f05013634b11d6a3cb4f342a5e /performance-tests | |
parent | 795a4334a3da69654ff7b398cbcefb36239c0a65 (diff) | |
download | ATCD-2c9092a46f12a20e27991e8bc7badfa81fcc3b15.tar.gz |
updated for proper support of ACE subsets, with BIN2/LIB2/SHLIB2
Diffstat (limited to 'performance-tests')
-rw-r--r-- | performance-tests/Misc/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/performance-tests/Misc/Makefile b/performance-tests/Misc/Makefile index 86589a4c4b2..b912d3226f7 100644 --- a/performance-tests/Misc/Makefile +++ b/performance-tests/Misc/Makefile @@ -27,19 +27,20 @@ VLDLIBS = $(LDLIBS:%=%$(VAR)) # See comment above about only building libPerf.a for max performance. BUILD = $(VLIB) $(VBIN) -#---------------------------------------------------------------------------- -# Include macros and targets -#---------------------------------------------------------------------------- - -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +BIN2 = test_naming -#### If the ACE library wasn't built with the Other component, don't -#### try to build test_naming. +#### If the ACE library wasn't built with sufficient components, don't +#### try to build here. ACE_BUILD_COMPONENTS := $(shell $(ACE_ROOT)/bin/ace_components --ace) ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS))) - BIN += test_naming + BIN += $(BIN2) endif # ! Other +#---------------------------------------------------------------------------- +# Include macros and targets +#---------------------------------------------------------------------------- + +include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU |