summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/AMI/FL_Callback/FL_Callback.mpc
blob: 9e2fa3a3042ce105606e2468e0d307145fcd2c09 (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
// -*- MPC -*-
// $Id$

project(*idl): taoexe, messaging, ami {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*progress): taoexe, messaging, ami, portableserver, tao_flresource {
  after += *idl

  Source_Files {
    Progress_i.cpp
    progress.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project(*peer): taoexe, strategies, messaging, ami, portableserver {
  after += *idl

  Source_Files {
    Peer_i.cpp
    peer.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}