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

« back to all changes in this revision

Viewing changes to TAO/performance-tests/RTCorba/Oneways/Makefile

  • 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
 
#----------------------------------------------------------------------------
2
 
#
3
 
#       Makefile,v 1.4 2002/03/01 04:50:21 jai Exp
4
 
#
5
 
#       Makefile for the RT performance-tests
6
 
#
7
 
#----------------------------------------------------------------------------
8
 
 
9
 
#----------------------------------------------------------------------------
10
 
#       Local macros
11
 
#----------------------------------------------------------------------------
12
 
 
13
 
DIRS =
14
 
 
15
 
ifndef TAO_ROOT
16
 
  TAO_ROOT = $(ACE_ROOT)/TAO
17
 
endif
18
 
 
19
 
#----------------------------------------------------------------------------
20
 
#       Include macros and targets
21
 
#----------------------------------------------------------------------------
22
 
 
23
 
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
24
 
include $(TAO_ROOT)/rules.tao.GNU
25
 
 
26
 
ifeq ($(corba_messaging),1)
27
 
 
28
 
DIRS += \
29
 
        Reliable
30
 
 
31
 
endif # corba_messaging
32
 
 
33
 
 
34
 
include $(ACE_ROOT)/include/makeinclude/macros.GNU
35
 
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
36
 
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
37
 
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU