summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/CollocationLockup/CollocationLockup.mpc
blob: 84844be2a3d4d4e75edaec6e56fcfa9407f8c8a3 (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 {
  IDL_Files {
    AB.idl
    SimpleNamingService.idl
  }
  custom_only = 1
}

project: taoserver {
  exename = CollocationLockup

  after += *idl
  after += *SimpleNamingService

  Source_Files {
    CollocationLockup.cpp
  }
  Source_Files {
    ABC.cpp
    ABS.cpp
  }
  Source_Files {
    SimpleNamingServiceC.cpp
  }

  IDL_Files {
  }
}

project(*SimpleNamingService): taoserver {
  exename = SimpleNamingService

  after += *idl

  Source_Files {
    SimpleNamingService.cpp
  }
  Source_Files {
    SimpleNamingServiceC.cpp
    SimpleNamingServiceS.cpp
  }

  IDL_Files {
  }
}