summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.mpc')
-rw-r--r--CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.mpc121
1 files changed, 0 insertions, 121 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.mpc b/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.mpc
deleted file mode 100644
index 6a68a0a5376..00000000000
--- a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleEmitter.mpc
+++ /dev/null
@@ -1,121 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -p SimpleCommon SimpleEmitter"
-
-project(SimpleCommon_SimpleEmitter_idl_gen) : taoidldefaults, anytypecode {
- avoids += ace_for_tao
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SIMPLEEMITTER_STUB_Export \
- -Wb,stub_export_include=SimpleEmitter_stub_export.h \
- -Wb,skel_export_macro=SIMPLEEMITTER_SVNT_Export \
- -Wb,skel_export_include=SimpleEmitter_svnt_export.h
-
- IDL_Files {
- SimpleEmitter.idl
- }
-}
-
-project(SimpleCommon_SimpleEmitter_cidl_gen) : ciaocidldefaults, taoidldefaults {
- avoids += ace_for_tao
- custom_only = 1
- cidlflags += --svnt-export-macro SIMPLEEMITTER_SVNT_Export \
- --svnt-export-include SimpleEmitter_svnt_export.h
- idlflags += -Wb,export_macro=SIMPLEEMITTER_EXEC_Export \
- -Wb,export_include=SimpleEmitter_exec_export.h \
- -SS
-
- CIDL_Files {
- SimpleEmitter.cidl
- }
-
- IDL_Files {
- SimpleEmitterE.idl
- }
-}
-
-project(SimpleCommon_SimpleEmitter_stub) : ccm_stub {
- avoids += ace_for_tao
- after += SimpleCommon_SimpleEmitter_idl_gen SimpleCommon_stub
- libs += SimpleCommon_stub
-
- sharedname = SimpleEmitter_stub
- dynamicflags = SIMPLEEMITTER_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleEmitterC.cpp
- }
-
- Header_Files {
- SimpleEmitterC.h
- SimpleEmitter_stub_export.h
- }
-
- Inline_Files {
- SimpleEmitterC.inl
- }
-}
-
-project(SimpleCommon_SimpleEmitter_exec) : ciao_executor {
- avoids += ace_for_tao
- after += SimpleCommon_SimpleEmitter_cidl_gen SimpleCommon_SimpleEmitter_stub
- sharedname = SimpleEmitter_exec
- libs += SimpleEmitter_stub SimpleCommon_stub
-
- dynamicflags = SIMPLEEMITTER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleEmitterEC.cpp
- SimpleEmitter_exec.cpp
- }
-
- Header_Files {
- SimpleEmitterEC.h
- SimpleEmitter_exec.h
- SimpleEmitter_exec_export.h
- }
-
- Inline_Files {
- SimpleEmitterEC.inl
- }
-}
-
-
-project(SimpleCommon_SimpleEmitter_svnt) : ciao_servant {
- avoids += ace_for_tao
- after += SimpleCommon_skel SimpleCommon_SimpleEmitter_exec
- sharedname = SimpleEmitter_svnt
- libs += SimpleEmitter_exec \
- SimpleEmitter_stub \
- SimpleCommon_skel \
- SimpleCommon_stub
-
- dynamicflags = SIMPLEEMITTER_SVNT_BUILD_DLL
-
- CIDL_Files {
- }
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleEmitterS.cpp
- SimpleEmitter_svnt.cpp
- }
-
- Header_Files {
- SimpleEmitterS.h
- SimpleEmitter_svnt.h
- SimpleEmitter_svnt_export.h
- }
-
- Inline_Files {
- SimpleEmitterS.inl
- }
-}
-
-