summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/Makefile.Configurable_Logging_Server
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C++NPv2/Makefile.Configurable_Logging_Server')
-rw-r--r--examples/C++NPv2/Makefile.Configurable_Logging_Server30
1 files changed, 0 insertions, 30 deletions
diff --git a/examples/C++NPv2/Makefile.Configurable_Logging_Server b/examples/C++NPv2/Makefile.Configurable_Logging_Server
deleted file mode 100644
index ccb83bd0b70..00000000000
--- a/examples/C++NPv2/Makefile.Configurable_Logging_Server
+++ /dev/null
@@ -1,30 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for C++NPv2 Configurable_Logging_Server example program, chapter 5.
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-BIN = Configurable_Logging_Server
-
-FILES = Service_Reporter
-
-SRC = $(addsuffix .cpp,$(FILES))
-OBJ = $(addsuffix .o,$(FILES))
-
-BUILD = $(VBIN)
-
-#----------------------------------------------------------------------------
-# 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.bin.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU