summaryrefslogtreecommitdiff
path: root/TAO/tao/ZIOP.mpc
blob: d7aa0e4b7fbe7aa3089a27569d427bc0c8d4bd21 (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(ZIOP) : tao_output, install, taolib, compression, pi, tao_versioning_idl_defaults {
  sharedname   = TAO_ZIOP
  dynamicflags = TAO_ZIOP_BUILD_DLL

  Source_Files {
    ZIOP
  }

  Header_Files {
    ZIOP
  }

  Inline_Files {
    ZIOP
  }

  Template_Files {
    ZIOP
  }

  Resource_Files {
    ZIOP
  }

  PIDL_Files {
    ZIOP
  }

  IDL_Files {
    idlflags -= -Sa -St
    idlflags += -Gp -Gd -Sci -SS -Sorb \
                -Wb,export_macro=TAO_ZIOP_Export \
                -Wb,export_include=tao/ZIOP/ziop_export.h \
                -Wb,include_guard=TAO_ZIOP_SAFE_INCLUDE \
                -Wb,safe_include=tao/ZIOP/ZIOP.h \
                -o ZIOP
    ZIOP/ZIOP.pidl
  }

  Pkgconfig_Files {
    ZIOP/TAO_ZIOP.pc.in
  }
}