summaryrefslogtreecommitdiff
path: root/TAO/CIAO/docs/tutorials/Quoter/Simple/Distributor/Distributor.mpc
blob: ee9912aaa4df20f21ccc51969b9e0d42c9ebc5a6 (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
76
// $Id$
// This file is generated with "generate_component_mpc.pl -p Stock_Base Distributor"

project(Stock_Base_Distributor_stub): ciao_client_dnc {
  after += Stock_Base_stub
  sharedname = Distributor_stub
  idlflags += -Wb,stub_export_macro=DISTRIBUTOR_STUB_Export -Wb,stub_export_include=Distributor_stub_export.h -Wb,skel_export_macro=DISTRIBUTOR_SVNT_Export -Wb,skel_export_include=Distributor_svnt_export.h
  dynamicflags   = DISTRIBUTOR_STUB_BUILD_DLL

  libs += Stock_Base_stub

  IDL_Files {
    Distributor.idl
  }

  Source_Files {
    DistributorC.cpp
  }
}

project(Stock_Base_Distributor_svnt) : ciao_servant_dnc {
  after += Stock_Base_svnt Stock_Base_Distributor_stub
  sharedname  = Distributor_svnt
  libs    += Distributor_stub Stock_Base_stub Stock_Base_svnt

  idlflags  +=  -Wb,export_macro=DISTRIBUTOR_SVNT_Export -Wb,export_include=Distributor_svnt_export.h
  dynamicflags = DISTRIBUTOR_SVNT_BUILD_DLL

  CIDL_Files {
    Distributor.cidl
  }

  IDL_Files {
    DistributorE.idl
  }

  Source_Files {
    DistributorEC.cpp
    DistributorS.cpp
    Distributor_svnt.cpp
  }
}


project(Stock_Base_Distributor_exec) : ciao_component_dnc {
  after   += Stock_Base_Distributor_svnt
  sharedname = Distributor_exec
  libs      += Distributor_stub Distributor_svnt Stock_Base_stub Stock_Base_svnt

  idlflags  +=  -Wb,export_macro=DISTRIBUTOR_EXEC_Export -Wb,export_include=Distributor_exec_export.h
  dynamicflags   = DISTRIBUTOR_EXEC_BUILD_DLL

  IDL_Files {

  }

  Source_Files {

    Distributor_exec.cpp
  }
}


project (Stock_Distributor) : ciao_client_dnc, valuetype{
  exename = Distributor
  after += Stock_Base_Distributor_stub
  libs += Distributor_stub Stock_Base_stub

  IDL_Files {
  }

  Source_Files {
    Distributor.cpp
  }
}