summaryrefslogtreecommitdiff
path: root/tao/ETCL/TAO_ETCL.mpc
blob: c3052c206d5178508112ef7d2178b6527dc96619 (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
33
34
// -*- MPC -*-
// $Id$

project(TAO_ETCL) : anytypecode, ace_etcl, install, tao_output {
  sharedname   = TAO_ETCL
  dynamicflags += TAO_ETCL_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    TAO_ETCL_Constraint.cpp
  }

  Header_Files {
    TAO_ETCL_Constraint.h
    tao_etcl_export.h
  }

  Inline_Files {
    TAO_ETCL_Constraint.inl
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_ETCL.pc.in
  }

  specific {
    install_dir = tao/ETCL
  }
}