summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.mpc')
-rw-r--r--modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.mpc104
1 files changed, 104 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.mpc b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.mpc
new file mode 100644
index 00000000000..7ab7e183409
--- /dev/null
+++ b/modules/CIAO/tests/IDL_Test/Included_Component/IC_Foo.mpc
@@ -0,0 +1,104 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl IC_Foo"
+
+project(IC_Foo_idl_gen) : componentidldefaults {
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=IC_FOO_STUB_Export \
+ -Wb,stub_export_include=IC_Foo_stub_export.h \
+ -Wb,skel_export_macro=IC_FOO_SVNT_Export \
+ -Wb,skel_export_include=IC_Foo_svnt_export.h \
+ -Wb,exec_export_macro=IC_FOO_EXEC_Export \
+ -Wb,exec_export_include=IC_Foo_exec_export.h
+
+ IDL_Files {
+ IC_Foo.idl
+ }
+}
+
+project(IC_Foo_lem_gen) : ciaoidldefaults {
+ after += IC_Foo_idl_gen
+ custom_only = 1
+ idlflags += -Wb,export_macro=IC_FOO_EXEC_Export \
+ -Wb,export_include=IC_Foo_exec_export.h \
+ -SS
+
+ IDL_Files {
+ IC_FooE.idl
+ }
+}
+
+project(IC_Foo_stub) : ccm_stub {
+ after += IC_Foo_idl_gen
+ libs +=
+
+ sharedname = IC_Foo_stub
+ dynamicflags = IC_FOO_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ IC_FooC.cpp
+ }
+
+ Header_Files {
+ IC_FooC.h
+ IC_Foo_stub_export.h
+ }
+
+ Inline_Files {
+ IC_FooC.inl
+ }
+}
+
+project(IC_Foo_exec) : ciao_executor {
+ sharedname = IC_Foo_exec
+ after += IC_Foo_lem_gen IC_Foo_stub
+ libs += IC_Foo_stub
+
+ dynamicflags = IC_FOO_EXEC_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ IC_FooEC.cpp
+ }
+
+ Header_Files {
+ IC_FooEC.h
+ IC_Foo_exec_export.h
+ }
+
+ Inline_Files {
+ IC_FooEC.inl
+ }
+}
+
+project(IC_Foo_svnt) : ciao_servant {
+ sharedname = IC_Foo_svnt
+ after += IC_Foo_exec
+ libs += IC_Foo_stub IC_Foo_exec
+
+ dynamicflags = IC_FOO_SVNT_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ IC_FooS.cpp
+ IC_Foo_svnt.cpp
+ }
+
+ Header_Files {
+ IC_FooS.h
+ IC_Foo_svnt.h
+ IC_Foo_svnt_export.h
+ }
+
+ Inline_Files {
+ IC_FooS.inl
+ }
+}
+
+