summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/Makefile.CLD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C++NPv2/Makefile.CLD')
-rw-r--r--examples/C++NPv2/Makefile.CLD31
1 files changed, 0 insertions, 31 deletions
diff --git a/examples/C++NPv2/Makefile.CLD b/examples/C++NPv2/Makefile.CLD
deleted file mode 100644
index 9aae61a8f31..00000000000
--- a/examples/C++NPv2/Makefile.CLD
+++ /dev/null
@@ -1,31 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the CLD library in the C++NPv2, Chapter 6 example.
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-SHLIB = libCLD.$(SOEXT)
-FILES = Client_Logging_Daemon \
- 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