summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer.mpc')
-rw-r--r--TAO/tao/PortableServer.mpc192
1 files changed, 0 insertions, 192 deletions
diff --git a/TAO/tao/PortableServer.mpc b/TAO/tao/PortableServer.mpc
deleted file mode 100644
index 2f88a3dd39f..00000000000
--- a/TAO/tao/PortableServer.mpc
+++ /dev/null
@@ -1,192 +0,0 @@
-//$Id$
-project(*idl) : tao_versioning_idl_defaults, install, pidl_install {
- custom_only = 1
- IDL_Files {
- idlflags += -Gp -Gd -Sci -SS -Sorb -GA \
- -Wb,export_macro=TAO_PortableServer_Export \
- -Wb,export_include=tao/PortableServer/portableserver_export.h \
- -o PortableServer
- idlflags -= -Sa -St
- PortableServer/ForwardRequest.pidl
- }
-
- IDL_Files {
- idlflags += -Gp -Gd -Sci -SS -Sorb -GA -Sal \
- -Wb,export_macro=TAO_PortableServer_Export \
- -Wb,export_include=tao/PortableServer/portableserver_export.h \
- -o PortableServer
- idlflags -= -Sa -St
- PortableServer/AdapterActivator.pidl
- PortableServer/IdAssignmentPolicy.pidl
- PortableServer/IdUniquenessPolicy.pidl
- PortableServer/ImplicitActivationPolicy.pidl
- PortableServer/LifespanPolicy.pidl
- PortableServer/RequestProcessingPolicy.pidl
- PortableServer/ServantActivator.pidl
- PortableServer/ServantLocator.pidl
- PortableServer/ServantManager.pidl
- PortableServer/ServantRetentionPolicy.pidl
- PortableServer/ThreadPolicy.pidl
- }
-
- IDL_Files {
- idlflags += -Gp -Gd -Sci -SS -Sorb \
- -Wb,export_macro=TAO_PortableServer_Export \
- -Wb,export_include=tao/PortableServer/portableserver_export.h \
- -o PortableServer
- idlflags -= -Sa -St
- PortableServer/POAManager.pidl
- PortableServer/POAManagerFactory.pidl
- PortableServer/POA.pidl
- PortableServer/PS_Current.pidl
- }
-
- IDL_Files {
- idlflags += -Sci -SS -Sorb -Sa -GX \
- -Wb,export_macro=TAO_PortableServer_Export \
- -Wb,export_include=tao/PortableServer/portableserver_export.h \
- -Wb,unique_include=tao/PortableServer/PortableServer.h \
- -o PortableServer
- PortableServer/PortableServer_include.pidl
- }
-
- IDL_Files {
- idlflags += -Sci -SS -Sorb -Sa -GX \
- -Wb,export_macro=TAO_PortableServer_Export \
- -Wb,export_include=tao/PortableServer/portableserver_export.h \
- -Wb,include_guard=TAO_PORTABLESERVER_SAFE_INCLUDE \
- -Wb,safe_include=tao/PortableServer/PortableServer.h \
- -o PortableServer
- PortableServer/PortableServer.pidl
- }
-
- PidlInstallWithoutBuilding_Files {
- PortableServer/PS_Forward.pidl
- }
-}
-
-project(PortableServer) : taolib, tao_output, install, anytypecode, taoidldefaults, valuetype_out_indirection {
- after += *idl
- sharedname = TAO_PortableServer
- dynamicflags += TAO_PORTABLESERVER_BUILD_DLL
-
- Source_Files {
- PortableServer
- }
-
- Source_Files {
- PortableServer/ForwardRequestC.cpp
- PortableServer/AdapterActivatorC.cpp
- PortableServer/IdAssignmentPolicyC.cpp
- PortableServer/IdUniquenessPolicyC.cpp
- PortableServer/ImplicitActivationPolicyC.cpp
- PortableServer/LifespanPolicyC.cpp
- PortableServer/RequestProcessingPolicyC.cpp
- PortableServer/ServantActivatorC.cpp
- PortableServer/ServantLocatorC.cpp
- PortableServer/ServantManagerC.cpp
- PortableServer/ServantRetentionPolicyC.cpp
- PortableServer/ThreadPolicyC.cpp
- PortableServer/POAManagerC.cpp
- PortableServer/POAManagerFactoryC.cpp
- PortableServer/POAC.cpp
- PortableServer/PS_CurrentC.cpp
- PortableServer/PortableServer_includeC.cpp
- PortableServer/PortableServerC.cpp
- PortableServer/AdapterActivatorA.cpp
- PortableServer/ForwardRequestA.cpp
- PortableServer/IdAssignmentPolicyA.cpp
- PortableServer/IdUniquenessPolicyA.cpp
- PortableServer/ImplicitActivationPolicyA.cpp
- PortableServer/LifespanPolicyA.cpp
- PortableServer/PS_ForwardA.cpp
- PortableServer/Regular_POA.cpp
- PortableServer/RequestProcessingPolicyA.cpp
- PortableServer/Root_POA.cpp
- PortableServer/ServantActivatorA.cpp
- PortableServer/ServantLocatorA.cpp
- PortableServer/ServantManagerA.cpp
- PortableServer/ServantRetentionPolicyA.cpp
- PortableServer/ThreadPolicyA.cpp
- }
-
- Header_Files {
- PortableServer
- PortableServer/AdapterActivatorC.h
- PortableServer/ForwardRequestC.h
- PortableServer/IdAssignmentPolicyC.h
- PortableServer/IdUniquenessPolicyC.h
- PortableServer/ImplicitActivationPolicyC.h
- PortableServer/LifespanPolicyC.h
- PortableServer/POAC.h
- PortableServer/POAManagerC.h
- PortableServer/POAManagerFactoryC.h
- PortableServer/PortableServerC.h
- PortableServer/PortableServer_includeC.h
- PortableServer/PS_CurrentC.h
- PortableServer/PS_ForwardC.h
- PortableServer/RequestProcessingPolicyC.h
- PortableServer/ServantActivatorC.h
- PortableServer/ServantLocatorC.h
- PortableServer/ServantManagerC.h
- PortableServer/ServantRetentionPolicyC.h
- PortableServer/ThreadPolicyC.h
- PortableServer/AdapterActivatorA.h
- PortableServer/ForwardRequestA.h
- PortableServer/IdAssignmentPolicyA.h
- PortableServer/IdUniquenessPolicyA.h
- PortableServer/ImplicitActivationPolicyA.h
- PortableServer/LifespanPolicyA.h
- PortableServer/PortableServerA.h
- PortableServer/PortableServer_includeA.h
- PortableServer/Regular_POA.h
- PortableServer/RequestProcessingPolicyA.h
- PortableServer/ServantActivatorA.h
- PortableServer/ServantLocatorA.h
- PortableServer/ServantManagerA.h
- PortableServer/ServantRetentionPolicyA.h
- PortableServer/ThreadPolicyA.h
- PortableServer/ForwardRequestS.h
- PortableServer/AdapterActivatorS.h
- PortableServer/IdAssignmentPolicyS.h
- PortableServer/IdUniquenessPolicyS.h
- PortableServer/ImplicitActivationPolicyS.h
- PortableServer/LifespanPolicyS.h
- PortableServer/RequestProcessingPolicyS.h
- PortableServer/ServantActivatorS.h
- PortableServer/ServantLocatorS.h
- PortableServer/ServantManagerS.h
- PortableServer/ServantRetentionPolicyS.h
- PortableServer/ThreadPolicyS.h
- PortableServer/POAManagerS.h
- PortableServer/POAManagerFactoryS.h
- PortableServer/POAS.h
- PortableServer/PS_CurrentS.h
- PortableServer/PortableServer_includeS.h
- PortableServer/PortableServerS.h
- }
-
- Inline_Files {
- PortableServer
- }
-
- Template_Files {
- PortableServer/Servant_var.cpp
- PortableServer/*_T.cpp
- }
-
- Resource_Files {
- PortableServer
- }
-
- PIDL_Files {
- PortableServer
- }
-
- IDL_Files {
- }
-
- Pkgconfig_Files {
- PortableServer/TAO_PortableServer.pc.in
- }
-}