summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/Makefile.CLD
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-12-23 17:17:45 +0000
committerSteve Huston <shuston@riverace.com>2002-12-23 17:17:45 +0000
commit57a45acd72d32b9de32e3ee7a91fdbbf7a8ea5c4 (patch)
treefed37f7df2fd6950fc3a14b48a9bed381d4740d1 /examples/C++NPv2/Makefile.CLD
parentfb6bb6d64a5b7ca3d415b8918bcdd1eb15a54206 (diff)
downloadATCD-57a45acd72d32b9de32e3ee7a91fdbbf7a8ea5c4.tar.gz
ChangeLogTag:Mon Dec 23 12:13:51 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/C++NPv2/Makefile.CLD')
-rw-r--r--examples/C++NPv2/Makefile.CLD10
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/C++NPv2/Makefile.CLD b/examples/C++NPv2/Makefile.CLD
index 10bac2a15e5..9aae61a8f31 100644
--- a/examples/C++NPv2/Makefile.CLD
+++ b/examples/C++NPv2/Makefile.CLD
@@ -11,7 +11,8 @@
SHLIB = libCLD.$(SOEXT)
FILES = Client_Logging_Daemon \
Logging_Acceptor \
- Logging_Event_Handler
+ Logging_Event_Handler \
+ Logging_Handler
LSRC = $(addsuffix .cpp,$(FILES))
LIBS += $(ACELIB)
@@ -28,10 +29,3 @@ 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
-
-# To remake the DLL_Test source with xlC 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