summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/Components/SimpleNilFacetUser.mpc')
-rw-r--r--CIAO/tests/DAnCE/Components/SimpleNilFacetUser.mpc109
1 files changed, 0 insertions, 109 deletions
diff --git a/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.mpc b/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.mpc
deleted file mode 100644
index 1bd93043436..00000000000
--- a/CIAO/tests/DAnCE/Components/SimpleNilFacetUser.mpc
+++ /dev/null
@@ -1,109 +0,0 @@
-// This file is generated with "generate_component_mpc.pl -p SimpleCommon SimpleNilFacetUser"
-
-project(SimpleCommon_SNFU_idl_gen) : componentidldefaults {
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SIMPLENILFACETUSER_STUB_Export \
- -Wb,stub_export_include=SimpleNilFacetUser_stub_export.h \
- -Wb,skel_export_macro=SIMPLENILFACETUSER_SVNT_Export \
- -Wb,skel_export_include=SimpleNilFacetUser_svnt_export.h \
- -Wb,exec_export_macro=SIMPLENILFACETUSER_EXEC_Export \
- -Wb,exec_export_include=SimpleNilFacetUser_exec_export.h \
- -Gsv
-
- IDL_Files {
- SimpleNilFacetUser.idl
- }
-}
-
-project(SimpleCommon_SNFU_lem_gen) : ciaoidldefaults {
- after += SimpleCommon_SNFU_idl_gen
- custom_only = 1
- idlflags += -Wb,export_macro=SIMPLENILFACETUSER_EXEC_Export \
- -Wb,export_include=SimpleNilFacetUser_exec_export.h \
- -SS
-
- IDL_Files {
- SimpleNilFacetUserE.idl
- }
-}
-
-project(SimpleCommon_SNFU_stub) : ccm_stub {
- after += SimpleCommon_SNFU_idl_gen SimpleCommon_stub
- libs += SimpleCommon_stub
-
- sharedname = SimpleNilFacetUser_stub
- dynamicflags += SIMPLENILFACETUSER_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleNilFacetUserC.cpp
- }
-
- Header_Files {
- SimpleNilFacetUserC.h
- SimpleNilFacetUser_stub_export.h
- }
-
- Inline_Files {
- SimpleNilFacetUserC.inl
- }
-}
-
-project(SimpleCommon_SNFU_exec) : ciao_executor {
- after += SimpleCommon_SNFU_lem_gen SimpleCommon_SNFU_stub
- sharedname = SimpleNilFacetUser_exec
- libs += SimpleNilFacetUser_stub SimpleCommon_stub
-
- dynamicflags += SIMPLENILFACETUSER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleNilFacetUserEC.cpp
- SimpleNilFacetUser_exec.cpp
- }
-
- Header_Files {
- SimpleNilFacetUserEC.h
- SimpleNilFacetUser_exec.h
- SimpleNilFacetUser_exec_export.h
- }
-
- Inline_Files {
- SimpleNilFacetUserEC.inl
- }
-}
-
-
-project(SimpleCommon_SNFU_svnt) : ciao_servant {
- after += SimpleCommon_skel SimpleCommon_SNFU_exec
- sharedname = SimpleNilFacetUser_svnt
- libs += SimpleNilFacetUser_exec \
- SimpleNilFacetUser_stub \
- SimpleCommon_skel \
- SimpleCommon_stub
-
- dynamicflags += SIMPLENILFACETUSER_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleNilFacetUserS.cpp
- SimpleNilFacetUser_svnt.cpp
- }
-
- Header_Files {
- SimpleNilFacetUserS.h
- SimpleNilFacetUser_svnt.h
- SimpleNilFacetUser_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-