summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/Display/GPS/GPS.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/examples/Display/GPS/GPS.mpc')
-rw-r--r--modules/CIAO/examples/Display/GPS/GPS.mpc116
1 files changed, 116 insertions, 0 deletions
diff --git a/modules/CIAO/examples/Display/GPS/GPS.mpc b/modules/CIAO/examples/Display/GPS/GPS.mpc
new file mode 100644
index 00000000000..65f7ec35601
--- /dev/null
+++ b/modules/CIAO/examples/Display/GPS/GPS.mpc
@@ -0,0 +1,116 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -p Display_Base -u Display GPS"
+
+project(Display_GPS_idl_gen) : componentidldefaults {
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=GPS_STUB_Export \
+ -Wb,stub_export_include=GPS_stub_export.h \
+ -Wb,skel_export_macro=GPS_SVNT_Export \
+ -Wb,skel_export_include=GPS_svnt_export.h \
+ -Wb,exec_export_macro=GPS_EXEC_Export \
+ -Wb,exec_export_include=GPS_exec_export.h \
+
+ IDL_Files {
+ GPS.idl
+ }
+}
+
+project(Display_GPS_lem_gen) : ciaoidldefaults {
+ custom_only = 1
+ after += Display_GPS_idl_gen
+ idlflags += -Wb,export_macro=GPS_EXEC_Export \
+ -Wb,export_include=GPS_exec_export.h \
+ -SS
+
+ IDL_Files {
+ GPSE.idl
+ }
+}
+
+project(Display_GPS_stub) : ccm_stub {
+ after += Display_GPS_idl_gen Display_Base_stub
+ libs += Display_Base_stub
+ libout = ../lib
+ libpaths += ../lib
+
+ sharedname = GPS_stub
+ dynamicflags = GPS_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ GPSC.cpp
+ }
+
+ Header_Files {
+ GPSC.h
+ GPS_stub_export.h
+ }
+
+ Inline_Files {
+ GPSC.inl
+ }
+}
+
+project(Display_GPS_exec) : ciao_executor {
+ after += Display_GPS_lem_gen Display_GPS_stub
+ sharedname = GPS_exec
+ libs += GPS_stub Display_Base_stub
+ libout = ../lib
+ libpaths += ../lib
+
+ dynamicflags = GPS_EXEC_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ GPSEC.cpp
+ GPS_exec.cpp
+ }
+
+ Header_Files {
+ GPSEC.h
+ GPS_exec.h
+ GPS_exec_export.h
+ }
+
+ Inline_Files {
+ GPSEC.inl
+ }
+}
+
+
+project(Display_GPS_svnt) : ciao_servant {
+ after += Display_Base_skel Display_GPS_exec
+ sharedname = GPS_svnt
+ libs += GPS_exec \
+ GPS_stub \
+ Display_Base_skel \
+ Display_Base_stub
+ libout = ../lib
+ libpaths += ../lib
+
+ dynamicflags = GPS_SVNT_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ GPSS.cpp
+ GPS_svnt.cpp
+ }
+
+ Header_Files {
+ GPSS.h
+ GPS_svnt.h
+ GPS_svnt_export.h
+ }
+
+ Inline_Files {
+ GPSS.inl
+ }
+}
+
+