summaryrefslogtreecommitdiff
path: root/TAO/taoconfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/taoconfig.mk')
-rw-r--r--TAO/taoconfig.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/taoconfig.mk b/TAO/taoconfig.mk
deleted file mode 100644
index ebe37db01c4..00000000000
--- a/TAO/taoconfig.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Common makefile definitions for all applications
-#
-#----------------------------------------------------------------------------
-
-ifndef TAO_ROOT
-TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-LDFLAGS := $(patsubst -L$(ACE_ROOT)/ace, -L$(TAO_ROOT)/tao -L$(ACE_ROOT)/ace, $(LDFLAGS))
-CPPFLAGS += -I$(TAO_ROOT) $(TSS_ORB_FLAG)