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

« back to all changes in this revision

Viewing changes to TAO/tests/RTCORBA/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.14 2003/07/12 20:59:57 irfan Exp
4
 
#
5
 
#       Makefile for RTCORBA tests
6
 
#
7
 
#----------------------------------------------------------------------------
8
 
 
9
 
#----------------------------------------------------------------------------
10
 
#       Local macros
11
 
#----------------------------------------------------------------------------
12
 
 
13
 
DIRS  = \
14
 
        Banded_Connections \
15
 
        Client_Propagated \
16
 
        Client_Protocol \
17
 
        Collocation \
18
 
        Destroy_Thread_Pool \
19
 
        Explicit_Binding \
20
 
        Linear_Priority \
21
 
        MT_Client_Protocol_Priority \
22
 
        ORB_init \
23
 
        Persistent_IOR \
24
 
        Policies \
25
 
        Policy_Combinations \
26
 
        Priority_Inversion_With_Bands \
27
 
        Private_Connection \
28
 
        Profile_And_Endpoint_Selection \
29
 
        RTMutex \
30
 
        Server_Declared \
31
 
        Server_Protocol \
32
 
        Thread_Pool
33
 
 
34
 
ifndef TAO_ROOT
35
 
  TAO_ROOT = $(ACE_ROOT)/TAO
36
 
endif
37
 
 
38
 
#----------------------------------------------------------------------------
39
 
#       Include macros and targets
40
 
#----------------------------------------------------------------------------
41
 
 
42
 
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
43
 
include $(TAO_ROOT)/rules.tao.GNU
44
 
include $(ACE_ROOT)/include/makeinclude/macros.GNU
45
 
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
46
 
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
47
 
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU