summaryrefslogtreecommitdiff
path: root/tao/IFR_Client/IFR_Client.mpc
blob: 1d50a825948702f1f3019b459c0debd94c473f8f (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
//$Id$
project(*idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  idlflags += -GX \
              -Wb,stub_export_macro=TAO_IFR_Client_Export \
              -Wb,stub_export_include=tao/IFR_Client/ifr_client_export.h \
              -Wb,skel_export_macro=TAO_IFR_Client_Skel_Export \
              -Wb,skel_export_include=tao/IFR_Client/ifr_client_skel_export.h \
              -iC tao/IFR_Client -GT
  idlflags -= -Sa -St

  IDL_Files {
    IFR_Basic.pidl
    IFR_Components.pidl
    IFR_Extended.pidl
    IFR_Base.pidl
  }

  specific {
    install_dir = tao/IFR_Client
  }
}

project(IFR_Client) : taolib, tao_output, install, anytypecode, taoidldefaults {
  after       += *idl
  sharedname   = TAO_IFR_Client
  dynamicflags += TAO_IFR_CLIENT_BUILD_DLL

  Source_Files {
    IFR_Client_Adapter_Impl.cpp
    IFR_BaseC.cpp
    IFR_BasicC.cpp
    IFR_ComponentsC.cpp
    IFR_ExtendedC.cpp
  }

  Header_Files {
    *.h
    IFR_BaseC.h
    IFR_BaseS.h
    IFR_BaseA.h
    IFR_BasicC.h
    IFR_BasicS.h
    IFR_BasicA.h
    IFR_ComponentsC.h
    IFR_ComponentsS.h
    IFR_ComponentsA.h
    IFR_ExtendedC.h
    IFR_ExtendedS.h
    IFR_ExtendedA.h
  }

  Inline_Files {
    *.inl
    IFR_BaseC.inl
    IFR_BasicC.inl
    IFR_ComponentsC.inl
    IFR_ExtendedC.inl
  }

  specific {
    install_dir = tao/IFR_Client
  }
}

project(IFR_Client_skel) : ifr_client, taolib, tao_output, install, anytypecode, taoidldefaults, portableserver{
  after       += *idl
  sharedname   = TAO_IFR_Client_skel
  dynamicflags += TAO_IFR_CLIENT_SKEL_BUILD_DLL

  Source_Files {
    IFR_BaseS.cpp
    IFR_BasicS.cpp
    IFR_ComponentsS.cpp
    IFR_ExtendedS.cpp
  }

  Header_Files {
    IFR_BaseS.h
    IFR_BasicS.h
    IFR_ComponentsS.h
    IFR_ExtendedS.h
  }

  Inline_Files {
    IFR_BaseS.inl
    IFR_BasicS.inl
    IFR_ComponentsS.inl
    IFR_ExtendedS.inl
  }

  specific {
    install_dir = tao/IFR_Client
  }
}