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

« back to all changes in this revision

Viewing changes to TAO/tests/Collocation/Collocation.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
 
# Collocation.bor,v 1.11 2003/12/23 21:20:18 dhinton Exp
2
 
#
3
 
# Makefile for building the Collocation test
4
 
#
5
 
 
6
 
!ifndef STATIC
7
 
NAME = Collocation
8
 
!else
9
 
!undef NAME
10
 
!endif
11
 
 
12
 
OBJFILES = \
13
 
        $(OBJDIR)\Collocation_Tester.obj \
14
 
        $(OBJDIR)\Collocation.obj
15
 
 
16
 
CFLAGS = \
17
 
        $(ACE_CFLAGS) \
18
 
        $(TAO_CFLAGS) \
19
 
        $(TAO_PORTABLESERVER_CFLAGS) \
20
 
        $(TAO_STRATEGIES_CFLAGS) \
21
 
        -DDIAMOND_HAS_DLL=$(DLL_FLAG) \
22
 
        -DMY_STUB_HAS_DLL=$(DLL_FLAG)
23
 
 
24
 
LIBFILES = \
25
 
        $(ACE_LIB) \
26
 
        $(TAO_LIB) \
27
 
        $(TAO_PORTABLESERVER_LIB) \
28
 
        $(TAO_STRATEGIES_LIB) \
29
 
        $(CORE_BINDIR)\Diamond$(LIB_DECORATOR).lib \
30
 
        $(CORE_BINDIR)\Collocation_Test_Stubs$(LIB_DECORATOR).lib
31
 
 
32
 
CPPDIR = .
33
 
 
34
 
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>