summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup.mpc
blob: b8c6584a988f12748a3af994f30341f8705f2305 (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
// -*- MPC -*-
// $Id$

project(PortableGroup) : orbsvcslib, orbsvcs_output, install, naming, iormanip, messaging, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, tao_versioning_idl_defaults {
  sharedname   = TAO_PortableGroup
  idlflags    += -Wb,export_macro=TAO_PortableGroup_Export \
                 -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h
  dynamicflags += TAO_PORTABLEGROUP_BUILD_DLL
  tagchecks   += PortableGroup

  IDL_Files {
    miop.idl
    PortableGroup_Simple_DS.idl
  }

  IDL_Files {
    idlflags += -GC
    PortableGroup.idl
  }

  Source_Files {
    PortableGroup
  }

  Header_Files {
    PortableGroup
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_PortableGroup.pc.in
  }
}