summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/Makefile.SR_Configurable_Logging_Server
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C++NPv2/Makefile.SR_Configurable_Logging_Server')
-rw-r--r--examples/C++NPv2/Makefile.SR_Configurable_Logging_Server29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/C++NPv2/Makefile.SR_Configurable_Logging_Server b/examples/C++NPv2/Makefile.SR_Configurable_Logging_Server
deleted file mode 100644
index dbef57cc25b..00000000000
--- a/examples/C++NPv2/Makefile.SR_Configurable_Logging_Server
+++ /dev/null
@@ -1,29 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for C++NPv2 SR_Configurable_Logging_Server example program,
-# chapter 7.
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-BIN = SR_Configurable_Logging_Server
-
-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