summaryrefslogtreecommitdiff
path: root/TAO/tao/ETCL/TAO_ETCL.mpc
blob: 0cb02b8f95d90c2c9e243729dc9b6bf19c5e95ff (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(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
  }
}