summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype.mpc
blob: 2f973f8dc4a80f3dda79c81b3d01a55c076bc17c (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
42
43
44
45
46
47
48
49
50
51
52
53
//$Id$
project(*idl) : tao_versioning_idl_defaults, gen_ostream {
  custom_only = 1
  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
  }
}

project(Valuetype) : taolib, tao_output, install, anytypecode, avoids_corba_e_micro, taoidldefaults, gen_ostream, valuetype_out_indirection {
  after += *idl
  sharedname    = TAO_Valuetype
  dynamicflags  = TAO_VALUETYPE_BUILD_DLL

  Source_Files {
    Valuetype
  }

  Source_Files {
    Valuetype/StringValueC.cpp
  }

  Header_Files {
    Valuetype
  }

  Inline_Files {
    Valuetype
  }

  Template_Files {
    Valuetype
  }

  Resource_Files {
    Valuetype
  }

  PIDL_Files {
    Valuetype
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    Valuetype/TAO_Valuetype.pc.in
  }
}