summaryrefslogtreecommitdiff
path: root/TAO/tao_targets.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao_targets.GNU')
-rw-r--r--TAO/tao_targets.GNU15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao_targets.GNU b/TAO/tao_targets.GNU
deleted file mode 100644
index 76c70b1597f..00000000000
--- a/TAO/tao_targets.GNU
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# $Id$
-#
-
-TAO_DIRS=ace \
- apps/gperf/src \
- TAO/tao \
- TAO/TAO_IDL
-
-tao:
-ifeq (Windows,$(findstring Windows,$(OS)))
- @cmd /c "FOR /D %i IN ($(TAO_DIRS)) DO $(MAKE) ACE_COMPONENTS=FOR_TAO -C %i"
-else # ! Windows
- @for dir in $(TAO_DIRS); do $(MAKE) ACE_COMPONENTS=FOR_TAO -C $$dir $(ACE_NESTED_COMMAND); done
-endif # ! Windows