summaryrefslogtreecommitdiff
path: root/TAO/taoconfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/taoconfig.mk')
-rw-r--r--TAO/taoconfig.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/taoconfig.mk b/TAO/taoconfig.mk
deleted file mode 100644
index 424d36476ef..00000000000
--- a/TAO/taoconfig.mk
+++ /dev/null
@@ -1,14 +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) -I$(TAO_ROOT)/tao/compat $(TSS_ORB_FLAG)#-H
-