summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjRefTemplate.mpc
blob: 7d294acbccba39b9ebddc1107c27c937189ad689 (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
//$Id$
project : valuetype, portableserver, install, tao_versioning_idl_defaults {
  sharedname   = TAO_ObjRefTemplate
  dynamicflags = TAO_ORT_BUILD_DLL

  Source_Files {
    ObjRefTemplate
  }

  Header_Files {
    ObjRefTemplate
  }

  Inline_Files {
    ObjRefTemplate
  }

  Template_Files {
    ObjRefTemplate
  }

  Resource_Files {
    ObjRefTemplate
  }

  PIDL_Files {
    ObjRefTemplate
  }

  IDL_Files {
    idlflags += -Gp -Gd -SS -Sorb -GX \
                -Wb,export_macro=TAO_ORT_Export \
                -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
                -Wb,include_guard=TAO_OBJREF_TEMPLATE_SAFE_INCLUDE \
                -Wb,safe_include=tao/ObjRefTemplate/ObjectReferenceTemplate.h \
                -o ObjRefTemplate
    idlflags -= -Sa -St
    ObjRefTemplate/ObjectReferenceTemplate.pidl
  }

  IDL_Files {
    idlflags += -SS -Sorb -GX -Sci \
                -Wb,export_macro=TAO_ORT_Export \
                -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
                -Wb,unique_include=tao/ObjRefTemplate/ObjectReferenceTemplate.h \
                -o ObjRefTemplate
    ObjRefTemplate/ObjectReferenceTemplate_include.pidl
  }

  IDL_Files {
    idlflags += -Gp -Gd -SS -GA -Sorb  \
                -Wb,export_macro=TAO_ORT_Export \
                -Wb,export_include=tao/ObjRefTemplate/ort_export.h \
                -o ObjRefTemplate
    idlflags -= -Sa -St
    ObjRefTemplate/Default_ORT.pidl
  }

  Pkgconfig_Files {
    ObjRefTemplate/TAO_ObjRefTemplate.pc.in
  }
}