summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc
blob: 5685980514b9dc772c9841b4a849d6d36ca25dac (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
// -*- MPC -*-
// $Id$

project(*client) : taoexe, portableserver {
  libs += Quoter_Idl_Lib
  after += Quoter_Idl_Lib

  specific (automake) {
    includes += $(srcdir)/../../idl
  }
  includes += ../../idl

  source_files {
    client.cpp
  }
}

project(*server) : taoserver, avoids_corba_e_micro {
  libs += Quoter_Idl_Lib
  after += Quoter_Idl_Lib

  specific (automake) {
    includes += $(srcdir)/../../idl
  }
  includes += ../../idl

  source_files {
    server.cpp
    Stock_Factory_i.cpp
    Stock_i.cpp
  }
}