summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/Makefile.tao_ifr
diff options
context:
space:
mode:
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.
-