summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/tutorials/Quoter/Simple/Broker/Broker.mpc
blob: 724277307ed26389cf774caecf2773507b34bbf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// $Id$
// This file is generated with "generate_component_mpc.pl -p Stock_Base Broker"

project(Stock_Base_Broker_stub): ciao_client_dnc {
  after += Stock_Base_stub
  sharedname = Broker_stub
  idlflags += -Wb,stub_export_macro=BROKER_STUB_Export -Wb,stub_export_include=Broker_stub_export.h -Wb,skel_export_macro=BROKER_SVNT_Export -Wb,skel_export_include=Broker_svnt_export.h
  dynamicflags   = BROKER_STUB_BUILD_DLL
  libs += Stock_Base_stub

  IDL_Files {
    Broker.idl
  }

  Source_Files {
    BrokerC.cpp
  }
}

project(Stock_Base_Broker_svnt) : ciao_servant_dnc {
  after += Stock_Base_svnt Stock_Base_Broker_stub
  sharedname  = Broker_svnt
  libs    += Broker_stub Stock_Base_stub Stock_Base_svnt

  idlflags  +=  -Wb,export_macro=BROKER_SVNT_Export -Wb,export_include=Broker_svnt_export.h
  dynamicflags = BROKER_SVNT_BUILD_DLL

  CIDL_Files {
    Broker.cidl
  }

  IDL_Files {
    BrokerE.idl
  }

  Source_Files {
    BrokerEC.cpp
    BrokerS.cpp
    Broker_svnt.cpp
  }
}


project(Stock_Base_Broker_exec) : ciao_component_dnc {
  after   += Stock_Base_Broker_svnt
  sharedname = Broker_exec
  libs      += Broker_stub Broker_svnt Stock_Base_stub Stock_Base_svnt

  idlflags  +=  -Wb,export_macro=BROKER_EXEC_Export -Wb,export_include=Broker_exec_export.h
  dynamicflags   = BROKER_EXEC_BUILD_DLL

  IDL_Files {

  }

  Source_Files {

    Broker_exec.cpp
  }
}


project (Stock_Broker) : ciao_client_dnc, valuetype{
  exename = Broker
  after += Stock_Base_Broker_stub
  libs += Broker_stub Stock_Base_stub

  IDL_Files {
  }

  Source_Files {
    Broker.cpp
  }
}