summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-03 21:11:41 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-03 21:11:41 +0000
commit4a60be89a8b9ab5d41a23fb97ea2536036c72fc5 (patch)
treec1a2efbddcc07c8052ad9bb239e39e0b8ee22df9 /TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
parentb99901708ebbbe3f5d5da363bc22b5a6a18a1071 (diff)
downloadATCD-4a60be89a8b9ab5d41a23fb97ea2536036c72fc5.tar.gz
Makefiles must now be generated using MPC.
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/Makefile.tao_ifr')
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.tao_ifr41
1 files changed, 0 insertions, 41 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr b/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
deleted file mode 100644
index f74725b5434..00000000000
--- a/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
+++ /dev/null
@@ -1,41 +0,0 @@
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Top-level Makefile for the tao_ifr executable
-#----------------------------------------------------------------------------
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif # ! TAO_ROOT
-
-MAKEFILE = Makefile.tao_ifr
-
-#----------------------------------------------------------------------------
-# Include macros
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(TAO_ROOT)/rules.tao.GNU
-
-#----------------------------------------------------------------------------
-# Define local rules and targets
-#---------------------------------------------------------------------------
-
-MKLIST = \
- Makefile.BE \
- Makefile.EX \
- Makefile.dependencies
-
-all clean realclean depend:
- @for m in $(MKLIST); do \
- echo $$m; \
- $(MAKE) -f $$m MAKEFILE=$$m $(@:.nested=); \
- done
-
-#----------------------------------------------------------------------------
-# Dependencies
-#----------------------------------------------------------------------------
-# DO NOT DELETE THIS LINE -- g++dep uses it.
-# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-