summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-13 14:52:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-13 14:52:07 +0000
commit8baa92d5fb845673406c525c4331271c349beeeb (patch)
tree9b84303336d8833f3c3dc9c49aff6647777584ff /TAO/orbsvcs/tests/ImplRepo
parent88ec01877ce06a44ea5f5df8f89682b69d6d6a84 (diff)
downloadATCD-8baa92d5fb845673406c525c4331271c349beeeb.tar.gz
added BIN2 support, for make realclean
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/Makefile b/TAO/orbsvcs/tests/ImplRepo/Makefile
index a3098e7a849..1133a66d01e 100644
--- a/TAO/orbsvcs/tests/ImplRepo/Makefile
+++ b/TAO/orbsvcs/tests/ImplRepo/Makefile
@@ -63,23 +63,24 @@ REPOSITORY_TEST_OBJS = ../../../ImplRepo_Service/$(VDIR)/Repository.o \
VLDLIBS = $(LDLIBS:%=%$(VAR))
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+BIN2 = airplane_server \
+ airplane_client \
+ nestea_server \
+ nestea_client \
+ Repository_Test
#### 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 (ImplRepo,$(findstring ImplRepo,$(TAO_ORBSVCS)))
- BIN += airplane_server \
- airplane_client \
- nestea_server \
- nestea_client \
- Repository_Test
+ BIN = $(BIN2)
endif # ImplRepo
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU