summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc')
-rw-r--r--CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc95
1 files changed, 0 insertions, 95 deletions
diff --git a/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc b/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc
deleted file mode 100644
index 2df82ac4a2f..00000000000
--- a/CIAO/RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc
+++ /dev/null
@@ -1,95 +0,0 @@
-// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp
-//$Id$
-
-project(Interactive_Input_Adapter_stub): ciao_deployment_stub {
- after += Input_Adapter_stub
- sharedname = Interactive_Input_Adapter_stub
- idlflags += -Wb,stub_export_macro=INTERACTIVE_INPUT_ADAPTER_STUB_Export \
- -Wb,stub_export_include=Interactive_Input_Adapter_stub_export.h \
- -Wb,skel_export_macro=INTERACTIVE_INPUT_ADAPTER_SVNT_Export \
- -Wb,skel_export_include=Interactive_Input_Adapter_svnt_export.h
- dynamicflags = INTERACTIVE_INPUT_ADAPTER_STUB_BUILD_DLL
- libs += Input_Adapter_stub \
- Plan_Analyzer_Interface_stub
-
- IDL_Files {
- Interactive_Input_Adapter.idl
- }
-
- Source_Files {
- Interactive_Input_AdapterC.cpp
- }
-
- Header_Files {
- Interactive_Input_AdapterC.h
- }
-
- Inline_Files {
- Interactive_Input_AdapterC.inl
- }
-}
-
-project(Interactive_Input_Adapter_svnt) : ciao_servant_dnc {
- after += Interactive_Input_Adapter_stub \
- Input_Adapter_svnt
- sharedname = Interactive_Input_Adapter_svnt
- libs += Interactive_Input_Adapter_stub \
- Input_Adapter_stub \
- Input_Adapter_svnt \
- Plan_Analyzer_Interface_stub
-
- idlflags += -Wb,export_macro=INTERACTIVE_INPUT_ADAPTER_SVNT_Export \
- -Wb,export_include=Interactive_Input_Adapter_svnt_export.h
-
- dynamicflags = INTERACTIVE_INPUT_ADAPTER_SVNT_BUILD_DLL
-
- CIDL_Files {
- Interactive_Input_Adapter.cidl
- }
-
- IDL_Files {
- Interactive_Input_AdapterE.idl
- }
-
- Source_Files {
- Interactive_Input_AdapterEC.cpp
- Interactive_Input_AdapterS.cpp
- Interactive_Input_Adapter_svnt.cpp
- }
-
- Header_Files {
- Interactive_Input_AdapterEC.h
- Interactive_Input_AdapterS.h
- Interactive_Input_Adapter_svnt.h
- }
-
- Inline_Files {
- Interactive_Input_AdapterEC.inl
- Interactive_Input_AdapterS.inl
- Interactive_Input_Adapter_svnt.inl
- }
-}
-
-
-project(Interactive_Input_Adapter_exec) : ciao_component_dnc, ciao_config_handlers {
- after += Interactive_Input_Adapter_svnt XSC_Config_Handlers
- sharedname = Interactive_Input_Adapter_exec
- libs += Interactive_Input_Adapter_stub \
- Interactive_Input_Adapter_svnt \
- Input_Adapter_stub \
- Input_Adapter_svnt \
- Plan_Analyzer_Interface_stub \
- XSC_Config_Handlers
-
- idlflags += -Wb,export_macro=INTERACTIVE_INPUT_ADAPTER_EXEC_Export \
- -Wb,export_include=Interactive_Input_Adapter_exec_export.h
- dynamicflags = INTERACTIVE_INPUT_ADAPTER_EXEC_BUILD_DLL
-
- IDL_Files {
-
- }
-
- Source_Files {
- Interactive_Input_Adapter_exec.cpp
- }
-}