summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/CIAO_ComponentServer/Local_Facet/Local_Facet.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/CIAO_ComponentServer/Local_Facet/Local_Facet.mpc')
-rw-r--r--modules/CIAO/tests/CIAO_ComponentServer/Local_Facet/Local_Facet.mpc146
1 files changed, 146 insertions, 0 deletions
diff --git a/modules/CIAO/tests/CIAO_ComponentServer/Local_Facet/Local_Facet.mpc b/modules/CIAO/tests/CIAO_ComponentServer/Local_Facet/Local_Facet.mpc
new file mode 100644
index 00000000000..f5d15f9dc85
--- /dev/null
+++ b/modules/CIAO/tests/CIAO_ComponentServer/Local_Facet/Local_Facet.mpc
@@ -0,0 +1,146 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl Local_Facet"
+
+project(Local_Facet_idl_gen) : componentidldefaults {
+
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=LOCAL_FACET_STUB_Export \
+ -Wb,stub_export_include=Local_Facet_stub_export.h \
+ -Wb,skel_export_macro=LOCAL_FACET_SVNT_Export \
+ -Wb,skel_export_include=Local_Facet_svnt_export.h \
+ -Wb,exec_export_macro=LOCAL_FACET_EXEC_Export \
+ -Wb,exec_export_include=Local_Facet_exec_export.h
+
+ IDL_Files {
+ Local_Facet.idl
+ }
+}
+
+project(Local_Facet_lem_gen) : ciaoidldefaults {
+
+ after += Local_Facet_idl_gen
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=LOCAL_FACET_LEM_STUB_Export \
+ -Wb,stub_export_include=Local_Facet_lem_stub_export.h \
+ -SS -Gxhst
+
+ IDL_Files {
+ Local_FacetE.idl
+ }
+}
+
+project(Local_Facet_lem_stub) : ccm_svnt {
+
+ after += Local_Facet_lem_gen Local_Facet_stub
+ libs += Local_Facet_stub
+
+
+ sharedname = Local_Facet_lem_stub
+ dynamicflags = LOCAL_FACET_LEM_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Local_FacetEC.cpp
+ }
+
+ Header_Files {
+ Local_FacetEC.h
+ Local_Facet_lem_stub_export.h
+ }
+
+ Inline_Files {
+ Local_FacetEC.inl
+ }
+}
+
+project(Local_Facet_stub) : ccm_stub {
+
+ after += Local_Facet_idl_gen
+ libs +=
+
+
+ sharedname = Local_Facet_stub
+ dynamicflags = LOCAL_FACET_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Local_FacetC.cpp
+ }
+
+ Header_Files {
+ Local_FacetC.h
+ Local_Facet_stub_export.h
+ }
+
+ Inline_Files {
+ Local_FacetC.inl
+ }
+}
+
+project(Local_Facet_exec) : ciao_executor {
+
+ after += Local_Facet_lem_stub Local_Facet_stub
+ sharedname = Local_Facet_exec
+ libs += Local_Facet_stub Local_Facet_lem_stub
+
+
+ dynamicflags = LOCAL_FACET_EXEC_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Local_Facet_exec.cpp
+ }
+
+ Header_Files {
+ Local_Facet_exec.h
+ Local_Facet_exec_export.h
+ }
+
+ Inline_Files {
+ }
+}
+
+
+project(Local_Facet_svnt) : ciao_servant {
+
+ after += Local_Facet_lem_stub
+ sharedname = Local_Facet_svnt
+ libs += Local_Facet_stub Local_Facet_lem_stub
+
+
+ dynamicflags = LOCAL_FACET_SVNT_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Local_FacetS.cpp
+ Local_Facet_svnt.cpp
+ }
+
+ Header_Files {
+ Local_FacetS.h
+ Local_Facet_svnt.h
+ Local_Facet_svnt_export.h
+ }
+
+ Inline_Files {
+ Local_FacetS.inl
+ }
+}
+
+project (Lf_CIAOComponentServer_Tst) : ciao_componentserver_stub, ccm_configvalue, ciao_cs_client, ciao_logger {
+ after += Local_Facet_stub Local_Facet_svnt
+ libs += Local_Facet_stub
+ IDL_Files {
+ }
+ Source_Files {
+ client.cpp
+ }
+}