summaryrefslogtreecommitdiff
path: root/common/RACE_common.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'common/RACE_common.mpc')
-rw-r--r--common/RACE_common.mpc110
1 files changed, 57 insertions, 53 deletions
diff --git a/common/RACE_common.mpc b/common/RACE_common.mpc
index bafb19241be..f9fafe79ac1 100644
--- a/common/RACE_common.mpc
+++ b/common/RACE_common.mpc
@@ -1,67 +1,71 @@
-project(RACE_common_stub): anytypecode, race_idl {
+// $Id$
+// This file is generated with "generate_component_mpc.pl -b race_common -n RACE_common"
-// libout = $(ACE_ROOT)/lib
- sharedname = RACE_common_stub
- idlflags += -Wb,stub_export_macro=RACE_COMMON_STUB_Export \
- -Wb,stub_export_include=RACE_common_stub_export.h
+project(RACE_common_idl_gen) : ciaoidldefaults , anytypecode {
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=RACE_COMMON_STUB_Export \
+ -Wb,stub_export_include=RACE_common_stub_export.h \
+ -Wb,skel_export_macro=RACE_COMMON_SKEL_Export \
+ -Wb,skel_export_include=RACE_common_skel_export.h \
+ -Wb,exec_export_macro=RACE_COMMON_EXEC_Export \
+ -Wb,exec_export_include=RACE_common_exec_export.h \
+ -SS -Gxhst
- dynamicflags = RACE_COMMON_STUB_BUILD_DLL
+ IDL_Files {
+ RACE_common.idl
+ }
+}
- IDL_Files {
- RACE_common.idl
- }
+project(RACE_common_stub) : ccm_stub , race_out, anytypecode {
+ after += RACE_common_idl_gen
+ libs +=
+
+
+ sharedname = RACE_common_stub
+ dynamicflags = RACE_COMMON_STUB_BUILD_DLL
- Source_Files {
- RACE_commonC.cpp
- }
+ IDL_Files {
+ }
- Header_Files {
- RACE_commonC.h
- }
+ Source_Files {
+ RACE_commonC.cpp
+ }
- Inline_Files {
- RACE_commonC.inl
- }
- }
+ Header_Files {
+ RACE_commonC.h
+ RACE_common_stub_export.h
+ }
-project(OpString_stub): dance_deployment_stub, race_idl {
+ Inline_Files {
+ RACE_commonC.inl
+ }
+}
-// libout = $(ACE_ROOT)/lib
- after += RACE_common_stub
- sharedname = OpString_stub
- idlflags += -Wb,stub_export_macro=OPSTRING_STUB_Export \
- -Wb,stub_export_include=OpString_stub_export.h \
- -I $(CIAO_ROOT)/DAnCE/Deployment
- dynamicflags = OPSTRING_STUB_BUILD_DLL
+// project(RACE_common_skel) : ciao_executor , race_common {
+// after += RACE_common_stub RACE_common_lem_stub
+// sharedname = RACE_common_skel
+// libs += RACE_common_stub
+
+
+
+// dynamicflags = RACE_COMMON_SKEL_BUILD_DLL
+
+// IDL_Files {
+// }
- libs += RACE_common_stub
+// Source_Files {
+// RACE_commonS.cpp
+// }
- IDL_Files {
- OpString.idl
- Goal.idl
- QoS.idl
- Utils.idl
- }
+// Header_Files {
+// RACE_commonS.h
+// RACE_common_skel_export.h
+// }
- Header_Files {
- OpStringC.h
- GoalC.h
- QoSC.h
- UtilsC.h
- }
+// Inline_Files {
+// RACE_commonS.inl
+// }
+// }
- Inline_Files {
- OpStringC.inl
- GoalC.inl
- QoSC.inl
- UtilsC.inl
- }
- Source_Files {
- OpStringC.cpp
- GoalC.cpp
- QoSC.cpp
- UtilsC.cpp
- }
-}