summaryrefslogtreecommitdiff
path: root/ace/CLASSIX/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ace/CLASSIX/Makefile')
-rw-r--r--ace/CLASSIX/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/ace/CLASSIX/Makefile b/ace/CLASSIX/Makefile
index a207ce3da0e..ffe7419a5f8 100644
--- a/ace/CLASSIX/Makefile
+++ b/ace/CLASSIX/Makefile
@@ -25,9 +25,13 @@ FILES = \
CLASSIX_CO_Connector \
CLASSIX_CLD_Connector
+
+TEMPLATE_FILES =
+
DEFS = $(addsuffix .h,$(FILES)) Svc_Conf_Tokens.h
DEFS += $(addsuffix .i,$(FILES))
LSRC = $(addsuffix .cpp,$(FILES))
+LSRC2 = $(addsuffix .cpp,$(TEMPLATE_FILES))
BUILD = $(VLIB)
@@ -36,6 +40,14 @@ BUILD = $(VLIB)
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+
+ifneq ($(GHS),)
+ ifeq ($(CPU),86)
+ FILES += gethrtime
+ LSRC += gethrtime.cpp
+ endif # 86
+endif # GHS
+
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU