summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Collocation/Makefile')
-rw-r--r--TAO/tests/Collocation/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/tests/Collocation/Makefile b/TAO/tests/Collocation/Makefile
deleted file mode 100644
index 45cb731e00c..00000000000
--- a/TAO/tests/Collocation/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
- #----------------------------------------------------------------------------
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif # ! TAO_ROOT
-
-MAKEFILE = Makefile
-
-#----------------------------------------------------------------------------
-# Include macros
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-
-MKLIST = \
- Makefile.stub \
- Makefile.impl \
- Makefile.test
-
-.NOTPARALLEL:
-
-all debug profile optimize install deinstall clean realclean clobber depend idl_stubs:
-%.mkfile: %
- @echo $(MAKE) -f $< $(MKFILE_TARGET)
- @$(MAKE) -f $< $(MKFILE_TARGET)
-
-all debug profile optimize install deinstall clean realclean clobber depend idl_stubs :
-ifneq ($(MKLIST),)
- @echo $(MAKE) -f $(MAKEFILE) MKFILE_TARGET=$@ $(addsuffix .mkfile, $(MKLIST))
- @$(MAKE) -f $(MAKEFILE) MKFILE_TARGET=$@ $(addsuffix .mkfile, $(MKLIST))
-endif