diff options
author | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-25 23:22:12 +0000 |
---|---|---|
committer | jwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-07-25 23:22:12 +0000 |
commit | 2d3ec4a43aa66307a721fc3c6cee38e859dd9b69 (patch) | |
tree | 6241295ce844fabd5872395a33356f8d3a42c128 /include/makeinclude/wrapper_macros.GNU | |
parent | 8cdad1e1e59f970251f7e09aae83e954c8e4b6c0 (diff) | |
download | ATCD-2d3ec4a43aa66307a721fc3c6cee38e859dd9b69.tar.gz |
Tue Jul 25 18:20:37 2000 John Heitmann <jwh1@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 7 |
1 files changed, 6 insertions, 1 deletions
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 |