summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/Makefile.dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/Makefile.dependencies')
-rw-r--r--TAO/orbsvcs/IFR_Service/Makefile.dependencies54
1 files changed, 0 insertions, 54 deletions
diff --git a/TAO/orbsvcs/IFR_Service/Makefile.dependencies b/TAO/orbsvcs/IFR_Service/Makefile.dependencies
deleted file mode 100644
index ed8921719b2..00000000000
--- a/TAO/orbsvcs/IFR_Service/Makefile.dependencies
+++ /dev/null
@@ -1,54 +0,0 @@
-# -*- Makefile -*-
-
-#----------------------------------------------------------------------------
-# $Id$
-#
-# Touches the executable if any of the libraries have changed
-#----------------------------------------------------------------------------
-
-MAKEFILE = Makefile.dependencies
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif # ! TAO_ROOT
-
-#----------------------------------------------------------------------------
-# Include macros
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-#----------------------------------------------------------------------------
-# Define local rules and targets
-#---------------------------------------------------------------------------
-
-all: tao_ifr
-
-ifeq ($(static_libs_only),)
- override static_libs_only=0
-endif
-
-ifeq ($(static_libs_only),0)
-
-tao_ifr: libTAO_IDL_FE_DLL.$(SOEXT) libTAO_IFR_BE_DLL.$(SOEXT)
- touch tao_ifr;
-
-libTAO_IDL_FE_DLL.$(SOEXT):
-
-libTAO_IFR_BE_DLL.$(SOEXT):
-
-else # static_libs_only == 1
-
-tao_ifr: libTAO_IDL_FE_DLL.a libTAO_IFR_BE_DLL.a
- touch tao_ifr;
-
-libTAO_IDL_FE_DLL.a:
-
-libTAO_IFR_BE_DLL.a:
-
-endif # static_libs_only
-
-clean realclean:
-
-depend: