Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / utils / catior / catior.mpc
blob109cceff1a8ec5a711ae1e0508a50dfcb8a7ff07
1 project(*lib): tao_output, rtcorba, install, messaging, ziop {
2   // This library used to be called TAO_Catior.  But due to the 'vxtest'
3   // project type, it had to be renamed to avoid conflicting with the
4   // executable name.
5   sharedname = TAO_Catior_i
6   dynamicflags += CATIOR_BUILD_DLL
8   Source_Files {
9     Catior_i.cpp
10   }
12   specific {
13     install_dir = tao/catior
14   }
17 project: namingexe, rtcorba, install, messaging, ziop {
18   exename = tao_catior
19   install = $(ACE_ROOT)/bin
20   after  += *lib
21   libs   += TAO_Catior_i
23   Source_Files {
24     catior.cpp
25   }
27   Header_Files {
28   }
30   specific {
31     install_dir = tao
32   }
34   InstallData_Files {
35     README.catior
36   }