summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-22 15:23:53 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-22 15:23:53 +0000
commitd915aae2581f3790c5fc74ebf08f2f088b4012c8 (patch)
tree9f4955541d948937f92c79b3c9e387a34b3238d7
parent8620cea9068bc4122ace60fd4f6dc4dc619eb57d (diff)
downloadATCD-d915aae2581f3790c5fc74ebf08f2f088b4012c8.tar.gz
cleaned up
-rw-r--r--TAO/examples/POA/Generic_Servant/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/TAO/examples/POA/Generic_Servant/Makefile b/TAO/examples/POA/Generic_Servant/Makefile
index a29980a84dc..cf95006274c 100644
--- a/TAO/examples/POA/Generic_Servant/Makefile
+++ b/TAO/examples/POA/Generic_Servant/Makefile
@@ -5,7 +5,7 @@
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
-# Local macros
+# Local macros
#----------------------------------------------------------------------------
ifndef TAO_ROOT
@@ -15,13 +15,13 @@ endif # ! TAO_ROOT
# On non-Windows environment, we should at least define
# the export_include IDL flag.
override TAO_IDLFLAGS += -Wb,export_macro=GENERIC_SERVANT_Export \
- -Wb,export_include=generic_servant_export.h
+ -Wb,export_include=generic_servant_export.h
LDLIBS = -lTAO
-SHLIB = libMyFoo.$(SOEXT)
+SHLIB = libMyFoo.$(SOEXT)
-IDL_SRC = FooC FooS
+IDL_SRC = FooC FooS
BINFILES = $(IDL_SRC) client
@@ -43,7 +43,7 @@ LSRC = $(addsuffix .cpp,$(SHLIB_SRC))
LOBJ = $(addsuffix .o,$(SHLIB_SRC))
#----------------------------------------------------------------------------
-# Include macros and targets
+# Include macros and targets
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
@@ -57,17 +57,11 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
include $(TAO_ROOT)/taoconfig.mk
-.PRECIOUS: FooC.h FooC.i FooC.cpp FooS.h FooS.i FooS.cpp
-
-#$(IDL_SRC): cubit.idl
-# $(TAO_ROOT)/TAO_IDL/tao_idl cubit.idl
+.PRECIOUS: FooC.h FooC.i FooC.cpp FooS.h FooS.i FooS.cpp
client: $(POA_CLT_OBJS)
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
-#clean:
-# -/bin/rm -rf *.o $(BIN) obj.* core Templates.DB .make.state
-
realclean: clean
-/bin/rm -rf FooC.* FooS.* FooS_T.*