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

« back to all changes in this revision

Viewing changes to TAO/tests/Nested_Upcall_Crash/client.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
 
#
2
 
# client.bor,v 1.2 2002/06/28 05:30:10 jwillemsen Exp
3
 
#
4
 
# Makefile for building the Nested_Upcall_Crash client executable
5
 
#
6
 
 
7
 
NAME = client
8
 
 
9
 
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
10
 
 
11
 
OBJFILES = \
12
 
        $(OBJDIR)\TestC.obj \
13
 
        $(OBJDIR)\TestS.obj \
14
 
        $(OBJDIR)\client.obj \
15
 
        $(OBJDIR)\Clock_Ticks.obj \
16
 
        $(OBJDIR)\Client_Peer.obj
17
 
 
18
 
CFLAGS = \
19
 
        $(ACE_CFLAGS) \
20
 
        $(TAO_CFLAGS) \
21
 
        $(TAO_PORTABLESERVER_CFLAGS) \
22
 
        $(TAO_MESSAGING_CFLAGS)
23
 
 
24
 
LIBFILES = \
25
 
        $(ACE_LIB) \
26
 
        $(TAO_LIB) \
27
 
        $(TAO_PORTABLESERVER_LIB) \
28
 
        $(TAO_MESSAGING_LIB)
29
 
 
30
 
IDLFILES = \
31
 
        $(IDLDIR)\Test.idl
32
 
 
33
 
CPPDIR = .
34
 
 
35
 
IDLDIR = .
36
 
 
37
 
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
38
 
 
39
 
#
40
 
# IDL Build rules
41
 
#
42
 
 
43
 
$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
44
 
        $(TAO_IDL) $**