summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype.mpc
blob: c27b5e2a0a7c4e94e63c1e5d9207666c93fd2b62 (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
35
36
37
38
39
40
41
//$Id$
project(Valuetype) : taolib, tao_output, install, core_anytypecode, avoids_corba_e_micro, tao_versioning_idl_defaults, gen_ostream {
  sharedname    = TAO_Valuetype
  dynamicflags  = TAO_VALUETYPE_BUILD_DLL

  Source_Files {
    Valuetype
  }

  Header_Files {
    Valuetype
  }

  Inline_Files {
    Valuetype
  }

  Template_Files {
    Valuetype
  }

  Resource_Files {
    Valuetype
  }

  PIDL_Files {
  }

  IDL_Files {
    idlflags += -SS -Sorb \
                -Wb,export_macro=TAO_Valuetype_Export \
                -Wb,export_include=tao/Valuetype/valuetype_export.h \
                -o Valuetype
    idlflags -= -St
    Valuetype/StringValue.pidl
  }

  Pkgconfig_Files {
    Valuetype/TAO_Valuetype.pc.in
  }
}