summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export.mpc')
-rw-r--r--modules/CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export.mpc128
1 files changed, 128 insertions, 0 deletions
diff --git a/modules/CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export.mpc b/modules/CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export.mpc
new file mode 100644
index 00000000000..70087c68d11
--- /dev/null
+++ b/modules/CIAO/tests/IDL_Test/Lem_Specific_Export/Lem_Export.mpc
@@ -0,0 +1,128 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl Lem_Export"
+
+project(Lem_Export_idl_gen) : componentidldefaults {
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=LEM_EXPORT_STUB_Export \
+ -Wb,stub_export_include=Lem_Export_stub_export.h \
+ -Wb,skel_export_macro=LEM_EXPORT_SVNT_Export \
+ -Wb,skel_export_include=Lem_Export_svnt_export.h \
+ -Wb,exec_export_macro=LEM_EXPORT_EXEC_Export \
+ -Wb,exec_export_include=Lem_Export_exec_export.h
+
+ IDL_Files {
+ Lem_Export.idl
+ }
+}
+
+project(Lem_Export_lem_gen) : ciaoidldefaults {
+ after += Lem_Export_idl_gen
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=LEM_EXPORT_LEM_STUB_Export \
+ -Wb,stub_export_include=Lem_Export_lem_stub_export.h \
+ -SS -Gxhst
+
+ IDL_Files {
+ Lem_ExportE.idl
+ }
+}
+
+project(Lem_Export_stub) : ccm_stub {
+ after += Lem_Export_idl_gen
+ libs +=
+
+ sharedname = Lem_Export_stub
+ dynamicflags = LEM_EXPORT_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Lem_ExportC.cpp
+ }
+
+ Header_Files {
+ Lem_ExportC.h
+ Lem_Export_stub_export.h
+ }
+
+ Inline_Files {
+ Lem_ExportC.inl
+ }
+}
+
+project(Lem_Export_lem_stub) : ccm_svnt {
+ after += Lem_Export_lem_gen
+ libs +=
+
+ sharedname = Lem_Export_lem_stub
+ dynamicflags = LEM_EXPORT_LEM_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Lem_ExportEC.cpp
+ }
+
+ Header_Files {
+ Lem_ExportEC.h
+ Lem_Export_lem_stub_export.h
+ }
+
+ Inline_Files {
+ Lem_ExportEC.inl
+ }
+}
+
+project(Lem_Export_exec) : ciao_executor {
+ after += Lem_Export_lem_stub Lem_Export_stub
+ sharedname = Lem_Export_exec
+ libs += Lem_Export_stub Lem_Export_lem_stub
+
+ dynamicflags = LEM_EXPORT_EXEC_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Lem_Export_exec.cpp
+ }
+
+ Header_Files {
+ Lem_Export_exec.h
+ Lem_Export_exec_export.h
+ }
+
+ Inline_Files {
+ }
+}
+
+
+project(Lem_Export_svnt) : ciao_servant {
+ after +=
+ sharedname = Lem_Export_svnt
+ libs += Lem_Export_stub Lem_Export_lem_stub
+
+ dynamicflags = LEM_EXPORT_SVNT_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Lem_ExportS.cpp
+ Lem_Export_svnt.cpp
+ }
+
+ Header_Files {
+ Lem_ExportS.h
+ Lem_Export_svnt.h
+ Lem_Export_svnt_export.h
+ }
+
+ Inline_Files {
+ Lem_ExportS.inl
+ }
+}
+
+