summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Misc/Makefile.Timer
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/Misc/Makefile.Timer')
-rw-r--r--examples/Service_Configurator/Misc/Makefile.Timer38
1 files changed, 0 insertions, 38 deletions
diff --git a/examples/Service_Configurator/Misc/Makefile.Timer b/examples/Service_Configurator/Misc/Makefile.Timer
deleted file mode 100644
index 3b6fe958731..00000000000
--- a/examples/Service_Configurator/Misc/Makefile.Timer
+++ /dev/null
@@ -1,38 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for the Timer library. Part of misc Service_Configurator examples
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-SHLIB = libTimer.$(SOEXT)
-FILES = Timer_Service
-LSRC = $(addsuffix .cpp,$(FILES))
-
-LIBS += $(ACELIB)
-
-BUILD = $(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