summaryrefslogtreecommitdiff
path: root/TAO/taoconfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/taoconfig.mk')
-rw-r--r--TAO/taoconfig.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/taoconfig.mk b/TAO/taoconfig.mk
deleted file mode 100644
index dd5628d0a45..00000000000
--- a/TAO/taoconfig.mk
+++ /dev/null
@@ -1,16 +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
-
-clean:
- -/bin/rm -rf *.o Log $(BIN) obj.* core Templates.DB .make.state