summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/Strategies.mpc
blob: ce106eb6b1df325a7d3a4a94854bfc4b7639c4b3 (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
//$Id$
project(*core_idl) : tao_versioning_idl_defaults {
  custom_only = 1
  IDL_Files {
    idlflags += -Sci -SS -Gp -Gd -Sorb -DCORBA3 \
                -Wb,export_macro=TAO_Strategies_Export \
                -Wb,export_include=tao/Strategies/strategies_export.h \
                -o Strategies
    idlflags -= -St
    Strategies/uiop_endpoints.pidl
    Strategies/sciop_endpoints.pidl
    Strategies/COIOP_Endpoints.pidl
  }

}

project(Strategies) : taolib, tao_output, install, pi, anytypecode, core_strategies, taoidldefaults {
  after       += *core_idl
  sharedname   = TAO_Strategies
  dynamicflags = TAO_STRATEGIES_BUILD_DLL

  Source_Files {
    Strategies
  }

  Source_Files {
    Strategies/uiop_endpointsC.cpp
    Strategies/sciop_endpointsC.cpp
    Strategies/COIOP_EndpointsC.cpp
  }

  Header_Files {
    Strategies
  }

  Inline_Files {
    Strategies
  }

  Template_Files {
    Strategies
  }

  Resource_Files {
    Strategies
  }

  PIDL_Files {
    Strategies
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    Strategies/TAO_Strategies.pc.in
  }
}