summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/SimpleLocalUser.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Components/SimpleLocalUser.mpc')
-rw-r--r--CIAO/tests/DAnCE/Components/SimpleLocalUser.mpc109
1 files changed, 0 insertions, 109 deletions
diff --git a/CIAO/tests/DAnCE/Components/SimpleLocalUser.mpc b/CIAO/tests/DAnCE/Components/SimpleLocalUser.mpc
deleted file mode 100644
index 6843fd0f0b1..00000000000
--- a/CIAO/tests/DAnCE/Components/SimpleLocalUser.mpc
+++ /dev/null
@@ -1,109 +0,0 @@
-// This file is generated with "generate_component_mpc.pl -p SimpleCommon SimpleLocalUser"
-
-project(SimpleCommon_SimpleLocalUser_idl_gen) : componentidldefaults {
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SIMPLEUSER_STUB_Export \
- -Wb,stub_export_include=SimpleLocalUser_stub_export.h \
- -Wb,skel_export_macro=SIMPLEUSER_SVNT_Export \
- -Wb,skel_export_include=SimpleLocalUser_svnt_export.h \
- -Wb,exec_export_macro=SIMPLEUSER_EXEC_Export \
- -Wb,exec_export_include=SimpleLocalUser_exec_export.h \
- -Gsv
-
- IDL_Files {
- SimpleLocalUser.idl
- }
-}
-
-project(SimpleCommon_SimpleLocalUser_lem_gen) : ciaoidldefaults {
- after += SimpleCommon_SimpleLocalUser_idl_gen
- custom_only = 1
- idlflags += -Wb,export_macro=SIMPLEUSER_EXEC_Export \
- -Wb,export_include=SimpleLocalUser_exec_export.h \
- -SS
-
- IDL_Files {
- SimpleLocalUserE.idl
- }
-}
-
-project(SimpleCommon_SimpleLocalUser_stub) : ccm_stub {
- after += SimpleCommon_SimpleLocalUser_idl_gen SimpleCommon_stub
- libs += SimpleCommon_stub
-
- sharedname = SimpleLocalUser_stub
- dynamicflags += SIMPLEUSER_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleLocalUserC.cpp
- }
-
- Header_Files {
- SimpleLocalUserC.h
- SimpleLocalUser_stub_export.h
- }
-
- Inline_Files {
- SimpleLocalUserC.inl
- }
-}
-
-project(SimpleCommon_SimpleLocalUser_exec) : ciao_executor {
- after += SimpleCommon_SimpleLocalUser_lem_gen SimpleCommon_SimpleLocalUser_stub
- sharedname = SimpleLocalUser_exec
- libs += SimpleLocalUser_stub SimpleCommon_stub
-
- dynamicflags += SIMPLEUSER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleLocalUserEC.cpp
- SimpleLocalUser_exec.cpp
- }
-
- Header_Files {
- SimpleLocalUserEC.h
- SimpleLocalUser_exec.h
- SimpleLocalUser_exec_export.h
- }
-
- Inline_Files {
- SimpleLocalUserEC.inl
- }
-}
-
-
-project(SimpleCommon_SimpleLocalUser_svnt) : ciao_servant {
- after += SimpleCommon_skel SimpleCommon_SimpleLocalUser_exec
- sharedname = SimpleLocalUser_svnt
- libs += SimpleLocalUser_exec \
- SimpleLocalUser_stub \
- SimpleCommon_skel \
- SimpleCommon_stub
-
- dynamicflags += SIMPLEUSER_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleLocalUserS.cpp
- SimpleLocalUser_svnt.cpp
- }
-
- Header_Files {
- SimpleLocalUserS.h
- SimpleLocalUser_svnt.h
- SimpleLocalUser_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-