summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/Event_Supplier/Makefile')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Makefile b/TAO/examples/Simulator/Event_Supplier/Makefile
index 3c50e09c0f4..feddd039570 100644
--- a/TAO/examples/Simulator/Event_Supplier/Makefile
+++ b/TAO/examples/Simulator/Event_Supplier/Makefile
@@ -20,22 +20,9 @@ EVENT_CON_OBJS = NavWeapC.o NavWeapS.o Event_Con.o
LOGGING_SUP_OBJS = NavWeapC.o NavWeapS.o Logging_Sup.o DOVE_Supplier.o
DUALEC_SUP_OBJS = NavWeapC.o NavWeapS.o DualEC_Sup.o DOVE_Supplier.o
-LDLIBS = -lorbsvcs -lTAO
-
-BIN2 = Event_Sup Logging_Sup DualEC_Sup Event_Con
+BIN = Event_Sup Logging_Sup DualEC_Sup Event_Con
-#### If the TAO orbsvcs library wasn't built with sufficient components,
-#### don't try to build here.
-TAO_ORBSVCS := $(shell $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq (Event,$(findstring Event,$(TAO_ORBSVCS)))
- ifeq (Sched,$(findstring Sched,$(TAO_ORBSVCS)))
- ifeq (Time,$(findstring Time,$(TAO_ORBSVCS)))
- ifeq (Naming,$(findstring Naming,$(TAO_ORBSVCS)))
- BIN = $(BIN2)
- endif # Naming
- endif # Time
- endif # Sched
-endif # Event
+LDLIBS = -lorbsvcs -lTAO
#----------------------------------------------------------------------------
# Include macros and targets
@@ -76,7 +63,8 @@ DualEC_Sup: $(addprefix $(VDIR),$(DUALEC_SUP_OBJS))
Event_Con: $(addprefix $(VDIR),$(EVENT_CON_OBJS))
realclean: clean
- -$(RM) NavWeap.idl NavWeap[CS].* NavWeap[CS]_T.*
+ -/bin/rm -rf NavWeap.idl NavWeap[CS].* NavWeap[CS]_T.*
+
#----------------------------------------------------------------------------
# Dependencies