summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORManipulation.mpc
blob: 59de2cd291acb7d3abc9f0758ce96db1cdcea370 (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
//$Id$

project(*idl) : tao_versioning_idl_defaults, install {
  custom_only = 1
  IDL_Files {
    idlflags += -Gp -Gd -Sci -SS -Sorb -GX \
                -Wb,export_macro=TAO_IORManip_Export \
                -Wb,export_include=tao/IORManipulation/ior_manip_export.h \
                -Wb,stub_export_file=ior_manip_export.h \
                -Wb,include_guard=TAO_IORMANIP_SAFE_INCLUDE \
                -Wb,safe_include=tao/IORManipulation/IORManip_Loader.h \
                -iC tao/IORManipulation -Gxhst
    idlflags -= -Sa -St
    IOR.pidl
  }

  specific {
    install_dir = tao/IORManipulation
  }
}

project(IORManipulation) : taolib, tao_output, install, anytypecode, taoidldefaults {
  after       += *idl
  sharedname   = TAO_IORManip
  dynamicflags += TAO_IORMANIP_BUILD_DLL

  Source_Files {
    *.cpp
    IORC.cpp
  }

  Header_Files {
    *.h
    ior_manip_export.h
    IORC.h
    IORS.h
    IORA.h
  }

  specific {
    install_dir = tao/IORManipulation
  }
}