summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client.mpc
blob: 073a6a286cf18a2008098e97343673f7cc5b06d2 (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
//$Id$
project : taolib, core, core_anytypecode, tao_versioning_idl_defaults {
  sharedname   = TAO_IFR_Client
  dynamicflags = TAO_IFR_CLIENT_BUILD_DLL

  Source_Files {
    IFR_Client
  }

  Header_Files {
    IFR_Client
  }

  Inline_Files {
    IFR_Client
  }

  Template_Files {
    IFR_Client
  }

  Resource_Files {
    IFR_Client
  }

  PIDL_Files {
    IFR_Client
  }

  IDL_Files {
    idlflags += -SS -Ge 1 \
                -Wb,stub_export_macro=TAO_IFR_Client_Export \
                -Wb,stub_export_include=tao/IFR_Client/ifr_client_export.h \
                -o IFR_Client
    idlflags -= -Sa -St
    IFR_Client/IFR_Base.pidl
    IFR_Client/IFR_Basic.pidl
    IFR_Client/IFR_Components.pidl
    IFR_Client/IFR_Extended.pidl
  }

  Pkgconfig_Files {
    IFR_Client/TAO_IFR_Client.pc.in
  }
}