summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Quoter.mpc
blob: e4ac4c10b0d9acd3d39e736d521083c88eb29157 (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
// -*- MPC -*-
// $Id$

project(*server): namingexe, lifecycle, minimum_corba, utils {
  Source_Files {
    server.cpp
    Quoter_i.cpp
  }
}

project(*client): namingexe, lifecycle, minimum_corba {
  Source_Files {
    client.cpp
  }
}

project(*Factory Finder): namingexe, lifecycle, minimum_corba, utils {
  Source_Files {
    Factory_Finder.cpp
    Factory_Finder_i.cpp
  }
}

project(*Generic Factory): namingexe, lifecycle, minimum_corba, utils {
  Source_Files {
    Generic_Factory.cpp
    Generic_Factory_i.cpp
  }
}