summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/CosEC_Basic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/CosEC_Basic/Makefile')
-rw-r--r--TAO/orbsvcs/tests/CosEC_Basic/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/orbsvcs/tests/CosEC_Basic/Makefile b/TAO/orbsvcs/tests/CosEC_Basic/Makefile
deleted file mode 100644
index 977c8ad430d..00000000000
--- a/TAO/orbsvcs/tests/CosEC_Basic/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-
-BIN = CosEC_Basic
-
-SRC = $(BIN:%=%$(VAR).cpp) \
- CosECConsumer.cpp \
- CosECSupplier.cpp
-
-LDLIBS= -lorbsvcs -lTAO
-
-ifndef TAO_ROOT
-TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-CPPFLAGS += -I$(TAO_ROOT)/orbsvcs \
- -I$(TAO_ROOT)
-
-#----------------------------------------------------------------------------
-# 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.local.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
-
-#### Local rules and variables...
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-
-# DO NOT DELETE THIS LINE -- g++dep uses it.