summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Buffering/AMI_Buffering.mpc
blob: 2d383c84e221c8ff7dcef9c028e76ca6f7b257f7 (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
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults, ami {
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}

project(*Server): taoserver, ami {
  after += *idl
  Source_Files {
    AMI_Buffering.cpp
    server.cpp
    TestS.cpp
    TestC.cpp
  }
  IDL_Files {
  }
}

project(*Client): taoserver, ami {
  after += *idl
  exename = client
  Source_Files {
    Client_Task.cpp
    Reply_Handler.cpp
    client.cpp
    TestS.cpp
    TestC.cpp
  }
  IDL_Files {
  }
}

project(*Admin): taoserver, ami {
  after += *idl
  exename = admin
  Source_Files {
    AMI_Buffering_Admin.cpp
    admin.cpp
    TestS.cpp
    TestC.cpp
  }
  IDL_Files {
  }
}