summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleMultipleUser.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleMultipleUser.mpc')
-rw-r--r--CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleMultipleUser.mpc121
1 files changed, 0 insertions, 121 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleMultipleUser.mpc b/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleMultipleUser.mpc
deleted file mode 100644
index 841ba3c2c99..00000000000
--- a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleMultipleUser.mpc
+++ /dev/null
@@ -1,121 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -p SimpleCommon SimpleMultipleUser"
-
-project(SimpleCommon_SimpleMultipleUser_idl_gen) : taoidldefaults, anytypecode {
- avoids += ace_for_tao
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SIMPLEMULTIPLEUSER_STUB_Export \
- -Wb,stub_export_include=SimpleMultipleUser_stub_export.h \
- -Wb,skel_export_macro=SIMPLEMULTIPLEUSER_SVNT_Export \
- -Wb,skel_export_include=SimpleMultipleUser_svnt_export.h
-
- IDL_Files {
- SimpleMultipleUser.idl
- }
-}
-
-project(SimpleCommon_SimpleMultipleUser_cidl_gen) : ciaocidldefaults, taoidldefaults {
- avoids += ace_for_tao
- custom_only = 1
- cidlflags += --svnt-export-macro SIMPLEMULTIPLEUSER_SVNT_Export \
- --svnt-export-include SimpleMultipleUser_svnt_export.h
- idlflags += -Wb,export_macro=SIMPLEMULTIPLEUSER_EXEC_Export \
- -Wb,export_include=SimpleMultipleUser_exec_export.h \
- -SS
-
- CIDL_Files {
- SimpleMultipleUser.cidl
- }
-
- IDL_Files {
- SimpleMultipleUserE.idl
- }
-}
-
-project(SimpleCommon_SimpleMultipleUser_stub) : ccm_stub {
- avoids += ace_for_tao
- after += SimpleCommon_SimpleMultipleUser_idl_gen SimpleCommon_stub
- libs += SimpleCommon_stub
-
- sharedname = SimpleMultipleUser_stub
- dynamicflags = SIMPLEMULTIPLEUSER_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleMultipleUserC.cpp
- }
-
- Header_Files {
- SimpleMultipleUserC.h
- SimpleMultipleUser_stub_export.h
- }
-
- Inline_Files {
- SimpleMultipleUserC.inl
- }
-}
-
-project(SimpleCommon_SimpleMultipleUser_exec) : ciao_executor {
- avoids += ace_for_tao
- after += SimpleCommon_SimpleMultipleUser_cidl_gen SimpleCommon_SimpleMultipleUser_stub
- sharedname = SimpleMultipleUser_exec
- libs += SimpleMultipleUser_stub SimpleCommon_stub
-
- dynamicflags = SIMPLEMULTIPLEUSER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleMultipleUserEC.cpp
- SimpleMultipleUser_exec.cpp
- }
-
- Header_Files {
- SimpleMultipleUserEC.h
- SimpleMultipleUser_exec.h
- SimpleMultipleUser_exec_export.h
- }
-
- Inline_Files {
- SimpleMultipleUserEC.inl
- }
-}
-
-
-project(SimpleCommon_SimpleMultipleUser_svnt) : ciao_servant {
- avoids += ace_for_tao
- after += SimpleCommon_skel SimpleCommon_SimpleMultipleUser_exec
- sharedname = SimpleMultipleUser_svnt
- libs += SimpleMultipleUser_exec \
- SimpleMultipleUser_stub \
- SimpleCommon_skel \
- SimpleCommon_stub
-
- dynamicflags = SIMPLEMULTIPLEUSER_SVNT_BUILD_DLL
-
- CIDL_Files {
- }
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleMultipleUserS.cpp
- SimpleMultipleUser_svnt.cpp
- }
-
- Header_Files {
- SimpleMultipleUserS.h
- SimpleMultipleUser_svnt.h
- SimpleMultipleUser_svnt_export.h
- }
-
- Inline_Files {
- SimpleMultipleUserS.inl
- }
-}
-
-