~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/orbsvcs/RTKokyuEvent.mpc

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// -*- MPC -*-
2
 
// RTKokyuEvent.mpc,v 1.4 2003/12/23 21:04:24 dhinton Exp
3
 
 
4
 
project(RTKokyuEvent) : orbsvcslib, core, rtevent, rtsched, naming, svc_utils, portableserver, kokyu {
5
 
  sharedname   = TAO_RTKokyuEvent
6
 
  dynamicflags = TAO_RTKOKYUEVENT_BUILD_DLL
7
 
  tagchecks   += RTKokyuEvent
8
 
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs
9
 
 
10
 
  IDL_Files {
11
 
  }
12
 
 
13
 
  Source_Files(ORBSVCS_COMPONENTS) {
14
 
    RTKokyuEvent {
15
 
      Event/EC_Kokyu_Dispatching.cpp
16
 
      Event/EC_Kokyu_Factory.cpp
17
 
      Event/EC_Kokyu_Filter.cpp
18
 
      Event/EC_Kokyu_Filter_Builder.cpp
19
 
      Event/EC_Kokyu_Scheduling.cpp
20
 
    }
21
 
  }
22
 
}