summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc')
-rw-r--r--TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc99
1 files changed, 0 insertions, 99 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc b/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
deleted file mode 100644
index 649aa038b66..00000000000
--- a/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
+++ /dev/null
@@ -1,99 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -l .. -p HUDisplay -i -c RateGen"
-
-project(RateGen_stub): ciao_client {
- after += HUDisplay_stub
- sharedname = RateGen_stub
-
- idlflags += -Wb,stub_export_macro=RATEGEN_STUB_Export
- idlflags += -Wb,stub_export_include=RateGen_stub_export.h
- idlflags += -Wb,skel_export_macro=RATEGEN_SVNT_Export
- idlflags += -Wb,skel_export_include=RateGen_svnt_export.h
-
- dynamicflags = RATEGEN_STUB_BUILD_DLL
-
- libs += HUDisplay_stub
-
- IDL_Files {
- RateGen.idl
- }
-
- Source_Files {
- RateGenC.cpp
- }
-}
-
-project(RateGen_svnt) : ciao_servant {
- after += HUDisplay_svnt RateGen_stub
- sharedname = RateGen_svnt
- libs += RateGen_stub HUDisplay_stub HUDisplay_svnt
- libpaths += ..
- idlflags += -Wb,export_macro=RATEGEN_SVNT_Export
- idlflags += -Wb,export_include=RateGen_svnt_export.h
- dynamicflags = RATEGEN_SVNT_BUILD_DLL
-
- CIDL_Files {
- RateGen.cidl
- }
-
- IDL_Files {
- RateGenE.idl
- }
-
- Source_Files {
- RateGenEC.cpp
- RateGenS.cpp
- RateGen_svnt.cpp
- }
-}
-
-
-project(RateGen_exec) : ciao_component {
- after += RateGen_svnt
- sharedname = RateGen_exec
- libs += RateGen_stub HUDisplay_stub RateGen_svnt
- libpaths += ..
- idlflags += -Wb,export_macro=RATEGEN_EXEC_Export
- idlflags += -Wb,export_include=RateGen_exec_export.h
- dynamicflags = RATEGEN_EXEC_BUILD_DLL
-
- IDL_Files {
- RateGenEI.idl
- }
-
- Source_Files {
- RateGenEIC.cpp
- RateGen_exec.cpp
- }
-}
-
-
-
-project (RateGen_client) : ciao_client, valuetype {
- exename = client
- after += RateGen_stub
- libs += RateGen_stub HUDisplay_stub
- libpaths += ..
-
- IDL_Files {
- }
-
- Source_Files {
- client.cpp
- }
-}
-
-
-project (RateGen_controller) : ciao_client, valuetype {
- exename = controller
- after += RateGen_stub
- libs += RateGen_stub HUDisplay_stub
- libpaths += ..
-
- IDL_Files {
- }
-
- Source_Files {
- controller.cpp
- }
-}