summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/tests/NameServiceTest/NameServiceTest.mpc
blob: 64068565ed3a34144d91c530f9fdcea5dca39c6f (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
// $Id$

project(*idl): ciaoidldefaults {
  IDL_Files {
    Dummy.idl
  }
  custom_only = 1
}

project (*NameServiceTestServer): dance, taoserver, iortable, naming_serv, dance_logger {
  after += *idl
  IDL_Files {
  }
  Source_Files {
    srv_main.cpp
    DummyC.cpp
    DummyS.cpp
    DummyImpl.cpp
  }
}

project (NameServiceTestClient): dance, taoclient, naming, dance_logger {
  after += *idl
  IDL_Files {
  }
  Source_Files {
    clt_main.cpp
    DummyC.cpp
  }
}