diff options
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/Makefile')
-rw-r--r-- | TAO/examples/POA/Generic_Servant/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/examples/POA/Generic_Servant/Makefile b/TAO/examples/POA/Generic_Servant/Makefile index 70a00d29b70..1efa8599e79 100644 --- a/TAO/examples/POA/Generic_Servant/Makefile +++ b/TAO/examples/POA/Generic_Servant/Makefile @@ -33,12 +33,6 @@ POA_CLT_OBJS = $(addprefix $(VDIR),$(addsuffix .o,$(BINFILES))) BIN = client -BUILD = $(VOBJS) $(VLIB) $(BIN) - -VLDLIBS = $(LDLIBS:%=%$(VAR)) - -VBIN = $(BIN:%=%$(VAR)) - LIBS = -lTAO LSRC = $(addsuffix .cpp,$(SHLIB_SRC)) LOBJ = $(addsuffix .o,$(SHLIB_SRC)) |