summaryrefslogtreecommitdiff
path: root/CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.mpc')
-rw-r--r--CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.mpc122
1 files changed, 0 insertions, 122 deletions
diff --git a/CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.mpc b/CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.mpc
deleted file mode 100644
index f27b411c01d..00000000000
--- a/CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.mpc
+++ /dev/null
@@ -1,122 +0,0 @@
-project(UnexpectedShutdown_idl_gen) : componentidldefaults {
- after +=
- custom_only = 1
- idlflags += -Wb,stub_export_macro=COMMANDLINEPASSAGE_STUB_Export \
- -Wb,stub_export_include=UnexpectedShutdown_stub_export.h \
- -Wb,skel_export_macro=COMMANDLINEPASSAGE_SVNT_Export \
- -Wb,skel_export_include=UnexpectedShutdown_svnt_export.h \
- -Wb,exec_export_macro=COMMANDLINEPASSAGE_EXEC_Export \
- -Wb,exec_export_include=UnexpectedShutdown_exec_export.h \
- -I $(DANCE_ROOT)
-
- IDL_Files {
- UnexpectedShutdown.idl
- }
-}
-
-project(UnexpectedShutdown_lem_gen) : ciaoidldefaults {
- after += UnexpectedShutdown_idl_gen
- custom_only = 1
- idlflags += -Wb,stub_export_macro=COMMANDLINEPASSAGE_EXEC_Export \
- -Wb,stub_export_include=UnexpectedShutdown_exec_export.h \
- -SS -Gxhst -I .. \
- -I $(DANCE_ROOT)
-
- IDL_Files {
- UnexpectedShutdownE.idl
- }
-}
-
-project(UnexpectedShutdown_lem_stub) : ccm_svnt, dance_stub {
- after += UnexpectedShutdown_lem_gen UnexpectedShutdown_stub
- libs += UnexpectedShutdown_stub
- sharedname = UnexpectedShutdown_lem_stub
- dynamicflags += COMMANDLINEPASSAGE_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UnexpectedShutdownEC.cpp
- }
-
- Header_Files {
- UnexpectedShutdownEC.h
- UnexpectedShutdown_exec_export.h
- }
-
- Inline_Files {
- UnexpectedShutdownEC.inl
- }
-}
-
-project(UnexpectedShutdown_stub) : ccm_stub, dance_stub {
- after += UnexpectedShutdown_idl_gen
- libs +=
- sharedname = UnexpectedShutdown_stub
- dynamicflags += COMMANDLINEPASSAGE_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UnexpectedShutdownC.cpp
- }
-
- Header_Files {
- UnexpectedShutdownC.h
- UnexpectedShutdown_stub_export.h
- }
-
- Inline_Files {
- UnexpectedShutdownC.inl
- }
-}
-
-project(UnexpectedShutdown_exec) : ciao_executor, dance_stub {
- after += UnexpectedShutdown_lem_stub UnexpectedShutdown_stub
- sharedname = UnexpectedShutdown_exec
- libs += UnexpectedShutdown_stub UnexpectedShutdown_lem_stub
- dynamicflags += COMMANDLINEPASSAGE_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UnexpectedShutdown_exec.cpp
- }
-
- Header_Files {
- UnexpectedShutdown_exec.h
- UnexpectedShutdown_exec_export.h
- }
-
- Inline_Files {
- }
-}
-
-
-project(UnexpectedShutdown_svnt) : ciao_servant, dance_stub {
- after += UnexpectedShutdown_lem_stub
- sharedname = UnexpectedShutdown_svnt
- libs += UnexpectedShutdown_stub UnexpectedShutdown_lem_stub
- dynamicflags += COMMANDLINEPASSAGE_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UnexpectedShutdownS.cpp
- UnexpectedShutdown_svnt.cpp
- }
-
- Header_Files {
- UnexpectedShutdownS.h
- UnexpectedShutdown_svnt.h
- UnexpectedShutdown_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-