summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleCommon.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleCommon.mpc')
-rw-r--r--CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleCommon.mpc67
1 files changed, 0 insertions, 67 deletions
diff --git a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleCommon.mpc b/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleCommon.mpc
deleted file mode 100644
index b1f86554639..00000000000
--- a/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/Components/SimpleCommon.mpc
+++ /dev/null
@@ -1,67 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl SimpleCommon"
-
-project(SimpleCommon_idl_gen) : taoidldefaults, anytypecode {
- avoids += ace_for_tao
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SIMPLECOMMON_STUB_Export \
- -Wb,stub_export_include=SimpleCommon_stub_export.h \
- -Wb,skel_export_macro=SIMPLECOMMON_SVNT_Export \
- -Wb,skel_export_include=SimpleCommon_svnt_export.h
-
- IDL_Files {
- SimpleCommon.idl
- }
-}
-
-project(SimpleCommon_stub) : ccm_stub {
- avoids += ace_for_tao
- after += SimpleCommon_idl_gen
- libs +=
-
- sharedname = SimpleCommon_stub
- dynamicflags = SIMPLECOMMON_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleCommonC.cpp
- }
-
- Header_Files {
- SimpleCommonC.h
- SimpleCommon_stub_export.h
- }
-
- Inline_Files {
- SimpleCommonC.inl
- }
-}
-
-project(SimpleCommon_skel) : ccm_svnt {
- avoids += ace_for_tao
- after += SimpleCommon_stub
- sharedname = SimpleCommon_skel
- libs += SimpleCommon_stub
-
- dynamicflags = SIMPLECOMMON_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SimpleCommonS.cpp
- }
-
- Header_Files {
- SimpleCommonS.h
- SimpleCommon_svnt_export.h
- }
-
- Inline_Files {
- SimpleCommonS.inl
- }
-}
-
-