summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-17 13:33:42 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-17 13:33:42 +0000
commit315969d2e8cb38a2335a88cf02670336aecaaf61 (patch)
tree159e4e72c96b78f05013634b11d6a3cb4f342a5e /performance-tests
parent74c41392deddd984d3d6e46db90341cbe7a44d80 (diff)
downloadATCD-315969d2e8cb38a2335a88cf02670336aecaaf61.tar.gz
updated for proper support of ACE subsets, with BIN2/LIB2/SHLIB2
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Misc/Makefile17
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