summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile.ESF
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Makefile.ESF')
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.ESF22
1 files changed, 5 insertions, 17 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.ESF b/TAO/orbsvcs/orbsvcs/Makefile.ESF
index 6746134cd0f..453fc83004b 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.ESF
+++ b/TAO/orbsvcs/orbsvcs/Makefile.ESF
@@ -1,3 +1,5 @@
+# -*- Makefile -*-
+
#----------------------------------------------------------------------------
#
# $Id$
@@ -20,9 +22,6 @@ ACE_SHLIBS = -lTAO -lTAO_PortableServer -lACE
# Include macros and targets
#----------------------------------------------------------------------------
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(TAO_ROOT)/rules.tao.GNU
-
# On non-Windows environment, we should at least define
# the export_include IDL flag.
override TAO_IDLFLAGS += \
@@ -35,19 +34,13 @@ override TAO_IDLFLAGS += \
IDL_FILES +=
CPP_SRCS +=
-IDL_SRC = \
- $(addsuffix S.cpp, $(IDL_FILES)) \
- $(addsuffix C.cpp, $(IDL_FILES))
FILES = $(CPP_SRCS)
DEFS = $(addsuffix .h,$(FILES))
LSRC = $(addsuffix .cpp,$(FILES)) $(IDL_SRC)
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
+ADDITIONAL_INCLUDE = $(TAO_ROOT)/rules.tao.GNU
+REQUIRED_COMPONENTS =
+include $(ACE_ROOT)/include/makeinclude/all_in_one.GNU
#----------------------------------------------------------------------------
# Local targets (and local hacks)
@@ -60,11 +53,6 @@ CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \
# Extra dependencies not caught by make depend.
-.PRECIOUS: $(foreach file, $(IDL_FILES), $(foreach ext, $(IDL_EXT), $(file)$(ext))))
-
-realclean: clean
- -$(RM) $(foreach file, $(IDL_FILES), $(foreach ext, $(IDL_EXT), $(file)$(ext)))
-
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------