summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-03 14:46:17 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-03 14:46:17 +0000
commit473cdac063541c3354776a67577916322dc1d88e (patch)
treedd78934d91630de9f17551929f72b5082d2efec6
parentc6e0f2f0eff4ec472785f1c294df2c0a8d9659dc (diff)
downloadATCD-473cdac063541c3354776a67577916322dc1d88e.tar.gz
removed use of orbsvcs
-rw-r--r--TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile b/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
index f6aff6535db..4e3145462e7 100644
--- a/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
+++ b/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile
@@ -48,9 +48,7 @@ include $(TAO_ROOT)/taoconfig.mk
# Local targets
#----------------------------------------------------------------------------
-LDFLAGS += -L$(TAO_ROOT)/orbsvcs/orbsvcs \
- -L$(TAO_ROOT)/tao \
- -L$(TAO_ROOT)/orbsvcs/Naming_Service
+LDFLAGS += -L$(TAO_ROOT)/tao
ifeq ($(CXX),cxx)
ifeq ($(findstring ptrepository,$(CCFLAGS)),ptrepository)
@@ -64,8 +62,6 @@ ifeq (-xildoff,$(findstring -xildoff,$(LDFLAGS)))
endif # Sun CC
endif # cxx
-CPPFLAGS += -I$(TAO_ROOT)/orbsvcs
-
.PRECIOUS: cubitC.cpp cubitS.cpp cubitC.h cubitS.h
client: $(addprefix $(VDIR),$(CUBIT_CLT_OBJS))
@@ -75,7 +71,7 @@ client: $(addprefix $(VDIR),$(CUBIT_CLT_OBJS))
cd ../IDL_Cubit; $(MAKE) BUILD=server
realclean: clean
- -/bin/rm -rf cubitC.* cubitS.* cubitS_T.*
+ -$(RM) cubitC.* cubitS.* cubitS_T.*
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.