summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor.mpc
blob: 11de75651b0bb485d12f4c1d4cb86fdd40d22d9b (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
//$Id$
project(*idl) : tao_versioning_idl_defaults {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
                -Wb,export_macro=TAO_IORInterceptor_Export \
                -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
                -Wb,include_guard=TAO_IORINTERCEPTOR_SAFE_INCLUDE \
                -Wb,safe_include=tao/IORInterceptor/IORInterceptor.h \
                -o IORInterceptor
    IORInterceptor/IORInterceptor.pidl
  }

  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb -Sa -St \
                -Wb,export_macro=TAO_IORInterceptor_Export \
                -Wb,export_include=tao/IORInterceptor/iorinterceptor_export.h \
                -o IORInterceptor
    IORInterceptor/IORInfo.pidl
  }
}

project(IORInterceptor) : taolib, tao_output, portableserver, objreftemplate, pi, install, taoidldefaults {
  after       += *idl
  sharedname   = TAO_IORInterceptor
  dynamicflags = TAO_IORINTERCEPTOR_BUILD_DLL

  Source_Files {
    IORInterceptor
  }

  Source_Files {
    IORInterceptor/IORInterceptorC.cpp
    IORInterceptor/IORInfoC.cpp
  }

  Header_Files {
    IORInterceptor
  }

  Inline_Files {
    IORInterceptor
  }

  Template_Files {
    IORInterceptor
  }

  Resource_Files {
    IORInterceptor
  }

  PIDL_Files {
    IORInterceptor
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    IORInterceptor/TAO_IORInterceptor.pc.in
  }
}