summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.mpc')
-rw-r--r--CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.mpc119
1 files changed, 0 insertions, 119 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.mpc b/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.mpc
deleted file mode 100644
index 3e64dd78d9b..00000000000
--- a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleNull.mpc
+++ /dev/null
@@ -1,119 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl SimpleNull"
-
-project(SimpleNull_idl_gen) : taoidldefaults, anytypecode {
- avoids += ace_for_tao
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SIMPLENULL_STUB_Export \
- -Wb,stub_export_include=SimpleNull_stub_export.h \
- -Wb,skel_export_macro=SIMPLENULL_SVNT_Export \
- -Wb,skel_export_include=SimpleNull_svnt_export.h
-
- IDL_Files {
- SimpleNull.idl
- }
-}
-
-project(SimpleNull_cidl_gen) : ciaocidldefaults, taoidldefaults {
- avoids += ace_for_tao
- custom_only = 1
- cidlflags += --svnt-export-macro SIMPLENULL_SVNT_Export \
- --svnt-export-include SimpleNull_svnt_export.h
- idlflags += -Wb,export_macro=SIMPLENULL_EXEC_Export \
- -Wb,export_include=SimpleNull_exec_export.h \
- -SS
-
- CIDL_Files {
- SimpleNull.cidl
- }
-
- IDL_Files {
- SimpleNullE.idl
- }
-}
-
-project(SimpleNull_stub) : ccm_stub {
- avoids += ace_for_tao
- after += SimpleNull_idl_gen
- libs +=
-
- sharedname = SimpleNull_stub
- dynamicflags = SIMPLENULL_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleNullC.cpp
- }
-
- Header_Files {
- SimpleNullC.h
- SimpleNull_stub_export.h
- }
-
- Inline_Files {
- SimpleNullC.inl
- }
-}
-
-project(SimpleNull_exec) : ciao_executor {
- avoids += ace_for_tao
- after += SimpleNull_cidl_gen SimpleNull_stub
- sharedname = SimpleNull_exec
- libs += SimpleNull_stub
-
- dynamicflags = SIMPLENULL_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleNullEC.cpp
- SimpleNull_exec.cpp
- }
-
- Header_Files {
- SimpleNullEC.h
- SimpleNull_exec.h
- SimpleNull_exec_export.h
- }
-
- Inline_Files {
- SimpleNullEC.inl
- }
-}
-
-
-project(SimpleNull_svnt) : ciao_servant {
- avoids += ace_for_tao
- after += SimpleNull_exec
- sharedname = SimpleNull_svnt
- libs += SimpleNull_exec \
- SimpleNull_stub
-
- dynamicflags = SIMPLENULL_SVNT_BUILD_DLL
-
- CIDL_Files {
- }
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleNullS.cpp
- SimpleNull_svnt.cpp
- }
-
- Header_Files {
- SimpleNullS.h
- SimpleNull_svnt.h
- SimpleNull_svnt_export.h
- }
-
- Inline_Files {
- SimpleNullS.inl
- }
-}
-
-