summaryrefslogtreecommitdiff
path: root/examples/Timer_Queue/Makefile.TQTD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Timer_Queue/Makefile.TQTD')
-rw-r--r--examples/Timer_Queue/Makefile.TQTD42
1 files changed, 0 insertions, 42 deletions
diff --git a/examples/Timer_Queue/Makefile.TQTD b/examples/Timer_Queue/Makefile.TQTD
deleted file mode 100644
index e99862afeca..00000000000
--- a/examples/Timer_Queue/Makefile.TQTD
+++ /dev/null
@@ -1,42 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the Timer library. Part of misc Service_Configurator examples
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-LIB = libTQTD.a
-SHLIB = libTQTD.$(SOEXT)
-FILES = Async_Timer_Queue_Test \
- Reactor_Timer_Queue_Test \
- Thread_Timer_Queue_Test \
- Driver
-LSRC = $(addsuffix .cpp,$(FILES))
-
-LIBS += $(ACELIB)
-
-BUILD = $(VLIB) $(VSHLIB)
-
-#----------------------------------------------------------------------------
-# 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.lib.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-#----------------------------------------------------------------------------
-# Local targets
-#----------------------------------------------------------------------------
-
-ifeq ($(shared_libs),1)
-ifneq ($(SHLIB),)
-CPPFLAGS += -DACE_BUILD_SVC_DLL
-endif
-endif