summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 06:42:10 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 06:42:10 +0000
commit46d5f5b104d3259b294358e287c0705d54459dad (patch)
tree396f346d283258f64e41a2e73cca957775cc85c3 /TAO/orbsvcs/orbsvcs
parentb16dd96d261e47f8671305483673aee7f189db81 (diff)
downloadATCD-46d5f5b104d3259b294358e287c0705d54459dad.tar.gz
ChangeLogTag: Mon Aug 16 23:35:00 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosConcurrency.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNaming.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotification.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosProperty.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTime.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/CosTrading.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/FTORB.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile.am333
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RTEvent.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RTSched.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/RT_Notification.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/Security.mpc2
-rw-r--r--TAO/orbsvcs/orbsvcs/Svc_Utils.mpc2
27 files changed, 227 insertions, 158 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV.mpc b/TAO/orbsvcs/orbsvcs/AV.mpc
index 48ed722aa12..db2b00eb703 100644
--- a/TAO/orbsvcs/orbsvcs/AV.mpc
+++ b/TAO/orbsvcs/orbsvcs/AV.mpc
@@ -3,7 +3,7 @@
project(AV) : orbsvcslib, core, property, naming, qos {
sharedname = TAO_AV
- idlflags += -Wb,export_macro=TAO_AV_Export -Wb,export_include=AV/AV_export.h
+ idlflags += -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h
dynamicflags = TAO_AV_BUILD_DLL
tagchecks += AV
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc b/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc
index c8bd81a0c35..6dc0902b62c 100644
--- a/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosConcurrency.mpc
@@ -3,7 +3,7 @@
project(CosConcurrency) : orbsvcslib, core, portableserver {
sharedname = TAO_CosConcurrency
- idlflags += -Wb,export_macro=TAO_Concurrency_Export -Wb,export_include=Concurrency/concurrency_export.h
+ idlflags += -Wb,export_macro=TAO_Concurrency_Export -Wb,export_include=orbsvcs/Concurrency/concurrency_export.h
dynamicflags = TAO_CONCURRENCY_BUILD_DLL
tagchecks += Concurrency
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent.mpc b/TAO/orbsvcs/orbsvcs/CosEvent.mpc
index e4b4dbbc7ad..120ee42eeac 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosEvent.mpc
@@ -8,7 +8,7 @@ project (CosEvent) : ec_typed_events, orbsvcslib, messaging, core, naming, minim
// will actually generate the IDL. For this reason we
// also just use the event_export.h and macros for both
// services.
- idlflags += -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h
+ idlflags += -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h
// Set both DLL flags because of the shared idl files
dynamicflags = TAO_EVENT_BUILD_DLL TAO_NOTIFY_BUILD_DLL
diff --git a/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc b/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
index 476c061dc99..0393d500baf 100644
--- a/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosLifeCycle.mpc
@@ -3,7 +3,7 @@
project(CosLifeCycle) : orbsvcslib, core, naming {
sharedname = TAO_CosLifeCycle
- idlflags += -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=LifeCycle/lifecycle_export.h
+ idlflags += -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h
dynamicflags = TAO_LIFECYCLE_BUILD_DLL
tagchecks += LifeCycle
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc b/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc
index 65e9144f3a6..cf499e94cf5 100644
--- a/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosLoadBalancing.mpc
@@ -3,7 +3,7 @@
project : orbsvcslib, core, naming, iormanip, portablegroup, ami, minimum_corba {
sharedname = TAO_CosLoadBalancing
- idlflags += -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=LoadBalancing/LoadBalancing_export.h
+ idlflags += -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h
dynamicflags = TAO_LOADBALANCING_BUILD_DLL
tagchecks += CosLoadBalancing
diff --git a/TAO/orbsvcs/orbsvcs/CosNaming.mpc b/TAO/orbsvcs/orbsvcs/CosNaming.mpc
index 86c088dc574..e969b9dac1a 100644
--- a/TAO/orbsvcs/orbsvcs/CosNaming.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosNaming.mpc
@@ -3,7 +3,7 @@
project(CosNaming) : orbsvcslib, core, messaging, svc_utils, iortable {
sharedname = TAO_CosNaming
- idlflags += -Wb,export_macro=TAO_Naming_Export -Wb,export_include=Naming/naming_export.h
+ idlflags += -Wb,export_macro=TAO_Naming_Export -Wb,export_include=orbsvcs/Naming/naming_export.h
dynamicflags = TAO_NAMING_BUILD_DLL
tagchecks += Naming
libs += TAO_Messaging
diff --git a/TAO/orbsvcs/orbsvcs/CosNotification.mpc b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
index da02aae1353..85efeffab2b 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotification.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosNotification.mpc
@@ -7,7 +7,7 @@ project(CosNotification) : orbsvcslib, core, svc_utils, etcl, dynamicany {
// we don't know which project will actually generate the IDL.
// For this reason we also just use the event_export.h and macros for
// both services.
- idlflags += -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h
+ idlflags += -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h
// Set both DLL flags because of the shared idl files
dynamicflags = TAO_NOTIFY_BUILD_DLL TAO_EVENT_BUILD_DLL
diff --git a/TAO/orbsvcs/orbsvcs/CosProperty.mpc b/TAO/orbsvcs/orbsvcs/CosProperty.mpc
index d452d9bbe33..adb61bcaa58 100644
--- a/TAO/orbsvcs/orbsvcs/CosProperty.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosProperty.mpc
@@ -3,7 +3,7 @@
project(CosProperty) : orbsvcslib, core, portableserver {
sharedname = TAO_CosProperty
- idlflags += -Wb,export_macro=TAO_Property_Export -Wb,export_include=Property/property_export.h
+ idlflags += -Wb,export_macro=TAO_Property_Export -Wb,export_include=orbsvcs/Property/property_export.h
dynamicflags = TAO_PROPERTY_BUILD_DLL
tagchecks += Property
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/CosTime.mpc b/TAO/orbsvcs/orbsvcs/CosTime.mpc
index 5ff59656a4f..c67df03f120 100644
--- a/TAO/orbsvcs/orbsvcs/CosTime.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosTime.mpc
@@ -3,7 +3,7 @@
project(CosTime) : orbsvcslib, core, naming {
sharedname = TAO_CosTime
- idlflags += -Wb,export_macro=TAO_Time_Export -Wb,export_include=Time/time_export.h
+ idlflags += -Wb,export_macro=TAO_Time_Export -Wb,export_include=orbsvcs/Time/time_export.h
dynamicflags = TAO_TIME_BUILD_DLL
tagchecks += Time
diff --git a/TAO/orbsvcs/orbsvcs/CosTrading.mpc b/TAO/orbsvcs/orbsvcs/CosTrading.mpc
index 20e679e0ddb..266b3b40590 100644
--- a/TAO/orbsvcs/orbsvcs/CosTrading.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosTrading.mpc
@@ -3,7 +3,7 @@
project(CosTrading) : orbsvcslib, core, dynamicany, svc_utils {
sharedname = TAO_CosTrading
- idlflags += -Wb,export_macro=TAO_Trading_Export -Wb,export_include=Trader/trading_export.h
+ idlflags += -Wb,export_macro=TAO_Trading_Export -Wb,export_include=orbsvcs/Trader/trading_export.h
dynamicflags = TAO_TRADING_BUILD_DLL
tagchecks += Trader
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc
index c1a703820bd..70a66e63193 100644
--- a/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc
+++ b/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc
@@ -3,7 +3,7 @@
project(DsEventLogAdmin) : orbsvcslib, core, dslogadmin, event {
sharedname = TAO_DsEventLogAdmin
- idlflags += -Wb,export_macro=TAO_EventLog_Export -Wb,export_include=Log/eventlog_export.h
+ idlflags += -Wb,export_macro=TAO_EventLog_Export -Wb,export_include=orbsvcs/Log/eventlog_export.h
dynamicflags = TAO_EVENTLOG_BUILD_DLL
tagchecks += EventLog
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc
index 6f147ab0a53..d457be8195e 100644
--- a/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc
+++ b/TAO/orbsvcs/orbsvcs/DsLogAdmin.mpc
@@ -3,7 +3,7 @@
project(DsLogAdmin) : orbsvcslib, core, etcl, naming, dynamicany {
sharedname = TAO_DsLogAdmin
- idlflags += -Wb,export_macro=TAO_Log_Export -Wb,export_include=Log/log_export.h
+ idlflags += -Wb,export_macro=TAO_Log_Export -Wb,export_include=orbsvcs/Log/log_export.h
dynamicflags = TAO_LOG_BUILD_DLL
tagchecks += Log
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
index dbf23ddfcc1..1823d488ca8 100644
--- a/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
+++ b/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
@@ -3,7 +3,7 @@
project(DsNotifyLogAdmin) : orbsvcslib, core, dseventlogadmin, notification {
sharedname = TAO_DsNotifyLogAdmin
- idlflags += -Wb,export_macro=TAO_NotifyLog_Export -Wb,export_include=Log/notifylog_export.h
+ idlflags += -Wb,export_macro=TAO_NotifyLog_Export -Wb,export_include=orbsvcs/Log/notifylog_export.h
dynamicflags = TAO_NOTIFYLOG_BUILD_DLL
tagchecks += Log
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/FTORB.mpc b/TAO/orbsvcs/orbsvcs/FTORB.mpc
index 67ffb9aa245..344797268ef 100644
--- a/TAO/orbsvcs/orbsvcs/FTORB.mpc
+++ b/TAO/orbsvcs/orbsvcs/FTORB.mpc
@@ -12,7 +12,7 @@ project(FTORB_Utils) : orbsvcslib, core, iormanip, portableserver, minimum_corba
}
IDL_Files {
- idlflags += -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=FaultTolerance/FT_ORB_Utils_export.h
+ idlflags += -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=orbsvcs/FaultTolerance/FT_ORB_Utils_export.h
FT_CORBA_ORB.idl
}
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc b/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
index 8c0718157c5..049bddc9993 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance.mpc
@@ -3,7 +3,7 @@
project(FaultTolerance): orbsvcslib, core, notification, ftorb, portablegroup, minimum_corba {
sharedname = TAO_FaultTolerance
- idlflags += -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
+ idlflags += -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
dynamicflags = TAO_FT_BUILD_DLL
tagchecks += FaultTolerance
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
index 73fb2b39d93..202c9fb20db 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
@@ -4,7 +4,7 @@
project (FtRtEvent) : orbsvcslib, core, ftorbutils, rtevent, naming, minimum_corba {
sharedname = TAO_FtRtEvent
- idlflags += -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h
+ idlflags += -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h
dynamicflags = TAO_FTRTEVENT_BUILD_DLL
tagchecks = FtRtEvent
diff --git a/TAO/orbsvcs/orbsvcs/Makefile.am b/TAO/orbsvcs/orbsvcs/Makefile.am
index c476011fc6b..0671f2d8a95 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile.am
+++ b/TAO/orbsvcs/orbsvcs/Makefile.am
@@ -38,7 +38,7 @@ CLEANFILES = \
RtecBaseS_T.cpp RtecBaseC.inl RtecBaseS.inl RtecBaseS_T.inl RtecBaseC.cpp RtecBaseS.cpp RtecBaseC.h RtecBaseS.h RtecBaseS_T.h: RtecBase-stamp
RtecBase-stamp: $(srcdir)/RtecBase.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=svc_utils_export.h $(srcdir)/RtecBase.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h $(srcdir)/RtecBase.idl
@touch $@
BUILT_SOURCES += \
@@ -67,7 +67,7 @@ CLEANFILES += \
TimeBaseS_T.cpp TimeBaseC.inl TimeBaseS.inl TimeBaseS_T.inl TimeBaseC.cpp TimeBaseS.cpp TimeBaseC.h TimeBaseS.h TimeBaseS_T.h: TimeBase-stamp
TimeBase-stamp: $(srcdir)/TimeBase.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=svc_utils_export.h $(srcdir)/TimeBase.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h $(srcdir)/TimeBase.idl
@touch $@
lib_LTLIBRARIES = libTAO_Svc_Utils.la
@@ -77,6 +77,8 @@ libTAO_Svc_Utils_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_SVC_UTILS_BUILD_DLL
libTAO_Svc_Utils_la_SOURCES = \
@@ -125,7 +127,6 @@ nobase_include_HEADERS = \
EXTRA_DIST = \
Svc_Utils.rc
-
## Makefile.CosNaming.am
BUILT_SOURCES += \
@@ -154,7 +155,7 @@ CLEANFILES += \
CosNamingS_T.cpp CosNamingC.inl CosNamingS.inl CosNamingS_T.inl CosNamingC.cpp CosNamingS.cpp CosNamingC.h CosNamingS.h CosNamingS_T.h: CosNaming-stamp
CosNaming-stamp: $(srcdir)/CosNaming.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Naming_Export -Wb,export_include=Naming/naming_export.h $(srcdir)/CosNaming.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Naming_Export -Wb,export_include=orbsvcs/Naming/naming_export.h $(srcdir)/CosNaming.idl
@touch $@
Naming = \
@@ -181,6 +182,8 @@ libTAO_CosNaming_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_NAMING_BUILD_DLL
libTAO_CosNaming_la_SOURCES = \
@@ -231,7 +234,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
CosNaming.rc
-
## Makefile.CosProperty.am
BUILT_SOURCES += \
@@ -260,7 +262,7 @@ CLEANFILES += \
CosPropertyServiceS_T.cpp CosPropertyServiceC.inl CosPropertyServiceS.inl CosPropertyServiceS_T.inl CosPropertyServiceC.cpp CosPropertyServiceS.cpp CosPropertyServiceC.h CosPropertyServiceS.h CosPropertyServiceS_T.h: CosPropertyService-stamp
CosPropertyService-stamp: $(srcdir)/CosPropertyService.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Property_Export -Wb,export_include=Property/property_export.h $(srcdir)/CosPropertyService.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Property_Export -Wb,export_include=orbsvcs/Property/property_export.h $(srcdir)/CosPropertyService.idl
@touch $@
Property = \
@@ -275,6 +277,8 @@ libTAO_CosProperty_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_PROPERTY_BUILD_DLL
libTAO_CosProperty_la_SOURCES = \
@@ -308,7 +312,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
CosProperty.rc
-
## Makefile.AV.am
BUILT_SOURCES += \
@@ -337,7 +340,7 @@ CLEANFILES += \
AVStreamsS_T.cpp AVStreamsC.inl AVStreamsS.inl AVStreamsS_T.inl AVStreamsC.cpp AVStreamsS.cpp AVStreamsC.h AVStreamsS.h AVStreamsS_T.h: AVStreams-stamp
AVStreams-stamp: $(srcdir)/AVStreams.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_AV_Export -Wb,export_include=AV/AV_export.h $(srcdir)/AVStreams.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/AVStreams.idl
@touch $@
BUILT_SOURCES += \
@@ -366,7 +369,7 @@ CLEANFILES += \
Null_MediaCtrlS_T.cpp Null_MediaCtrlC.inl Null_MediaCtrlS.inl Null_MediaCtrlS_T.inl Null_MediaCtrlC.cpp Null_MediaCtrlS.cpp Null_MediaCtrlC.h Null_MediaCtrlS.h Null_MediaCtrlS_T.h: Null_MediaCtrl-stamp
Null_MediaCtrl-stamp: $(srcdir)/Null_MediaCtrl.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_AV_Export -Wb,export_include=AV/AV_export.h $(srcdir)/Null_MediaCtrl.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/Null_MediaCtrl.idl
@touch $@
BUILT_SOURCES += \
@@ -395,7 +398,7 @@ CLEANFILES += \
sfpS_T.cpp sfpC.inl sfpS.inl sfpS_T.inl sfpC.cpp sfpS.cpp sfpC.h sfpS.h sfpS_T.h: sfp-stamp
sfp-stamp: $(srcdir)/sfp.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_AV_Export -Wb,export_include=AV/AV_export.h $(srcdir)/sfp.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_AV_Export -Wb,export_include=orbsvcs/AV/AV_export.h $(srcdir)/sfp.idl
@touch $@
AV = \
@@ -434,6 +437,8 @@ libTAO_AV_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_AV_BUILD_DLL
libTAO_AV_la_SOURCES = \
@@ -523,7 +528,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
AV.rc
-
## Makefile.CosConcurrency.am
BUILT_SOURCES += \
@@ -552,7 +556,7 @@ CLEANFILES += \
CosConcurrencyControlS_T.cpp CosConcurrencyControlC.inl CosConcurrencyControlS.inl CosConcurrencyControlS_T.inl CosConcurrencyControlC.cpp CosConcurrencyControlS.cpp CosConcurrencyControlC.h CosConcurrencyControlS.h CosConcurrencyControlS_T.h: CosConcurrencyControl-stamp
CosConcurrencyControl-stamp: $(srcdir)/CosConcurrencyControl.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Concurrency_Export -Wb,export_include=Concurrency/concurrency_export.h $(srcdir)/CosConcurrencyControl.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Concurrency_Export -Wb,export_include=orbsvcs/Concurrency/concurrency_export.h $(srcdir)/CosConcurrencyControl.idl
@touch $@
Concurrency = \
@@ -571,6 +575,8 @@ libTAO_CosConcurrency_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_CONCURRENCY_BUILD_DLL
libTAO_CosConcurrency_la_SOURCES = \
@@ -608,9 +614,10 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
CosConcurrency.rc
-
## Makefile.CosEvent.am
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
CosEventChannelAdminS_T.cpp \
CosEventChannelAdminC.inl \
@@ -637,7 +644,7 @@ CLEANFILES += \
CosEventChannelAdminS_T.cpp CosEventChannelAdminC.inl CosEventChannelAdminS.inl CosEventChannelAdminS_T.inl CosEventChannelAdminC.cpp CosEventChannelAdminS.cpp CosEventChannelAdminC.h CosEventChannelAdminS.h CosEventChannelAdminS_T.h: CosEventChannelAdmin-stamp
CosEventChannelAdmin-stamp: $(srcdir)/CosEventChannelAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosEventChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -666,7 +673,7 @@ CLEANFILES += \
CosEventCommS_T.cpp CosEventCommC.inl CosEventCommS.inl CosEventCommS_T.inl CosEventCommC.cpp CosEventCommS.cpp CosEventCommC.h CosEventCommS.h CosEventCommS_T.h: CosEventComm-stamp
CosEventComm-stamp: $(srcdir)/CosEventComm.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosEventComm.idl
@touch $@
BUILT_SOURCES += \
@@ -695,7 +702,7 @@ CLEANFILES += \
CosTypedEventChannelAdminS_T.cpp CosTypedEventChannelAdminC.inl CosTypedEventChannelAdminS.inl CosTypedEventChannelAdminS_T.inl CosTypedEventChannelAdminC.cpp CosTypedEventChannelAdminS.cpp CosTypedEventChannelAdminC.h CosTypedEventChannelAdminS.h CosTypedEventChannelAdminS_T.h: CosTypedEventChannelAdmin-stamp
CosTypedEventChannelAdmin-stamp: $(srcdir)/CosTypedEventChannelAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosTypedEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosTypedEventChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -724,7 +731,7 @@ CLEANFILES += \
CosTypedEventCommS_T.cpp CosTypedEventCommC.inl CosTypedEventCommS.inl CosTypedEventCommS_T.inl CosTypedEventCommC.cpp CosTypedEventCommS.cpp CosTypedEventCommC.h CosTypedEventCommS.h CosTypedEventCommS_T.h: CosTypedEventComm-stamp
CosTypedEventComm-stamp: $(srcdir)/CosTypedEventComm.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosTypedEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosTypedEventComm.idl
@touch $@
CosEvent = \
@@ -762,15 +769,15 @@ CosEvent = \
CosTypedEventCommC.cpp \
CosTypedEventCommS.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_CosEvent.la
-endif
libTAO_CosEvent_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_HAS_TYPED_EVENT_CHANNEL \
-DTAO_EVENT_BUILD_DLL \
-DTAO_NOTIFY_BUILD_DLL
@@ -881,10 +888,11 @@ nobase_include_HEADERS += \
CosTypedEventChannelAdmin.idl \
CosTypedEventComm.idl
+endif
+
EXTRA_DIST += \
CosEvent.rc
-
## Makefile.CosLifeCycle.am
BUILT_SOURCES += \
@@ -913,7 +921,7 @@ CLEANFILES += \
CosLifeCycleS_T.cpp CosLifeCycleC.inl CosLifeCycleS.inl CosLifeCycleS_T.inl CosLifeCycleC.cpp CosLifeCycleS.cpp CosLifeCycleC.h CosLifeCycleS.h CosLifeCycleS_T.h: CosLifeCycle-stamp
CosLifeCycle-stamp: $(srcdir)/CosLifeCycle.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=LifeCycle/lifecycle_export.h $(srcdir)/CosLifeCycle.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h $(srcdir)/CosLifeCycle.idl
@touch $@
BUILT_SOURCES += \
@@ -942,7 +950,7 @@ CLEANFILES += \
LifeCycleServiceS_T.cpp LifeCycleServiceC.inl LifeCycleServiceS.inl LifeCycleServiceS_T.inl LifeCycleServiceC.cpp LifeCycleServiceS.cpp LifeCycleServiceC.h LifeCycleServiceS.h LifeCycleServiceS_T.h: LifeCycleService-stamp
LifeCycleService-stamp: $(srcdir)/LifeCycleService.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=LifeCycle/lifecycle_export.h $(srcdir)/LifeCycleService.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_LifeCycle_Export -Wb,export_include=orbsvcs/LifeCycle/lifecycle_export.h $(srcdir)/LifeCycleService.idl
@touch $@
LifeCycle = \
@@ -958,6 +966,8 @@ libTAO_CosLifeCycle_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_LIFECYCLE_BUILD_DLL
libTAO_CosLifeCycle_la_SOURCES = \
@@ -1002,9 +1012,10 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
CosLifeCycle.rc
-
## Makefile.FTORB_Utils.am
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
FT_CORBA_ORBS_T.cpp \
FT_CORBA_ORBC.inl \
@@ -1031,7 +1042,7 @@ CLEANFILES += \
FT_CORBA_ORBS_T.cpp FT_CORBA_ORBC.inl FT_CORBA_ORBS.inl FT_CORBA_ORBS_T.inl FT_CORBA_ORBC.cpp FT_CORBA_ORBS.cpp FT_CORBA_ORBC.h FT_CORBA_ORBS.h FT_CORBA_ORBS_T.h: FT_CORBA_ORB-stamp
FT_CORBA_ORB-stamp: $(srcdir)/FT_CORBA_ORB.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,skel_export_include=tao/PortableServer/PolicyS.h -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=FaultTolerance/FT_ORB_Utils_export.h $(srcdir)/FT_CORBA_ORB.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,skel_export_include=tao/PortableServer/PolicyS.h -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=orbsvcs/FaultTolerance/FT_ORB_Utils_export.h $(srcdir)/FT_CORBA_ORB.idl
@touch $@
BUILT_SOURCES += \
@@ -1058,7 +1069,7 @@ CLEANFILES += \
PortableGroup_Simple_DSS_T.cpp PortableGroup_Simple_DSC.inl PortableGroup_Simple_DSS.inl PortableGroup_Simple_DSS_T.inl PortableGroup_Simple_DSC.cpp PortableGroup_Simple_DSC.h PortableGroup_Simple_DSS.h PortableGroup_Simple_DSS_T.h: PortableGroup_Simple_DS-stamp
PortableGroup_Simple_DS-stamp: $(srcdir)/PortableGroup_Simple_DS.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/PortableGroup_Simple_DS.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/PortableGroup_Simple_DS.idl
@touch $@
FTORB_Utils = \
@@ -1067,15 +1078,15 @@ FTORB_Utils = \
FaultTolerance/FT_IOGR_Property.cpp \
PortableGroup_Simple_DSC.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_FTORB_Utils.la
-endif
libTAO_FTORB_Utils_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_FT_ORB_UTILS_BUILD_DLL
libTAO_FTORB_Utils_la_SOURCES = \
@@ -1114,9 +1125,12 @@ nobase_include_HEADERS += \
FT_CORBA_ORB.idl \
PortableGroup_Simple_DS.idl
+endif
## Makefile.PortableGroup.am
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
PortableGroupS_T.cpp \
PortableGroupC.inl \
@@ -1143,7 +1157,7 @@ CLEANFILES += \
PortableGroupS_T.cpp PortableGroupC.inl PortableGroupS.inl PortableGroupS_T.inl PortableGroupC.cpp PortableGroupS.cpp PortableGroupC.h PortableGroupS.h PortableGroupS_T.h: PortableGroup-stamp
PortableGroup-stamp: $(srcdir)/PortableGroup.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h -GC $(srcdir)/PortableGroup.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h -GC $(srcdir)/PortableGroup.idl
@touch $@
BUILT_SOURCES += \
@@ -1172,7 +1186,7 @@ CLEANFILES += \
miopS_T.cpp miopC.inl miopS.inl miopS_T.inl miopC.cpp miopS.cpp miopC.h miopS.h miopS_T.h: miop-stamp
miop-stamp: $(srcdir)/miop.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h $(srcdir)/miop.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h $(srcdir)/miop.idl
@touch $@
PortableGroup = \
@@ -1220,15 +1234,15 @@ PortableGroup = \
miopC.cpp \
miopS.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_PortableGroup.la
-endif
libTAO_PortableGroup_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_PORTABLEGROUP_BUILD_DLL
libTAO_PortableGroup_la_SOURCES = \
@@ -1317,12 +1331,16 @@ nobase_include_HEADERS += \
PortableGroup.idl \
miop.idl
+endif
+
EXTRA_DIST += \
PortableGroup.rc
-
## Makefile.CosLoadBalancing.am
+if BUILD_AMI
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
CosLoadBalancingS_T.cpp \
CosLoadBalancingC.inl \
@@ -1349,7 +1367,7 @@ CLEANFILES += \
CosLoadBalancingS_T.cpp CosLoadBalancingC.inl CosLoadBalancingS.inl CosLoadBalancingS_T.inl CosLoadBalancingC.cpp CosLoadBalancingS.cpp CosLoadBalancingC.h CosLoadBalancingS.h CosLoadBalancingS_T.h: CosLoadBalancing-stamp
CosLoadBalancing-stamp: $(srcdir)/CosLoadBalancing.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -GC -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=LoadBalancing/LoadBalancing_export.h $(srcdir)/CosLoadBalancing.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GC -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h $(srcdir)/CosLoadBalancing.idl
@touch $@
BUILT_SOURCES += \
@@ -1376,7 +1394,7 @@ CLEANFILES += \
LB_ORTS_T.cpp LB_ORTC.inl LB_ORTS.inl LB_ORTS_T.inl LB_ORTC.cpp LB_ORTC.h LB_ORTS.h LB_ORTS_T.h: LB_ORT-stamp
LB_ORT-stamp: $(srcdir)/LB_ORT.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -GC -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=LoadBalancing/LoadBalancing_export.h $(srcdir)/LB_ORT.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GC -Wb,export_macro=TAO_LoadBalancing_Export -Wb,export_include=orbsvcs/LoadBalancing/LoadBalancing_export.h $(srcdir)/LB_ORT.idl
@touch $@
CosLoadBalancing = \
@@ -1410,17 +1428,15 @@ CosLoadBalancing = \
LoadBalancing/LB_RoundRobin.cpp \
LoadBalancing/LB_ServerRequestInterceptor.cpp
-if BUILD_AMI
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_CosLoadBalancing.la
-endif
-endif
libTAO_CosLoadBalancing_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_LOADBALANCING_BUILD_DLL
libTAO_CosLoadBalancing_la_SOURCES = \
@@ -1492,10 +1508,12 @@ nobase_include_HEADERS += \
CosLoadBalancing.idl \
LB_ORT.idl
+endif
+endif
+
EXTRA_DIST += \
CosLoadBalancing.rc
-
## Makefile.ETCL.am
lib_LTLIBRARIES += libTAO_ETCL.la
@@ -1505,6 +1523,8 @@ libTAO_ETCL_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_ETCL_BUILD_DLL
libTAO_ETCL_la_SOURCES = \
@@ -1532,7 +1552,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
ETCL.rc
-
## Makefile.CosNotification.am
BUILT_SOURCES += \
@@ -1561,7 +1580,7 @@ CLEANFILES += \
CosNotificationS_T.cpp CosNotificationC.inl CosNotificationS.inl CosNotificationS_T.inl CosNotificationC.cpp CosNotificationS.cpp CosNotificationC.h CosNotificationS.h CosNotificationS_T.h: CosNotification-stamp
CosNotification-stamp: $(srcdir)/CosNotification.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosNotification.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosNotification.idl
@touch $@
BUILT_SOURCES += \
@@ -1590,7 +1609,7 @@ CLEANFILES += \
CosNotifyChannelAdminS_T.cpp CosNotifyChannelAdminC.inl CosNotifyChannelAdminS.inl CosNotifyChannelAdminS_T.inl CosNotifyChannelAdminC.cpp CosNotifyChannelAdminS.cpp CosNotifyChannelAdminC.h CosNotifyChannelAdminS.h CosNotifyChannelAdminS_T.h: CosNotifyChannelAdmin-stamp
CosNotifyChannelAdmin-stamp: $(srcdir)/CosNotifyChannelAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosNotifyChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosNotifyChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -1619,7 +1638,7 @@ CLEANFILES += \
CosNotifyCommS_T.cpp CosNotifyCommC.inl CosNotifyCommS.inl CosNotifyCommS_T.inl CosNotifyCommC.cpp CosNotifyCommS.cpp CosNotifyCommC.h CosNotifyCommS.h CosNotifyCommS_T.h: CosNotifyComm-stamp
CosNotifyComm-stamp: $(srcdir)/CosNotifyComm.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosNotifyComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosNotifyComm.idl
@touch $@
BUILT_SOURCES += \
@@ -1648,7 +1667,7 @@ CLEANFILES += \
CosNotifyFilterS_T.cpp CosNotifyFilterC.inl CosNotifyFilterS.inl CosNotifyFilterS_T.inl CosNotifyFilterC.cpp CosNotifyFilterS.cpp CosNotifyFilterC.h CosNotifyFilterS.h CosNotifyFilterS_T.h: CosNotifyFilter-stamp
CosNotifyFilter-stamp: $(srcdir)/CosNotifyFilter.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/CosNotifyFilter.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/CosNotifyFilter.idl
@touch $@
BUILT_SOURCES += \
@@ -1677,7 +1696,7 @@ CLEANFILES += \
Event_ForwarderS_T.cpp Event_ForwarderC.inl Event_ForwarderS.inl Event_ForwarderS_T.inl Event_ForwarderC.cpp Event_ForwarderS.cpp Event_ForwarderC.h Event_ForwarderS.h Event_ForwarderS_T.h: Event_Forwarder-stamp
Event_Forwarder-stamp: $(srcdir)/Event_Forwarder.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/Event_Forwarder.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/Event_Forwarder.idl
@touch $@
BUILT_SOURCES += \
@@ -1706,7 +1725,7 @@ CLEANFILES += \
NotifyExtS_T.cpp NotifyExtC.inl NotifyExtS.inl NotifyExtS_T.inl NotifyExtC.cpp NotifyExtS.cpp NotifyExtC.h NotifyExtS.h NotifyExtS_T.h: NotifyExt-stamp
NotifyExt-stamp: $(srcdir)/NotifyExt.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h $(srcdir)/NotifyExt.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/CosEvent/event_export.h $(srcdir)/NotifyExt.idl
@touch $@
Notify = \
@@ -1803,6 +1822,8 @@ libTAO_CosNotification_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_NOTIFY_BUILD_DLL \
-DTAO_EVENT_BUILD_DLL
@@ -2022,7 +2043,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
CosNotification.rc
-
## Makefile.CosTime.am
BUILT_SOURCES += \
@@ -2051,7 +2071,7 @@ CLEANFILES += \
TimeServiceS_T.cpp TimeServiceC.inl TimeServiceS.inl TimeServiceS_T.inl TimeServiceC.cpp TimeServiceS.cpp TimeServiceC.h TimeServiceS.h TimeServiceS_T.h: TimeService-stamp
TimeService-stamp: $(srcdir)/TimeService.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Time_Export -Wb,export_include=Time/time_export.h $(srcdir)/TimeService.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Time_Export -Wb,export_include=orbsvcs/Time/time_export.h $(srcdir)/TimeService.idl
@touch $@
Time = \
@@ -2070,6 +2090,8 @@ libTAO_CosTime_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_TIME_BUILD_DLL
libTAO_CosTime_la_SOURCES = \
@@ -2111,7 +2133,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
CosTime.rc
-
## Makefile.CosTrading.am
BUILT_SOURCES += \
@@ -2140,7 +2161,7 @@ CLEANFILES += \
CosTradingS_T.cpp CosTradingC.inl CosTradingS.inl CosTradingS_T.inl CosTradingC.cpp CosTradingS.cpp CosTradingC.h CosTradingS.h CosTradingS_T.h: CosTrading-stamp
CosTrading-stamp: $(srcdir)/CosTrading.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Trading_Export -Wb,export_include=Trader/trading_export.h $(srcdir)/CosTrading.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Trading_Export -Wb,export_include=orbsvcs/Trader/trading_export.h $(srcdir)/CosTrading.idl
@touch $@
BUILT_SOURCES += \
@@ -2169,7 +2190,7 @@ CLEANFILES += \
CosTradingDynamicS_T.cpp CosTradingDynamicC.inl CosTradingDynamicS.inl CosTradingDynamicS_T.inl CosTradingDynamicC.cpp CosTradingDynamicS.cpp CosTradingDynamicC.h CosTradingDynamicS.h CosTradingDynamicS_T.h: CosTradingDynamic-stamp
CosTradingDynamic-stamp: $(srcdir)/CosTradingDynamic.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Trading_Export -Wb,export_include=Trader/trading_export.h $(srcdir)/CosTradingDynamic.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Trading_Export -Wb,export_include=orbsvcs/Trader/trading_export.h $(srcdir)/CosTradingDynamic.idl
@touch $@
BUILT_SOURCES += \
@@ -2198,7 +2219,7 @@ CLEANFILES += \
CosTradingReposS_T.cpp CosTradingReposC.inl CosTradingReposS.inl CosTradingReposS_T.inl CosTradingReposC.cpp CosTradingReposS.cpp CosTradingReposC.h CosTradingReposS.h CosTradingReposS_T.h: CosTradingRepos-stamp
CosTradingRepos-stamp: $(srcdir)/CosTradingRepos.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Trading_Export -Wb,export_include=Trader/trading_export.h $(srcdir)/CosTradingRepos.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Trading_Export -Wb,export_include=orbsvcs/Trader/trading_export.h $(srcdir)/CosTradingRepos.idl
@touch $@
Trader = \
@@ -2231,6 +2252,8 @@ libTAO_CosTrading_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_TRADING_BUILD_DLL
libTAO_CosTrading_la_SOURCES = \
@@ -2294,7 +2317,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
CosTrading.rc
-
## Makefile.DsLogAdmin.am
BUILT_SOURCES += \
@@ -2323,7 +2345,7 @@ CLEANFILES += \
DsLogAdminS_T.cpp DsLogAdminC.inl DsLogAdminS.inl DsLogAdminS_T.inl DsLogAdminC.cpp DsLogAdminS.cpp DsLogAdminC.h DsLogAdminS.h DsLogAdminS_T.h: DsLogAdmin-stamp
DsLogAdmin-stamp: $(srcdir)/DsLogAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Log_Export -Wb,export_include=Log/log_export.h $(srcdir)/DsLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Log_Export -Wb,export_include=orbsvcs/Log/log_export.h $(srcdir)/DsLogAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -2352,7 +2374,7 @@ CLEANFILES += \
DsLogNotificationS_T.cpp DsLogNotificationC.inl DsLogNotificationS.inl DsLogNotificationS_T.inl DsLogNotificationC.cpp DsLogNotificationS.cpp DsLogNotificationC.h DsLogNotificationS.h DsLogNotificationS_T.h: DsLogNotification-stamp
DsLogNotification-stamp: $(srcdir)/DsLogNotification.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Log_Export -Wb,export_include=Log/log_export.h $(srcdir)/DsLogNotification.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Log_Export -Wb,export_include=orbsvcs/Log/log_export.h $(srcdir)/DsLogNotification.idl
@touch $@
DsLogAdmin = \
@@ -2378,6 +2400,8 @@ libTAO_DsLogAdmin_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_LOG_BUILD_DLL
libTAO_DsLogAdmin_la_SOURCES = \
@@ -2434,9 +2458,10 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
DsLogAdmin.rc
-
## Makefile.DsEventLogAdmin.am
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
DsEventLogAdminS_T.cpp \
DsEventLogAdminC.inl \
@@ -2463,7 +2488,7 @@ CLEANFILES += \
DsEventLogAdminS_T.cpp DsEventLogAdminC.inl DsEventLogAdminS.inl DsEventLogAdminS_T.inl DsEventLogAdminC.cpp DsEventLogAdminS.cpp DsEventLogAdminC.h DsEventLogAdminS.h DsEventLogAdminS_T.h: DsEventLogAdmin-stamp
DsEventLogAdmin-stamp: $(srcdir)/DsEventLogAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_EventLog_Export -Wb,export_include=Log/eventlog_export.h $(srcdir)/DsEventLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_EventLog_Export -Wb,export_include=orbsvcs/Log/eventlog_export.h $(srcdir)/DsEventLogAdmin.idl
@touch $@
DsEventLogAdmin = \
@@ -2474,15 +2499,15 @@ DsEventLogAdmin = \
Log/EventLogNotification.cpp \
Log/EventLog_i.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_DsEventLogAdmin.la
-endif
libTAO_DsEventLogAdmin_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_HAS_TYPED_EVENT_CHANNEL \
-DTAO_EVENTLOG_BUILD_DLL
@@ -2527,9 +2552,12 @@ nobase_include_HEADERS += \
DsEventLogAdminS_T.cpp \
DsEventLogAdmin.idl
+endif
## Makefile.DsNotifyLogAdmin.am
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
DsNotifyLogAdminS_T.cpp \
DsNotifyLogAdminC.inl \
@@ -2556,7 +2584,7 @@ CLEANFILES += \
DsNotifyLogAdminS_T.cpp DsNotifyLogAdminC.inl DsNotifyLogAdminS.inl DsNotifyLogAdminS_T.inl DsNotifyLogAdminC.cpp DsNotifyLogAdminS.cpp DsNotifyLogAdminC.h DsNotifyLogAdminS.h DsNotifyLogAdminS_T.h: DsNotifyLogAdmin-stamp
DsNotifyLogAdmin-stamp: $(srcdir)/DsNotifyLogAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_NotifyLog_Export -Wb,export_include=Log/notifylog_export.h $(srcdir)/DsNotifyLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_NotifyLog_Export -Wb,export_include=orbsvcs/Log/notifylog_export.h $(srcdir)/DsNotifyLogAdmin.idl
@touch $@
DsNotifyLogAdmin = \
@@ -2567,15 +2595,15 @@ DsNotifyLogAdmin = \
Log/NotifyLogNotification.cpp \
Log/NotifyLog_i.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_DsNotifyLogAdmin.la
-endif
libTAO_DsNotifyLogAdmin_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_HAS_TYPED_EVENT_CHANNEL \
-DTAO_NOTIFYLOG_BUILD_DLL
@@ -2622,6 +2650,7 @@ nobase_include_HEADERS += \
DsNotifyLogAdminS_T.cpp \
DsNotifyLogAdmin.idl
+endif
## Makefile.FTRT_ClientORB.am
@@ -2637,6 +2666,8 @@ libTAO_FTRT_ClientORB_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-I$(TAO_ROOT)/orbsvcs/orbsvcs/FtRtEvent/ClientORB \
-DTAO_FTRT_BUILD_DLL
@@ -2663,7 +2694,6 @@ nobase_include_HEADERS += \
Channel_Clients_T.i \
Channel_Clients_T.cpp
-
## Makefile.RTEvent.am
BUILT_SOURCES += \
@@ -2692,7 +2722,7 @@ CLEANFILES += \
RtecDefaultEventDataS_T.cpp RtecDefaultEventDataC.inl RtecDefaultEventDataS.inl RtecDefaultEventDataS_T.inl RtecDefaultEventDataC.cpp RtecDefaultEventDataS.cpp RtecDefaultEventDataC.h RtecDefaultEventDataS.h RtecDefaultEventDataS_T.h: RtecDefaultEventData-stamp
RtecDefaultEventData-stamp: $(srcdir)/RtecDefaultEventData.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=Event/event_export.h $(srcdir)/RtecDefaultEventData.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=orbsvcs/Event/event_export.h $(srcdir)/RtecDefaultEventData.idl
@touch $@
BUILT_SOURCES += \
@@ -2721,7 +2751,7 @@ CLEANFILES += \
RtecEventChannelAdminS_T.cpp RtecEventChannelAdminC.inl RtecEventChannelAdminS.inl RtecEventChannelAdminS_T.inl RtecEventChannelAdminC.cpp RtecEventChannelAdminS.cpp RtecEventChannelAdminC.h RtecEventChannelAdminS.h RtecEventChannelAdminS_T.h: RtecEventChannelAdmin-stamp
RtecEventChannelAdmin-stamp: $(srcdir)/RtecEventChannelAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=Event/event_export.h $(srcdir)/RtecEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=orbsvcs/Event/event_export.h $(srcdir)/RtecEventChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -2750,7 +2780,7 @@ CLEANFILES += \
RtecEventCommS_T.cpp RtecEventCommC.inl RtecEventCommS.inl RtecEventCommS_T.inl RtecEventCommC.cpp RtecEventCommS.cpp RtecEventCommC.h RtecEventCommS.h RtecEventCommS_T.h: RtecEventComm-stamp
RtecEventComm-stamp: $(srcdir)/RtecEventComm.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=Event/event_export.h $(srcdir)/RtecEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=orbsvcs/Event/event_export.h $(srcdir)/RtecEventComm.idl
@touch $@
BUILT_SOURCES += \
@@ -2779,7 +2809,7 @@ CLEANFILES += \
RtecUDPAdminS_T.cpp RtecUDPAdminC.inl RtecUDPAdminS.inl RtecUDPAdminS_T.inl RtecUDPAdminC.cpp RtecUDPAdminS.cpp RtecUDPAdminC.h RtecUDPAdminS.h RtecUDPAdminS_T.h: RtecUDPAdmin-stamp
RtecUDPAdmin-stamp: $(srcdir)/RtecUDPAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=Event/event_export.h $(srcdir)/RtecUDPAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=orbsvcs/Event/event_export.h $(srcdir)/RtecUDPAdmin.idl
@touch $@
RTEvent = \
@@ -2868,6 +2898,8 @@ libTAO_RTEvent_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RTEVENT_BUILD_DLL
libTAO_RTEvent_la_SOURCES = \
@@ -3057,9 +3089,10 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
RTEvent.rc
-
## Makefile.FtRtEvent.am
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
FTRTS_T.cpp \
FTRTC.inl \
@@ -3086,7 +3119,7 @@ CLEANFILES += \
FTRTS_T.cpp FTRTC.inl FTRTS.inl FTRTS_T.inl FTRTC.cpp FTRTS.cpp FTRTC.h FTRTS.h FTRTS_T.h: FTRT-stamp
FTRT-stamp: $(srcdir)/FTRT.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT.idl
@touch $@
BUILT_SOURCES += \
@@ -3115,7 +3148,7 @@ CLEANFILES += \
FTRT_GroupManagerS_T.cpp FTRT_GroupManagerC.inl FTRT_GroupManagerS.inl FTRT_GroupManagerS_T.inl FTRT_GroupManagerC.cpp FTRT_GroupManagerS.cpp FTRT_GroupManagerC.h FTRT_GroupManagerS.h FTRT_GroupManagerS_T.h: FTRT_GroupManager-stamp
FTRT_GroupManager-stamp: $(srcdir)/FTRT_GroupManager.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT_GroupManager.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FTRT_GroupManager.idl
@touch $@
BUILT_SOURCES += \
@@ -3144,7 +3177,7 @@ CLEANFILES += \
FtRtecEventChannelAdminS_T.cpp FtRtecEventChannelAdminC.inl FtRtecEventChannelAdminS.inl FtRtecEventChannelAdminS_T.inl FtRtecEventChannelAdminC.cpp FtRtecEventChannelAdminS.cpp FtRtecEventChannelAdminC.h FtRtecEventChannelAdminS.h FtRtecEventChannelAdminS_T.h: FtRtecEventChannelAdmin-stamp
FtRtecEventChannelAdmin-stamp: $(srcdir)/FtRtecEventChannelAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h $(srcdir)/FtRtecEventChannelAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h $(srcdir)/FtRtecEventChannelAdmin.idl
@touch $@
BUILT_SOURCES += \
@@ -3173,7 +3206,7 @@ CLEANFILES += \
FtRtecEventCommS_T.cpp FtRtecEventCommC.inl FtRtecEventCommS.inl FtRtecEventCommS_T.inl FtRtecEventCommC.cpp FtRtecEventCommS.cpp FtRtecEventCommC.h FtRtecEventCommS.h FtRtecEventCommS_T.h: FtRtecEventComm-stamp
FtRtecEventComm-stamp: $(srcdir)/FtRtecEventComm.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FtRtecEventComm.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=orbsvcs/FtRtEvent/Utils/ftrtevent_export.h -GC $(srcdir)/FtRtecEventComm.idl
@touch $@
FtRtEvent = \
@@ -3190,15 +3223,15 @@ FtRtEvent = \
FtRtecEventCommC.cpp \
FtRtecEventCommS.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_FtRtEvent.la
-endif
libTAO_FtRtEvent_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_FTRTEVENT_BUILD_DLL
libTAO_FtRtEvent_la_SOURCES = \
@@ -3267,9 +3300,13 @@ nobase_include_HEADERS += \
FtRtecEventChannelAdmin.idl \
FtRtecEventComm.idl
+endif
## Makefile.FTRT_EventChannel.am
+if BUILD_CORBA_MESSAGING
+if !BUILD_MINIMUM_CORBA
+
FTRT_EventChannel = \
FtRtEvent/EventChannel/AMI_Primary_Replication_Strategy.cpp \
FtRtEvent/EventChannel/AMI_Replication_Strategy.cpp \
@@ -3306,17 +3343,15 @@ FTRT_EventChannel = \
FtRtEvent/EventChannel/create_persistent_poa.cpp \
PortableGroup_Simple_DSC.cpp
-if BUILD_CORBA_MESSAGING
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_FTRT_EventChannel.la
-endif
-endif
libTAO_FTRT_EventChannel_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-I$(TAO_ROOT)/orbsvcs/orbsvcs/FtRtEvent/EventChannel \
-DTAO_FTRTEC_BUILD_DLL
@@ -3386,9 +3421,14 @@ nobase_include_HEADERS += \
FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp \
FtRtEvent/EventChannel/Fault_Detector_T.cpp
+endif
+endif
## Makefile.FT_ClientORB.am
+if BUILD_ACE_UUID
+if !BUILD_MINIMUM_CORBA
+
FT_ClientORB = \
FaultTolerance/FT_ClientORBInitializer.cpp \
FaultTolerance/FT_ClientPolicyFactory.cpp \
@@ -3400,17 +3440,15 @@ FT_ClientORB = \
FaultTolerance/FT_Service_Callbacks.cpp \
PortableGroup_Simple_DSC.cpp
-if BUILD_ACE_UUID
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_FT_ClientORB.la
-endif
-endif
libTAO_FT_ClientORB_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_FT_CLIENTORB_BUILD_DLL
libTAO_FT_ClientORB_la_SOURCES = \
@@ -3450,9 +3488,13 @@ nobase_include_HEADERS += \
FaultTolerance/FT_Service_Callbacks.i \
Channel_Clients_T.cpp
+endif
+endif
## Makefile.FT_ServerORB.am
+if !BUILD_MINIMUM_CORBA
+
FT_ServerORB = \
FaultTolerance/FT_ServerORBInitializer.cpp \
FaultTolerance/FT_ServerPolicyFactory.cpp \
@@ -3461,15 +3503,15 @@ FT_ServerORB = \
FaultTolerance/FT_ServerService_Activate.cpp \
PortableGroup_Simple_DSC.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_FT_ServerORB.la
-endif
libTAO_FT_ServerORB_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_FT_SERVERORB_BUILD_DLL
libTAO_FT_ServerORB_la_SOURCES = \
@@ -3504,9 +3546,13 @@ nobase_include_HEADERS += \
FaultTolerance/FT_ServerPolicy_i.inl \
Channel_Clients_T.cpp
+endif
## Makefile.FaultTolerance.am
+if BUILD_ACE_UUID
+if !BUILD_MINIMUM_CORBA
+
BUILT_SOURCES += \
FT_CORBAS_T.cpp \
FT_CORBAC.inl \
@@ -3533,7 +3579,7 @@ CLEANFILES += \
FT_CORBAS_T.cpp FT_CORBAC.inl FT_CORBAS.inl FT_CORBAS_T.inl FT_CORBAC.cpp FT_CORBAS.cpp FT_CORBAC.h FT_CORBAS.h FT_CORBAS_T.h: FT_CORBA-stamp
FT_CORBA-stamp: $(srcdir)/FT_CORBA.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_CORBA.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_CORBA.idl
@touch $@
BUILT_SOURCES += \
@@ -3562,7 +3608,7 @@ CLEANFILES += \
FT_FaultDetectorFactoryS_T.cpp FT_FaultDetectorFactoryC.inl FT_FaultDetectorFactoryS.inl FT_FaultDetectorFactoryS_T.inl FT_FaultDetectorFactoryC.cpp FT_FaultDetectorFactoryS.cpp FT_FaultDetectorFactoryC.h FT_FaultDetectorFactoryS.h FT_FaultDetectorFactoryS_T.h: FT_FaultDetectorFactory-stamp
FT_FaultDetectorFactory-stamp: $(srcdir)/FT_FaultDetectorFactory.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_FaultDetectorFactory.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_FaultDetectorFactory.idl
@touch $@
BUILT_SOURCES += \
@@ -3591,7 +3637,7 @@ CLEANFILES += \
FT_NotifierS_T.cpp FT_NotifierC.inl FT_NotifierS.inl FT_NotifierS_T.inl FT_NotifierC.cpp FT_NotifierS.cpp FT_NotifierC.h FT_NotifierS.h FT_NotifierS_T.h: FT_Notifier-stamp
FT_Notifier-stamp: $(srcdir)/FT_Notifier.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Notifier.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Notifier.idl
@touch $@
BUILT_SOURCES += \
@@ -3620,7 +3666,7 @@ CLEANFILES += \
FT_ReplicaS_T.cpp FT_ReplicaC.inl FT_ReplicaS.inl FT_ReplicaS_T.inl FT_ReplicaC.cpp FT_ReplicaS.cpp FT_ReplicaC.h FT_ReplicaS.h FT_ReplicaS_T.h: FT_Replica-stamp
FT_Replica-stamp: $(srcdir)/FT_Replica.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Replica.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_Replica.idl
@touch $@
BUILT_SOURCES += \
@@ -3649,7 +3695,7 @@ CLEANFILES += \
FT_ReplicationManagerS_T.cpp FT_ReplicationManagerC.inl FT_ReplicationManagerS.inl FT_ReplicationManagerS_T.inl FT_ReplicationManagerC.cpp FT_ReplicationManagerS.cpp FT_ReplicationManagerC.h FT_ReplicationManagerS.h FT_ReplicationManagerS_T.h: FT_ReplicationManager-stamp
FT_ReplicationManager-stamp: $(srcdir)/FT_ReplicationManager.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_FT_Export -Wb,export_include=FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_ReplicationManager.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_FT_Export -Wb,export_include=orbsvcs/FaultTolerance/fault_tol_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h $(srcdir)/FT_ReplicationManager.idl
@touch $@
FaultTolerance = \
@@ -3664,17 +3710,15 @@ FaultTolerance = \
FT_ReplicationManagerC.cpp \
FT_ReplicationManagerS.cpp
-if BUILD_ACE_UUID
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_FaultTolerance.la
-endif
-endif
libTAO_FaultTolerance_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_FT_BUILD_DLL
libTAO_FaultTolerance_la_SOURCES = \
@@ -3748,12 +3792,16 @@ nobase_include_HEADERS += \
FT_Replica.idl \
FT_ReplicationManager.idl
+endif
+endif
+
EXTRA_DIST += \
FaultTolerance.rc
-
## Makefile.IFRService.am
+if !BUILD_MINIMUM_CORBA
+
IFRService = \
IFRService/AbstractInterfaceDef_i.cpp \
IFRService/AliasDef_i.cpp \
@@ -3812,15 +3860,15 @@ IFRService = \
IFRService/WstringDef_i.cpp \
IFRService/tmplinst.cpp
-if !BUILD_MINIMUM_CORBA
lib_LTLIBRARIES += libTAO_IFRService.la
-endif
libTAO_IFRService_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_IFRSERVICE_BUILD_DLL
libTAO_IFRService_la_SOURCES = \
@@ -3905,25 +3953,28 @@ nobase_include_HEADERS += \
IFRService/IFR_ExtendedS.i \
Channel_Clients_T.cpp
+endif
+
EXTRA_DIST += \
IFRService.rc
-
## Makefile.RTCORBAEvent.am
+if BUILD_RT_CORBA
+
RTCORBAEvent = \
Event/EC_RTCORBA_Dispatching.cpp \
Event/EC_RTCORBA_Factory.cpp
-if BUILD_RT_CORBA
lib_LTLIBRARIES += libTAO_RTCORBAEvent.la
-endif
libTAO_RTCORBAEvent_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RTCORBAEVENT_BUILD_DLL
libTAO_RTCORBAEvent_la_SOURCES = \
@@ -3956,9 +4007,13 @@ nobase_include_HEADERS += \
Event/EC_RTCORBA_Factory.inl \
Channel_Clients_T.cpp
+endif
## Makefile.RTCosScheduling.am
+if BUILD_RT_CORBA
+if BUILD_INTERCEPTORS
+
BUILT_SOURCES += \
RTCosSchedulingS_T.cpp \
RTCosSchedulingC.inl \
@@ -3985,7 +4040,7 @@ CLEANFILES += \
RTCosSchedulingS_T.cpp RTCosSchedulingC.inl RTCosSchedulingS.inl RTCosSchedulingS_T.inl RTCosSchedulingC.cpp RTCosSchedulingS.cpp RTCosSchedulingC.h RTCosSchedulingS.h RTCosSchedulingS_T.h: RTCosScheduling-stamp
RTCosScheduling-stamp: $(srcdir)/RTCosScheduling.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Gd -Wb,export_macro=TAO_RTCosScheduling_Export -Wb,export_include=RTCosScheduling/RTCosScheduling_export.h $(srcdir)/RTCosScheduling.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Gd -Wb,export_macro=TAO_RTCosScheduling_Export -Wb,export_include=orbsvcs/RTCosScheduling/RTCosScheduling_export.h $(srcdir)/RTCosScheduling.idl
@touch $@
RTCosScheduling = \
@@ -3995,17 +4050,15 @@ RTCosScheduling = \
RTCosSchedulingC.cpp \
RTCosSchedulingS.cpp
-if BUILD_RT_CORBA
-if BUILD_INTERCEPTORS
lib_LTLIBRARIES += libTAO_RTCosScheduling.la
-endif
-endif
libTAO_RTCosScheduling_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RTCOSSCHEDULING_BUILD_DLL
libTAO_RTCosScheduling_la_SOURCES = \
@@ -4040,6 +4093,8 @@ nobase_include_HEADERS += \
RTCosSchedulingS_T.cpp \
RTCosScheduling.idl
+endif
+endif
## Makefile.RTSched.am
@@ -4069,7 +4124,7 @@ CLEANFILES += \
RtecSchedulerS_T.cpp RtecSchedulerC.inl RtecSchedulerS.inl RtecSchedulerS_T.inl RtecSchedulerC.cpp RtecSchedulerS.cpp RtecSchedulerC.h RtecSchedulerS.h RtecSchedulerS_T.h: RtecScheduler-stamp
RtecScheduler-stamp: $(srcdir)/RtecScheduler.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=Sched/sched_export.h $(srcdir)/RtecScheduler.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=orbsvcs/Sched/sched_export.h $(srcdir)/RtecScheduler.idl
@touch $@
Sched = \
@@ -4094,6 +4149,8 @@ libTAO_RTSched_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RTSCHED_BUILD_DLL
libTAO_RTSched_la_SOURCES = \
@@ -4152,7 +4209,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
RTSched.rc
-
## Makefile.RTOLDEvent.am
RTOLDEvent = \
@@ -4175,6 +4231,8 @@ libTAO_RTOLDEvent_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RTOLDEVENT_BUILD_DLL
libTAO_RTOLDEvent_la_SOURCES = \
@@ -4224,7 +4282,6 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
RTOldEvent.rc
-
## Makefile.RTEventLogAdmin.am
BUILT_SOURCES += \
@@ -4253,7 +4310,7 @@ CLEANFILES += \
RTEventLogAdminS_T.cpp RTEventLogAdminC.inl RTEventLogAdminS.inl RTEventLogAdminS_T.inl RTEventLogAdminC.cpp RTEventLogAdminS.cpp RTEventLogAdminC.h RTEventLogAdminS.h RTEventLogAdminS_T.h: RTEventLogAdmin-stamp
RTEventLogAdmin-stamp: $(srcdir)/RTEventLogAdmin.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_RTEventLog_Export -Wb,export_include=Log/rteventlog_export.h $(srcdir)/RTEventLogAdmin.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_RTEventLog_Export -Wb,export_include=orbsvcs/Log/rteventlog_export.h $(srcdir)/RTEventLogAdmin.idl
@touch $@
RTEventLog = \
@@ -4271,6 +4328,8 @@ libTAO_RTEventLogAdmin_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RTEVENTLOG_BUILD_DLL
libTAO_RTEventLogAdmin_la_SOURCES = \
@@ -4314,7 +4373,6 @@ nobase_include_HEADERS += \
RTEventLogAdminS_T.cpp \
RTEventLogAdmin.idl
-
## Makefile.RTKokyuEvent.am
RTKokyuEvent = \
@@ -4331,6 +4389,8 @@ libTAO_RTKokyuEvent_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-I$(ACE_ROOT)/Kokyu \
-DTAO_RTKOKYUEVENT_BUILD_DLL
@@ -4370,7 +4430,6 @@ nobase_include_HEADERS += \
Event/EC_Kokyu_Scheduling.i \
Channel_Clients_T.cpp
-
## Makefile.RTSchedEvent.am
RTSchedEvent = \
@@ -4388,6 +4447,8 @@ libTAO_RTSchedEvent_la_CPPFLAGS = \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RTSCHEDEVENT_BUILD_DLL
libTAO_RTSchedEvent_la_SOURCES = \
@@ -4429,9 +4490,10 @@ nobase_include_HEADERS += \
EXTRA_DIST += \
RTSchedEvent.rc
-
## Makefile.RT_Notification.am
+if BUILD_RT_CORBA
+
RT_Notify = \
Notify/RT_Builder.cpp \
Notify/RT_Factory.cpp \
@@ -4440,15 +4502,15 @@ RT_Notify = \
Notify/RT_Properties.cpp \
Notify/Structured/RT_StructuredProxyPushSupplier.cpp
-if BUILD_RT_CORBA
lib_LTLIBRARIES += libTAO_RT_Notification.la
-endif
libTAO_RT_Notification_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_RT_NOTIFY_BUILD_DLL
libTAO_RT_Notification_la_SOURCES = \
@@ -4487,12 +4549,16 @@ nobase_include_HEADERS += \
Notify/Structured/RT_StructuredProxyPushSupplier.inl \
Channel_Clients_T.cpp
+endif
+
EXTRA_DIST += \
RT_Notification.rc
-
## Makefile.Security.am
+if BUILD_CORBA_MESSAGING
+if BUILD_INTERCEPTORS
+
BUILT_SOURCES += \
CSIS_T.cpp \
CSIC.inl \
@@ -4517,7 +4583,7 @@ CLEANFILES += \
CSIS_T.cpp CSIC.inl CSIS.inl CSIS_T.inl CSIC.cpp CSIC.h CSIS.h CSIS_T.h: CSI-stamp
CSI-stamp: $(srcdir)/CSI.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h $(srcdir)/CSI.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/CSI.idl
@touch $@
BUILT_SOURCES += \
@@ -4544,7 +4610,7 @@ CLEANFILES += \
CSIIOPS_T.cpp CSIIOPC.inl CSIIOPS.inl CSIIOPS_T.inl CSIIOPC.cpp CSIIOPC.h CSIIOPS.h CSIIOPS_T.h: CSIIOP-stamp
CSIIOP-stamp: $(srcdir)/CSIIOP.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h $(srcdir)/CSIIOP.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/CSIIOP.idl
@touch $@
BUILT_SOURCES += \
@@ -4571,7 +4637,7 @@ CLEANFILES += \
GSSUPS_T.cpp GSSUPC.inl GSSUPS.inl GSSUPS_T.inl GSSUPC.cpp GSSUPC.h GSSUPS.h GSSUPS_T.h: GSSUP-stamp
GSSUP-stamp: $(srcdir)/GSSUP.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h $(srcdir)/GSSUP.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/GSSUP.idl
@touch $@
BUILT_SOURCES += \
@@ -4600,7 +4666,7 @@ CLEANFILES += \
SecurityS_T.cpp SecurityC.inl SecurityS.inl SecurityS_T.inl SecurityC.cpp SecurityS.cpp SecurityC.h SecurityS.h SecurityS_T.h: Security-stamp
Security-stamp: $(srcdir)/Security.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h $(srcdir)/Security.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/Security.idl
@touch $@
BUILT_SOURCES += \
@@ -4629,7 +4695,7 @@ CLEANFILES += \
SecurityLevel1S_T.cpp SecurityLevel1C.inl SecurityLevel1S.inl SecurityLevel1S_T.inl SecurityLevel1C.cpp SecurityLevel1S.cpp SecurityLevel1C.h SecurityLevel1S.h SecurityLevel1S_T.h: SecurityLevel1-stamp
SecurityLevel1-stamp: $(srcdir)/SecurityLevel1.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h $(srcdir)/SecurityLevel1.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel1.idl
@touch $@
BUILT_SOURCES += \
@@ -4658,7 +4724,7 @@ CLEANFILES += \
SecurityLevel2S_T.cpp SecurityLevel2C.inl SecurityLevel2S.inl SecurityLevel2S_T.inl SecurityLevel2C.cpp SecurityLevel2S.cpp SecurityLevel2C.h SecurityLevel2S.h SecurityLevel2S_T.h: SecurityLevel2-stamp
SecurityLevel2-stamp: $(srcdir)/SecurityLevel2.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h $(srcdir)/SecurityLevel2.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel2.idl
@touch $@
BUILT_SOURCES += \
@@ -4685,7 +4751,7 @@ CLEANFILES += \
SecurityLevel3S_T.cpp SecurityLevel3C.inl SecurityLevel3S.inl SecurityLevel3S_T.inl SecurityLevel3C.cpp SecurityLevel3C.h SecurityLevel3S.h SecurityLevel3S_T.h: SecurityLevel3-stamp
SecurityLevel3-stamp: $(srcdir)/SecurityLevel3.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h $(srcdir)/SecurityLevel3.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h $(srcdir)/SecurityLevel3.idl
@touch $@
Security = \
@@ -4715,17 +4781,15 @@ Security = \
SecurityLevel3C.cpp \
SecurityS.cpp
-if BUILD_CORBA_MESSAGING
-if BUILD_INTERCEPTORS
lib_LTLIBRARIES += libTAO_Security.la
-endif
-endif
libTAO_Security_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DTAO_SECURITY_BUILD_DLL
libTAO_Security_la_SOURCES = \
@@ -4812,12 +4876,17 @@ nobase_include_HEADERS += \
SecurityLevel2.idl \
SecurityLevel3.idl
+endif
+endif
+
EXTRA_DIST += \
Security.rc
-
## Makefile.SSLIOP.am
+if BUILD_SSL
+if BUILD_INTERCEPTORS
+
BUILT_SOURCES += \
SSLIOPS_T.cpp \
SSLIOPC.inl \
@@ -4842,7 +4911,7 @@ CLEANFILES += \
SSLIOPS_T.cpp SSLIOPC.inl SSLIOPS.inl SSLIOPS_T.inl SSLIOPC.cpp SSLIOPC.h SSLIOPS.h SSLIOPS_T.h: SSLIOP-stamp
SSLIOP-stamp: $(srcdir)/SSLIOP.idl
- $(TAO_IDL) $(TAO_IDLFLAGS) -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP/SSLIOP_Export.h $(srcdir)/SSLIOP.idl
+ $(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h $(srcdir)/SSLIOP.idl
@touch $@
SSLIOP = \
@@ -4875,17 +4944,15 @@ SSLIOP = \
SSLIOP/ssl_endpoints.cpp \
SSLIOPC.cpp
-if BUILD_SSL
-if BUILD_INTERCEPTORS
lib_LTLIBRARIES += libTAO_SSLIOP.la
-endif
-endif
libTAO_SSLIOP_la_CPPFLAGS = \
-I$(ACE_ROOT) \
-I$(ACE_BUILDDIR) \
-I$(TAO_ROOT) \
-I$(TAO_BUILDDIR) \
+ -I$(TAO_ROOT)/orbsvcs \
+ -I$(TAO_BUILDDIR)/orbsvcs \
-DACE_HAS_SSL=1 \
-DTAO_SSLIOP_BUILD_DLL
@@ -4952,10 +5019,12 @@ nobase_include_HEADERS += \
SSLIOPS_T.cpp \
SSLIOP.idl
+endif
+endif
+
EXTRA_DIST += \
SSLIOP.rc
-
## Clean up template repositories, etc.
clean-local:
-rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup.mpc b/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
index e81eab1b0c3..8a04d916116 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
@@ -3,7 +3,7 @@
project(PortableGroup) : orbsvcslib, core, naming, iormanip, minimum_corba {
sharedname = TAO_PortableGroup
- idlflags += -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h
+ idlflags += -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h
dynamicflags = TAO_PORTABLEGROUP_BUILD_DLL
tagchecks += PortableGroup
after += FTORB_Utils
diff --git a/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc b/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
index 25a5b715b5e..7e27973fab9 100644
--- a/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
@@ -3,7 +3,7 @@
project(RTCORBAEvent) : orbsvcslib, core, rtevent, naming, rtportableserver {
sharedname = TAO_RTCORBAEvent
- idlflags += -Wb,export_macro=TAO_Naming_Export -Wb,export_include=naming_export.h
+ idlflags += -Wb,export_macro=TAO_Naming_Export -Wb,export_include=orbsvcs/naming_export.h
dynamicflags = TAO_RTCORBAEVENT_BUILD_DLL
tagchecks += RTCORBAEvent
diff --git a/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc b/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
index 6dc0951b364..380f93f4c09 100644
--- a/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTCosScheduling.mpc
@@ -4,7 +4,7 @@
project(RTCosScheduling) : orbsvcslib, rtportableserver {
requires += interceptors
sharedname = TAO_RTCosScheduling
- idlflags += -Gd -Wb,export_macro=TAO_RTCosScheduling_Export -Wb,export_include=RTCosScheduling/RTCosScheduling_export.h
+ idlflags += -Gd -Wb,export_macro=TAO_RTCosScheduling_Export -Wb,export_include=orbsvcs/RTCosScheduling/RTCosScheduling_export.h
dynamicflags += TAO_RTCOSSCHEDULING_BUILD_DLL
tagchecks += RTCosScheduling
diff --git a/TAO/orbsvcs/orbsvcs/RTEvent.mpc b/TAO/orbsvcs/orbsvcs/RTEvent.mpc
index 4c16b6563c9..0d16633435e 100644
--- a/TAO/orbsvcs/orbsvcs/RTEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTEvent.mpc
@@ -3,7 +3,7 @@
project(RTEvent) : orbsvcslib, core, svc_utils, messaging {
sharedname = TAO_RTEvent
- idlflags += -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=Event/event_export.h
+ idlflags += -Wb,export_macro=TAO_RTEvent_Export -Wb,export_include=orbsvcs/Event/event_export.h
dynamicflags = TAO_RTEVENT_BUILD_DLL
tagchecks += RTEvent
// Add this include path for precompiled headers
diff --git a/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc b/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
index 4db6a0244fd..e4e1ee86a84 100644
--- a/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
@@ -3,7 +3,7 @@
project(RTEventLogAdmin) : orbsvcslib, core, naming, rtoldevent, dslogadmin {
sharedname = TAO_RTEventLogAdmin
- idlflags += -Wb,export_macro=TAO_RTEventLog_Export -Wb,export_include=Log/rteventlog_export.h
+ idlflags += -Wb,export_macro=TAO_RTEventLog_Export -Wb,export_include=orbsvcs/Log/rteventlog_export.h
dynamicflags = TAO_RTEVENTLOG_BUILD_DLL
tagchecks += RTEventLog
diff --git a/TAO/orbsvcs/orbsvcs/RTSched.mpc b/TAO/orbsvcs/orbsvcs/RTSched.mpc
index 10d1a12c805..4a7fac1d6c1 100644
--- a/TAO/orbsvcs/orbsvcs/RTSched.mpc
+++ b/TAO/orbsvcs/orbsvcs/RTSched.mpc
@@ -3,7 +3,7 @@
project(RTSched) : orbsvcslib, core, naming {
sharedname = TAO_RTSched
- idlflags += -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=Sched/sched_export.h
+ idlflags += -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=orbsvcs/Sched/sched_export.h
dynamicflags = TAO_RTSCHED_BUILD_DLL
tagchecks += Sched
diff --git a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
index fb309aff484..3e162eda3b8 100644
--- a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
+++ b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
@@ -3,7 +3,7 @@
project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, rtcorba, notification {
sharedname = TAO_RT_Notification
- idlflags += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=Notify/rt_notify_export.h
+ idlflags += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=orbsvcs/Notify/rt_notify_export.h
dynamicflags = TAO_RT_NOTIFY_BUILD_DLL
tagchecks += RT_Notify
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
index a977764c7fa..53994d1c9b3 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.mpc
@@ -5,7 +5,7 @@
project(SSLIOP) : orbsvcslib, core, security, ssl {
requires += interceptors
sharedname = TAO_SSLIOP
- idlflags += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP/SSLIOP_Export.h
+ idlflags += -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=orbsvcs/SSLIOP/SSLIOP_Export.h
dynamicflags = TAO_SSLIOP_BUILD_DLL
tagchecks += SSLIOP
pch_header =
diff --git a/TAO/orbsvcs/orbsvcs/Security.mpc b/TAO/orbsvcs/orbsvcs/Security.mpc
index c329d000bee..e17966af334 100644
--- a/TAO/orbsvcs/orbsvcs/Security.mpc
+++ b/TAO/orbsvcs/orbsvcs/Security.mpc
@@ -4,7 +4,7 @@
project(Security) : orbsvcslib, corba_messaging, core, portableserver {
requires += interceptors
sharedname = TAO_Security
- idlflags += -Wb,export_macro=TAO_Security_Export -Wb,export_include=Security/security_export.h
+ idlflags += -Wb,export_macro=TAO_Security_Export -Wb,export_include=orbsvcs/Security/security_export.h
dynamicflags = TAO_SECURITY_BUILD_DLL
tagchecks += Security
diff --git a/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc b/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc
index cec18dfb8d4..f90c700910f 100644
--- a/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc
+++ b/TAO/orbsvcs/orbsvcs/Svc_Utils.mpc
@@ -3,7 +3,7 @@
project(Svc_Utils) : orbsvcslib, core, portableserver {
sharedname = TAO_Svc_Utils
- idlflags += -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=svc_utils_export.h
+ idlflags += -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=orbsvcs/svc_utils_export.h
dynamicflags = TAO_SVC_UTILS_BUILD_DLL
IDL_Files {