summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Misc/Makefile.main
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/Misc/Makefile.main')
-rw-r--r--examples/Service_Configurator/Misc/Makefile.main36
1 files changed, 0 insertions, 36 deletions
diff --git a/examples/Service_Configurator/Misc/Makefile.main b/examples/Service_Configurator/Misc/Makefile.main
deleted file mode 100644
index 45b30c3d30c..00000000000
--- a/examples/Service_Configurator/Misc/Makefile.main
+++ /dev/null
@@ -1,36 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for executable main. Part of misc Service_Configurator examples
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-BIN = main
-
-FILES = main
-
-SRC = $(addsuffix .cpp,$(FILES))
-OBJ = $(addsuffix .o,$(FILES))
-
-LDLIBS += -lTimer
-
-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
-
-#----------------------------------------------------------------------------
-# Local targets
-#----------------------------------------------------------------------------