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

« back to all changes in this revision

Viewing changes to TAO/tests/CDR/Makefile.bor

  • 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
 
# Makefile.bor,v 1.4 2003/12/23 21:20:18 dhinton Exp
2
 
#
3
 
# Makefile for building the CDR tests
4
 
#
5
 
 
6
 
NAMES = \
7
 
        alignment \
8
 
        allocator \
9
 
        basic_types \
10
 
        growth \
11
 
        octet_sequence \
12
 
        tc
13
 
 
14
 
OBJFILES = $(OBJDIR)\$(NAME).obj
15
 
 
16
 
CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
17
 
 
18
 
LIBFILES = $(ACE_LIB) $(TAO_LIB)
19
 
 
20
 
CPPDIR = .
21
 
 
22
 
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
23
 
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>