summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/Display/NavDisplay/NavDisplay.mpc
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-29 21:10:39 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-29 21:10:39 +0000
commite7b830ab561638ed25822054be80ce12e8801d38 (patch)
treea5b9aa16924c541fcb424ee9460b1ac7f5a89352 /modules/CIAO/examples/Display/NavDisplay/NavDisplay.mpc
parent9b720f395833b3ce2f499463e5fed37a0da926f4 (diff)
downloadATCD-DiffServ-Merge.tar.gz
branching/taggingDiffServ-Merge
Diffstat (limited to 'modules/CIAO/examples/Display/NavDisplay/NavDisplay.mpc')
-rw-r--r--modules/CIAO/examples/Display/NavDisplay/NavDisplay.mpc83
1 files changed, 83 insertions, 0 deletions
diff --git a/modules/CIAO/examples/Display/NavDisplay/NavDisplay.mpc b/modules/CIAO/examples/Display/NavDisplay/NavDisplay.mpc
new file mode 100644
index 00000000000..a3ee533d6f5
--- /dev/null
+++ b/modules/CIAO/examples/Display/NavDisplay/NavDisplay.mpc
@@ -0,0 +1,83 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -p Display_Base NavDisplay"
+
+project(Display_Base_NavDisplay_stub): ciao_client_dnc {
+ after += Display_Base_stub
+ sharedname = NavDisplay_stub
+ libs += Display_Base_stub
+ idlflags += -St \
+ -Wb,stub_export_macro=NAVDISPLAY_STUB_Export \
+ -Wb,stub_export_include=NavDisplay_stub_export.h \
+ -Wb,skel_export_macro=NAVDISPLAY_SVNT_Export \
+ -Wb,skel_export_include=NavDisplay_svnt_export.h
+ dynamicflags = NAVDISPLAY_STUB_BUILD_DLL
+
+ IDL_Files {
+ NavDisplay.idl
+ }
+
+ Source_Files {
+ NavDisplayC.cpp
+ }
+
+ Header_Files {
+ NavDisplay_stub_export.h
+ }
+}
+
+project(Display_Base_NavDisplay_svnt) : ciao_servant_dnc {
+ after += Display_Base_skel Display_Base_NavDisplay_stub
+ sharedname = NavDisplay_svnt
+ libs += NavDisplay_stub \
+ Display_Base_stub \
+ Display_Base_skel
+
+ idlflags += -SS -St \
+ -Wb,export_macro=NAVDISPLAY_SVNT_Export \
+ -Wb,export_include=NavDisplay_svnt_export.h
+ dynamicflags = NAVDISPLAY_SVNT_BUILD_DLL
+
+ CIDL_Files {
+ NavDisplay.cidl
+ }
+
+ IDL_Files {
+ NavDisplayE.idl
+ }
+
+ Source_Files {
+ NavDisplayEC.cpp
+ NavDisplayS.cpp
+ NavDisplay_svnt.cpp
+ }
+
+ Header_Files {
+ NavDisplay_svnt_export.h
+ }
+}
+
+
+project(Display_Base_NavDisplay_exec) : ciao_component_dnc {
+ after += Display_Base_NavDisplay_svnt
+ sharedname = NavDisplay_exec
+ libs += NavDisplay_stub \
+ NavDisplay_svnt \
+ Display_Base_stub \
+ Display_Base_skel
+
+ dynamicflags = NAVDISPLAY_EXEC_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ NavDisplay_exec.cpp
+ }
+
+ Header_Files {
+ NavDisplay_exec_export.h
+ }
+}
+
+
+