summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/Makefile.TPLS
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C++NPv2/Makefile.TPLS')
-rw-r--r--examples/C++NPv2/Makefile.TPLS31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/C++NPv2/Makefile.TPLS b/examples/C++NPv2/Makefile.TPLS
deleted file mode 100644
index c6014063323..00000000000
--- a/examples/C++NPv2/Makefile.TPLS
+++ /dev/null
@@ -1,31 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the TPLS library in the C++NPv2, Chapter 6 example.
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-SHLIB = libTPLS.$(SOEXT)
-FILES = TP_Logging_Server \
- Logging_Acceptor \
- Logging_Event_Handler \
- Logging_Handler
-LSRC = $(addsuffix .cpp,$(FILES))
-
-LIBS += $(ACELIB)
-
-BUILD = $(VSHLIB)
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU