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

project(PortableGroup) : orbsvcslib, core, naming, iormanip, messaging, minimum_corba {
  sharedname   = TAO_PortableGroup
  idlflags    += -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=orbsvcs/PortableGroup/portablegroup_export.h
  dynamicflags = TAO_PORTABLEGROUP_BUILD_DLL TAO_PORTABLEGROUP_SIMPLE_BUILD_DLL
  tagchecks   += PortableGroup
  after       += FTORB_Utils

  IDL_Files {
    miop.idl
  }

  IDL_Files {
    idlflags += -GC
    PortableGroup.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    PortableGroup {
      miopC.cpp
      miopS.cpp
      PortableGroupC.cpp
      PortableGroupS.cpp
      PortableGroup_Simple_DSC.cpp
      PortableGroup
    }
  }

  Header_Files {
    PortableGroup/portablegroup_export.h
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_PortableGroup.pc.in
  }
}