diff options
author | Steve Huston <shuston@riverace.com> | 2004-04-16 16:39:45 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-04-16 16:39:45 +0000 |
commit | ceacfa9e8fea65dcd7f248e84c645534013d6324 (patch) | |
tree | 5fc67895683dc1a8eb5ff44cba715631b55bf5b3 /examples/C++NPv1 | |
parent | abc8b8c87da58cbd2881a064208430a0abf08c21 (diff) | |
download | ATCD-ceacfa9e8fea65dcd7f248e84c645534013d6324.tar.gz |
ChangeLogTag:Fri Apr 16 12:34:29 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/C++NPv1')
-rw-r--r-- | examples/C++NPv1/Process_Per_Connection_Logging_Server.mak | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/examples/C++NPv1/Process_Per_Connection_Logging_Server.mak b/examples/C++NPv1/Process_Per_Connection_Logging_Server.mak deleted file mode 100644 index 9bacc6d5a09..00000000000 --- a/examples/C++NPv1/Process_Per_Connection_Logging_Server.mak +++ /dev/null @@ -1,40 +0,0 @@ -#---------------------------------------------------------------------------- -# $Id$ -# -# Makefile for the Process-Per-Connection logging server example -# program in "C++ Network Programming, Vol. 1, Resolving Complexity -# Using Patterns and ACE" -#---------------------------------------------------------------------------- - -#---------------------------------------------------------------------------- -# Local macros -#---------------------------------------------------------------------------- - -BIN = Process_Per_Connection_Logging_Server - -FILES = Process_Per_Connection_Logging_Server \ - Logging_Handler \ - 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 - -# To build multiple executables in the same directory on AIX, it works -# best to wipe out any previously-created tempinc directory. -# The compiler/linker isn't too smart about instantiating templates... -ifdef TEMPINCDIR -COMPILE.cc := $(RM) -rf tempinc; $(COMPILE.cc) -endif |