From 6816b4d7055be63eaa1e7fe28361b0cc5c44db5d Mon Sep 17 00:00:00 2001 From: joeh Date: Mon, 9 Jul 2001 18:35:03 +0000 Subject: ChangeLogTag: Mon Jul 9 13:33:43 2001 Joe Hoffert --- include/makeinclude/wrapper_macros.GNU | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'include/makeinclude/wrapper_macros.GNU') diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index ff1ea24aaf2..10d1d55920a 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -175,6 +175,10 @@ xt_reactor = 0 #### flag to Include/Preclude the RAPI support in ACE rapi = 0 +ifndef PACE_ROOT + PACE_ROOT = $(ACE_ROOT)/PACE +endif # PACE_ROOT + include $(ACE_ROOT)/include/makeinclude/platform_macros.GNU #---------------------------------------------------------------------------- @@ -507,9 +511,13 @@ ifneq ($(pace),) ACELIB = -lACE ifeq ($(inline),0) ACELIB += -lPACE - LDFLAGS += -L$(ACE_ROOT)/PACE/pace/ + LDFLAGS += -L$(PACE_ROOT)/pace/ + endif # inline == 0 + ifdef VXWORKS + ACELIB += -lPACE + LDFLAGS += -L$(PACE_ROOT)/pace/ endif # inline == 0 - include $(ACE_ROOT)/PACE/include/makeinclude/rules.common.GNU + include $(PACE_ROOT)/include/makeinclude/rules.common.GNU endif # pace ifeq ($(profile),0) -- cgit v1.2.1