summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc')
-rw-r--r--CIAO/RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc58
1 files changed, 0 insertions, 58 deletions
diff --git a/CIAO/RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc b/CIAO/RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc
deleted file mode 100644
index 26d14b54196..00000000000
--- a/CIAO/RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc
+++ /dev/null
@@ -1,58 +0,0 @@
-// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp
-//$Id$
-// This file is generated with "generate_component_mpc.pl -n Output_Adapter_Interface"
-
-project(Output_Adapter_Interface_stub): ciao_deployment_stub {
-
- sharedname = Output_Adapter_Interface_stub
- idlflags += -Wb,stub_export_macro=OUTPUT_ADAPTER_INTERFACE_STUB_Export \
- -Wb,stub_export_include=Output_Adapter_Interface_stub_export.h \
- -Wb,skel_export_macro=OUTPUT_ADAPTER_INTERFACE_SVNT_Export \
- -Wb,skel_export_include=Output_Adapter_Interface_svnt_export.h
- dynamicflags = OUTPUT_ADAPTER_INTERFACE_STUB_BUILD_DLL
-
- IDL_Files {
- PlanEgress.idl
- }
-
- Source_Files {
- PlanEgressC.cpp
- }
-
- Header_Files {
- PlanEgressC.h
- }
-
- Inline_Files {
- PlanEgressC.inl
- }
-}
-
-project(Output_Adapter_Interface_svnt) : ciao_servant_dnc {
-
- after += Output_Adapter_Interface_stub
- sharedname = Output_Adapter_Interface_svnt
- libs += Output_Adapter_Interface_stub
-
- idlflags += -Wb,stub_export_macro=OUTPUT_ADAPTER_INTERFACE_STUB_Export \
- -Wb,stub_export_include=Output_Adapter_Interface_stub_export.h \
- -Wb,skel_export_macro=OUTPUT_ADAPTER_INTERFACE_SVNT_Export \
- -Wb,skel_export_include=Output_Adapter_Interface_svnt_export.h
- dynamicflags = OUTPUT_ADAPTER_INTERFACE_SVNT_BUILD_DLL
-
- IDL_Files {
- PlanEgress.idl
- }
-
- Source_Files {
- PlanEgressS.cpp
- }
-
- Header_Files {
- PlanEgressS.h
- }
-
- Inline_Files {
- PlanEgressS.inl
- }
-}