diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-03 15:18:05 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-03 15:18:05 +0000 |
commit | 21076f08df3e5dcc1649d33fc7b0ff83682162da (patch) | |
tree | 266371082f76f63fc578315a28ea5b7e860cb506 /TAO/tests | |
parent | 0f5de061a7ef7457ff15e84837809b0d2838c680 (diff) | |
download | ATCD-21076f08df3e5dcc1649d33fc7b0ff83682162da.tar.gz |
removed unused orbsvcs references
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/NestedUpcall/MT_Client_Test/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/Makefile b/TAO/tests/NestedUpcall/MT_Client_Test/Makefile index 21269ce6f18..cb9fbce0e00 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/Makefile +++ b/TAO/tests/NestedUpcall/MT_Client_Test/Makefile @@ -26,10 +26,8 @@ CLIENT_OBJS = MT_Client_TestS.o MT_Client_TestC.o \ SERVER_OBJS = MT_Client_TestS.o MT_Client_TestC.o server.o \ MT_Object_i.o -BIN = client server -BUILD = $(BIN) VLDLIBS = $(LDLIBS:%=%$(VAR)) -VBIN = $(BIN:%=%$(VAR)) +BIN = client server #---------------------------------------------------------------------------- # Include macros and targets @@ -47,8 +45,7 @@ include $(TAO_ROOT)/taoconfig.mk # Local targets #---------------------------------------------------------------------------- -LDFLAGS += -L$(TAO_ROOT)/orbsvcs/orbsvcs -L$(TAO_ROOT)/tao -CPPFLAGS += -I$(TAO_ROOT)/orbsvcs +LDFLAGS += -L$(TAO_ROOT)/tao .PRECIOUS: MT_Client_TestC.h MT_Client_TestC.i MT_Client_TestC.cpp .PRECIOUS: MT_Client_TestS.h MT_Client_TestS.i MT_Client_TestS.cpp @@ -61,7 +58,11 @@ client: $(addprefix $(VDIR),$(CLIENT_OBJS)) $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK) realclean: clean - -/bin/rm -rf MT_Client_Test[CS].* MT_Client_TestS_T.* + -$(RM) MT_Client_Test[CS].* MT_Client_TestS_T.* + +#---------------------------------------------------------------------------- +# Dependencies +#---------------------------------------------------------------------------- # DO NOT DELETE THIS LINE -- g++dep uses it. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. |