From 2d3ec4a43aa66307a721fc3c6cee38e859dd9b69 Mon Sep 17 00:00:00 2001 From: jwh1 Date: Tue, 25 Jul 2000 23:22:12 +0000 Subject: Tue Jul 25 18:20:37 2000 John Heitmann --- include/makeinclude/wrapper_macros.GNU | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/makeinclude/wrapper_macros.GNU') diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index c9264f7401f..d2707cb7971 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -438,7 +438,12 @@ ifeq ($(pace),0) endif # pace ifneq ($(pace),) - CFLAGS+= -DACE_HAS_PACE -DPACE_HAS_INLINE -DPACE_HAS_ALL_POSIX_FUNCS -I$(ACE_ROOT)/PACE +ifneq ($(inline),0) + CFLAGS+= -DPACE_HAS_INLINE=1 +endif + CFLAGS+= -DACE_HAS_PACE -DPACE_HAS_ALL_POSIX_FUNCS -I$(ACE_ROOT)/PACE + LDFLAGS+= -L$(ACE_ROOT)/PACE/pace/ + ACELIB=-lACE /project/danzon/john/ACE_wrappers/build/sun7g++/PACE/pace/libPACE.a include $(ACE_ROOT)/PACE/include/makeinclude/rules.common.GNU endif # pace -- cgit v1.2.1