summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/GPS/GPS.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/GPS/GPS.mpc')
-rw-r--r--TAO/CIAO/examples/OEP/Display/GPS/GPS.mpc92
1 files changed, 0 insertions, 92 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/GPS/GPS.mpc b/TAO/CIAO/examples/OEP/Display/GPS/GPS.mpc
deleted file mode 100644
index 3b7a859de56..00000000000
--- a/TAO/CIAO/examples/OEP/Display/GPS/GPS.mpc
+++ /dev/null
@@ -1,92 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay -i GPS"
-// This file has been manually modified to add a second component implementation.
-
-project(GPS_stub): ciao_client {
- after += HUDisplay_stub
- sharedname = GPS_stub
-
- libs += HUDisplay_stub
-
- idlflags += -Wb,stub_export_macro=GPS_STUB_Export
- idlflags += -Wb,stub_export_include=GPS_stub_export.h
- idlflags += -Wb,skel_export_macro=GPS_SVNT_Export
- idlflags += -Wb,skel_export_include=GPS_svnt_export.h
-
- dynamicflags = GPS_STUB_BUILD_DLL
-
- IDL_Files {
- GPS.idl
- }
-
- Source_Files {
- GPSC.cpp
- }
-}
-
-project(GPS_svnt) : ciao_servant {
- after += HUDisplay_svnt GPS_stub
- sharedname = GPS_svnt
-
- libs += GPS_stub HUDisplay_stub HUDisplay_svnt
-
- libpaths += ..
-
- idlflags += -Wb,export_macro=GPS_SVNT_Export
- idlflags += -Wb,export_include=GPS_svnt_export.h
-
- dynamicflags = GPS_SVNT_BUILD_DLL
-
- CIDL_Files {
- GPS.cidl
- }
-
- IDL_Files {
- GPSE.idl
- }
-
- Source_Files {
- GPSEC.cpp
- GPSS.cpp
- GPS_svnt.cpp
- }
-}
-
-
-project(GPS_exec) : ciao_component {
- after += GPS_svnt
- sharedname = GPS_exec
- libs += GPS_stub GPS_svnt HUDisplay_stub HUDisplay_svnt
- libpaths += ..
- idlflags += -Wb,export_macro=GPS_EXEC_Export
- idlflags += -Wb,export_include=GPS_exec_export.h
- dynamicflags = GPS_EXEC_BUILD_DLL
-
- IDL_Files {
- GPSEI.idl
- }
-
- Source_Files {
- GPSEIC.cpp
- GPS_exec.cpp
- }
-}
-
-project(GPS_tracing_exec) : ciao_component {
- after += GPS_svnt
- sharedname = GPS_tracing_exec
- libs += GPS_stub GPS_svnt HUDisplay_stub HUDisplay_svnt
- libpaths += ..
- idlflags += -Wb,export_macro=GPS_EXEC_Export
- idlflags += -Wb,export_include=GPS_exec_export.h
- dynamicflags = GPS_EXEC_BUILD_DLL
-
- IDL_Files {
- GPSEI.idl
- }
-
- Source_Files {
- GPSEIC.cpp
- GPS_tracing_exec.cpp
- }
-}