diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-13 14:52:07 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-13 14:52:07 +0000 |
commit | 8baa92d5fb845673406c525c4331271c349beeeb (patch) | |
tree | 9b84303336d8833f3c3dc9c49aff6647777584ff /TAO/orbsvcs/Logging_Service | |
parent | 88ec01877ce06a44ea5f5df8f89682b69d6d6a84 (diff) | |
download | ATCD-8baa92d5fb845673406c525c4331271c349beeeb.tar.gz |
added BIN2 support, for make realclean
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r-- | TAO/orbsvcs/Logging_Service/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Makefile b/TAO/orbsvcs/Logging_Service/Makefile index 83cc97dc0af..7bc4b33f933 100644 --- a/TAO/orbsvcs/Logging_Service/Makefile +++ b/TAO/orbsvcs/Logging_Service/Makefile @@ -21,19 +21,20 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -#---------------------------------------------------------------------------- -# Include macros and targets -#---------------------------------------------------------------------------- - -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU +BIN2 = Logging_Service #### If the TAO orbsvcs library wasn't built with sufficient components, #### don't try to build here. TAO_ORBSVCS := $(shell $(ACE_ROOT)/bin/ace_components --orbsvcs) ifeq (Log,$(findstring Log,$(TAO_ORBSVCS))) - BIN = Logging_Service + BIN = $(BIN2) endif # Log +#---------------------------------------------------------------------------- +# Include macros and targets +#---------------------------------------------------------------------------- + +include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU |