diff options
author | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-29 21:10:39 +0000 |
---|---|---|
committer | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-29 21:10:39 +0000 |
commit | e7b830ab561638ed25822054be80ce12e8801d38 (patch) | |
tree | a5b9aa16924c541fcb424ee9460b1ac7f5a89352 /modules/CIAO/examples/Null_Component/Null_Component.mpc | |
parent | 9b720f395833b3ce2f499463e5fed37a0da926f4 (diff) | |
download | ATCD-DiffServ-Merge.tar.gz |
branching/taggingDiffServ-Merge
Diffstat (limited to 'modules/CIAO/examples/Null_Component/Null_Component.mpc')
-rw-r--r-- | modules/CIAO/examples/Null_Component/Null_Component.mpc | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/modules/CIAO/examples/Null_Component/Null_Component.mpc b/modules/CIAO/examples/Null_Component/Null_Component.mpc new file mode 100644 index 00000000000..b639ceb0828 --- /dev/null +++ b/modules/CIAO/examples/Null_Component/Null_Component.mpc @@ -0,0 +1,73 @@ +// $Id$ +// This file is generated with "generate_component_mpc.pl -p Null_Interface Null_Component" + +project(Null_Interface_Null_Component_stub): ciao_client_dnc { + after += Null_Interface_stub + sharedname = Null_Component_stub + libs += Null_Interface_stub + idlflags += -Wb,stub_export_macro=NULL_COMPONENT_STUB_Export \ + -Wb,stub_export_include=Null_Component_stub_export.h \ + -Wb,skel_export_macro=NULL_COMPONENT_SVNT_Export \ + -Wb,skel_export_include=Null_Component_svnt_export.h + dynamicflags = NULL_COMPONENT_STUB_BUILD_DLL + + IDL_Files { + Null_Component.idl + } + + Source_Files { + Null_ComponentC.cpp + } +} + +project(Null_Interface_Null_Component_svnt) : ciao_servant_dnc { + after += Null_Interface_skel Null_Interface_Null_Component_stub + sharedname = Null_Component_svnt + libs += Null_Component_stub \ + Null_Interface_stub \ + Null_Interface_skel + + idlflags += -Wb,export_macro=NULL_COMPONENT_SVNT_Export \ + -Wb,export_include=Null_Component_svnt_export.h + dynamicflags = NULL_COMPONENT_SVNT_BUILD_DLL + + CIDL_Files { + Null_Component.cidl + } + + IDL_Files { + Null_ComponentE.idl + } + + Source_Files { + Null_ComponentEC.cpp + Null_ComponentS.cpp + Null_Component_svnt.cpp + } +} + + +project(Null_Interface_Null_Component_exec) : ciao_component_dnc { + after += Null_Interface_Null_Component_svnt + sharedname = Null_Component_exec + libs += Null_Component_stub \ + Null_Component_svnt \ + Null_Interface_stub \ + Null_Interface_skel + + idlflags += -Wb,export_macro=NULL_COMPONENT_EXEC_Export \ + -Wb,export_include=Null_Component_exec_export.h + dynamicflags = NULL_COMPONENT_EXEC_BUILD_DLL + + IDL_Files { + + } + + Source_Files { + + Null_Component_exec.cpp + } +} + + + |