summaryrefslogtreecommitdiff
path: root/examples/C++NPv1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C++NPv1/Makefile')
-rw-r--r--examples/C++NPv1/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/examples/C++NPv1/Makefile b/examples/C++NPv1/Makefile
deleted file mode 100644
index 45958682b3b..00000000000
--- a/examples/C++NPv1/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the example programs in "C++ Network Programming,
-# Vol. 1, Resolving Complexity Using Patterns and ACE"
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-all : Logging_Client \
- Iterative_Logging_Server \
- Process_Per_Connection_Logging_Server \
- Thread_Per_Connection_Logging_Server
-
-Logging_Client :
- $(MAKE) -f Logging_Client.mak
-
-Iterative_Logging_Server :
- $(MAKE) -f Iterative_Logging_Server.mak
-
-Process_Per_Connection_Logging_Server :
- $(MAKE) -f Process_Per_Connection_Logging_Server.mak
-
-RT_Thread_Per_Connection_Logging_Server :
- $(MAKE) -f RT_Thread_Per_Connection_Logging_Server.mak
-
-Thread_Per_Connection_Logging_Server :
- $(MAKE) -f Thread_Per_Connection_Logging_Server.mak