summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server')
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server
index 99ee55de95a..d2ebed7d319 100644
--- a/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server
+++ b/TAO/orbsvcs/tests/RTCosScheduling/Makefile.RTCosScheduling_Server
@@ -20,13 +20,7 @@ ifndef CIAO_ROOT
CIAO_ROOT = $(TAO_ROOT)/CIAO
endif
-TAO_IDL = ../../../../bin/tao_idl
-IDL_FILES = testSched
-IDL_SRC = $(foreach ext, C.cpp S.cpp, $(foreach file, $(IDL_FILES), $(file)$(ext)))
-
FILES = \
- testSchedC \
- testSchedS \
Object1_i \
server
@@ -62,14 +56,6 @@ endif
OBJS = $(addsuffix .o, $(notdir $(FILES)))
SRC = $(addsuffix .cpp, $(FILES))
-ifneq ($(BIN),)
-all: idl_stubs
-
-# This rule forces make to run the idl_stubs
-# target before building any of the source files.
-testSchedC.cpp testSchedS.cpp Object1_i.cpp server.cpp: idl_stubs
-endif
-
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
@@ -87,7 +73,6 @@ endif
LDFLAGS += -L. -L../../../../lib
-TAO_IDLFLAGS += -Ge 1 -Sc -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Gv
#----------------------------------------------------------------------------
# Local targets
#----------------------------------------------------------------------------
@@ -99,15 +84,6 @@ require_warning:
-@mkdir -p "../../../../lib"
-ADDITIONAL_IDL_TARGETS =
-# IDL File Directory: .
-
-ifneq ($(ADDITIONAL_IDL_TARGETS),)
-idl_stubs: $(ADDITIONAL_IDL_TARGETS)
-endif
-
-.PRECIOUS: $(foreach ext, $(IDL_EXT), $(foreach file, $(IDL_FILES), $(file)$(ext)))
-
ifndef kylix
$(BIN): $(addprefix $(VDIR), $(OBJS))
$(LINK.cc) $(LDFLAGS) $(CC_OUTPUT_FLAG) $@ $^ $(VLDLIBS) $(POSTLINK)
@@ -117,7 +93,6 @@ $(BIN): $(addprefix $(VDIR), $(OBJS))
endif
realclean: clean
- -$(RM) $(foreach ext, $(IDL_EXT), $(foreach file, $(IDL_FILES), $(file)$(ext)))
ifneq ($(GENERATED_DIRTY),)
-$(RM) -r $(GENERATED_DIRTY)
endif