summaryrefslogtreecommitdiff
path: root/TAO/utils/catior/catior.mpc
blob: 15945b7993738f5c663ce2bd2f1437f11664cf11 (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
// $Id$

project(*lib): tao_output, rtcorba, install, messaging, ziop {
  // This library used to be called TAO_Catior.  But due to the 'vxtest'
  // project type, it had to be renamed to avoid conflicting with the
  // executable name.
  sharedname = TAO_Catior_i
  dynamicflags += CATIOR_BUILD_DLL

  Source_Files {
    Catior_i.cpp
  }
}

project: namingexe, rtcorba, install, messaging, ziop {
  exename = tao_catior
  install = $(ACE_ROOT)/bin
  after  += *lib
  libs   += TAO_Catior_i

  Source_Files {
    catior.cpp
  }

  Header_Files {
  }

  InstallData_Files {
    gendir = .
    README.catior
  }
}