diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 04:51:25 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-01 04:51:25 +0000 |
commit | 66c0612e5cbaaade9db3d1663e3beae93df209dc (patch) | |
tree | 4ddee5b90be8e221a2454b1b3da6b5af93f9437b /TAO/rules.tao.GNU | |
parent | e06106c6fe527098373ef652c69113f26fca8e76 (diff) | |
download | ATCD-66c0612e5cbaaade9db3d1663e3beae93df209dc.tar.gz |
ChangeLogTag:Thu Aug 31 16:31:04 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 5ce04db4569..95364a8b96c 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -34,6 +34,12 @@ ifdef COMSPEC endif # ! TAO_IDL_PREPROCESSOR endif # COMSPEC +#### +#### TAO libraries +#### +TAO_BASE_LIBS=-lTAO $(ACELIB) $(LIBS) +TAO_SRVR_LIBS=-lTAO_PortableServer $(TAO_BASE_LIBS) +TAO_CLNT_LIBS=-lTAO $(TAO_BASE_LIBS) #### #### Macro customization. @@ -121,6 +127,15 @@ else # smart_proxies # CPPFLAGS += -DTAO_HAS_SMART_PROXIES=0 endif # smart_proxies +ifeq ($(interceptors),0) + CPPFLAGS += -DTAO_HAS_INTERCEPTORS=0 +else # interceptors + override interceptors = 1 + # The following line is not needed, + # the $TAO_ROOT/tao/orbconf.h file defines it by default + # CPPFLAGS += -DTAO_HAS_INTERCEPTORS=1 +endif # interceptors + ifeq (1,$(CROSS-COMPILE)) else ifeq (1,$(ACE_HAS_GNUG_PRE_2_8)) |