summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Config/config.mpc
blob: 1e2b8dc2146cd21012e0906c677f89efb2f400ca (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(*HA Status) : aceexe, avoids_ace_for_tao {
  exename = HA_Status
  Source_Files {
    HA_Status.cpp
  }
}

project(Get Opt) : aceexe {
  exename = Get_Opt
  Source_Files {
    Get_Opt.cpp
  }
}

project(Get Opt Long) : aceexe {
  exename = Get_Opt_Long
  Source_Files {
    Get_Opt_Long.cpp
  }
}

project(ARGV Example) : aceexe {
  exename = ARGV_Example
  Source_Files {
    ARGV_Example.cpp
  }
}