summaryrefslogtreecommitdiff
path: root/apps/mkcsregdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mkcsregdb/Makefile')
-rw-r--r--apps/mkcsregdb/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/apps/mkcsregdb/Makefile b/apps/mkcsregdb/Makefile
deleted file mode 100644
index d05f9bc3f26..00000000000
--- a/apps/mkcsregdb/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Makefile for soreduce utility
-#----------------------------------------------------------------------------
-
-BIN = mkcsregdb
-INSBIN = $(ACE_ROOT)/bin
-
-FILES = mkcsregdb
-
-SRC = $(addsuffix .cpp,$(FILES))
-OBJ = $(addsuffix .o,$(FILES))
-
-BUILD = $(VBIN)
-
-INSTALL = $(VBIN:%=$(INSBIN)/%$(EXEEXT))
-
-#----------------------------------------------------------------------------
-# 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
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-
-# DO NOT DELETE THIS LINE -- g++dep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-
-# IF YOU PUT ANYTHING HERE IT WILL GO AWAY