summaryrefslogtreecommitdiff
path: root/TAO/utils/nslist/nslist.mpc
blob: 4b8ee5c03d7879fdba9fcb71291bffad37db9161 (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
// -*- MPC -*-
// $Id$

project(nsadd): namingexe, core {
  install = $(ACE_ROOT)/bin
  Source_Files {
    nsadd.cpp
  }
}

project(nsdel): namingexe, core {
  install = $(ACE_ROOT)/bin
  Source_Files {
    nsdel.cpp
  }
}

project(nslist): namingexe, core {
  install = $(ACE_ROOT)/bin
  Source_Files {
    nslist.cpp
  }
}