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, 16 insertions, 0 deletions
diff --git a/TAO/taoconfig.mk b/TAO/taoconfig.mk
new file mode 100644
index 00000000000..dd5628d0a45
--- /dev/null
+++ b/TAO/taoconfig.mk
@@ -0,0 +1,16 @@
+#----------------------------------------------------------------------------
+# $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