summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_4009_Regression/Bug_4009_Bar.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_4009_Regression/Bug_4009_Bar.mpc')
-rw-r--r--CIAO/tests/Bug_4009_Regression/Bug_4009_Bar.mpc106
1 files changed, 0 insertions, 106 deletions
diff --git a/CIAO/tests/Bug_4009_Regression/Bug_4009_Bar.mpc b/CIAO/tests/Bug_4009_Regression/Bug_4009_Bar.mpc
deleted file mode 100644
index ae7101f683d..00000000000
--- a/CIAO/tests/Bug_4009_Regression/Bug_4009_Bar.mpc
+++ /dev/null
@@ -1,106 +0,0 @@
-// This file is generated with "generate_component_mpc.pl Bug_4009_Bar"
-
-project(Bug_4009_Bar_idl_gen) : componentidldefaults {
- after += Bug_4009_Foo_idl_gen
- custom_only = 1
- idlflags += -Wb,stub_export_macro=IC_BAR_STUB_Export \
- -Wb,stub_export_include=Bug_4009_Bar_stub_export.h \
- -Wb,skel_export_macro=IC_BAR_SVNT_Export \
- -Wb,skel_export_include=Bug_4009_Bar_svnt_export.h \
- -Wb,exec_export_macro=IC_BAR_EXEC_Export \
- -Wb,exec_export_include=Bug_4009_Bar_exec_export.h \
- -Gex
-
- IDL_Files {
- Bug_4009_Bar.idl
- }
-}
-
-project(Bug_4009_Bar_lem_gen) : ciaoidldefaults {
- after += Bug_4009_Bar_idl_gen
- custom_only = 1
- idlflags += -Wb,export_macro=IC_BAR_EXEC_Export \
- -Wb,export_include=Bug_4009_Bar_exec_export.h \
- -SS
-
- IDL_Files {
- Bug_4009_BarE.idl
- }
-}
-
-project(Bug_4009_Bar_stub) : ccm_stub {
- after += Bug_4009_Bar_idl_gen Bug_4009_Foo_lem_gen Bug_4009_Foo_stub
- libs += Bug_4009_Foo_stub
-
- sharedname = Bug_4009_Bar_stub
- dynamicflags += IC_BAR_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Bug_4009_BarC.cpp
- }
-
- Header_Files {
- Bug_4009_BarC.h
- Bug_4009_Bar_stub_export.h
- }
-
- Inline_Files {
- Bug_4009_BarC.inl
- }
-}
-
-project(Bug_4009_Bar_exec) : ciao_executor {
- sharedname = Bug_4009_Bar_exec
- after += Bug_4009_Bar_lem_gen Bug_4009_Bar_stub Bug_4009_Foo_stub
- libs += Bug_4009_Bar_stub Bug_4009_Foo_stub
-
- dynamicflags += IC_BAR_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Bug_4009_BarEC.cpp
- Bug_4009_Bar_exec.cpp
- }
-
- Header_Files {
- Bug_4009_BarEC.h
- Bug_4009_Bar_exec.h
- Bug_4009_Bar_exec_export.h
- }
-
- Inline_Files {
- Bug_4009_BarEC.inl
- }
-}
-
-project(Bug_4009_Bar_svnt) : ciao_servant {
- sharedname = Bug_4009_Bar_svnt
- after += Bug_4009_Bar_exec Bug_4009_Foo_exec Bug_4009_Bar_stub Bug_4009_Foo_svnt Bug_4009_Foo_stub
- libs += Bug_4009_Bar_exec Bug_4009_Foo_exec Bug_4009_Bar_stub Bug_4009_Foo_svnt Bug_4009_Foo_stub
-
- dynamicflags += IC_BAR_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Bug_4009_BarS.cpp
- Bug_4009_Bar_svnt.cpp
- }
-
- Header_Files {
- Bug_4009_BarS.h
- Bug_4009_Bar_svnt.h
- Bug_4009_Bar_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-