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

« back to all changes in this revision

Viewing changes to TAO/tests/RTCORBA/Client_Protocol/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.6 2003/12/20 13:31:43 jwillemsen Exp
3
 
#
4
 
# Makefile for building the Server_Protocol client
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)\client.obj
14
 
 
15
 
CFLAGS = \
16
 
        $(ACE_CFLAGS) \
17
 
        $(TAO_CFLAGS) \
18
 
        $(TAO_STRATEGIES_CFLAGS) \
19
 
        $(TAO_RTCORBA_CFLAGS)
20
 
 
21
 
LIBFILES = \
22
 
        $(ACE_LIB) \
23
 
        $(TAO_LIB) \
24
 
        $(TAO_STRATEGIES_LIB) \
25
 
        $(TAO_RTCORBA_LIB)
26
 
 
27
 
IDLFILES = \
28
 
        $(IDLDIR)\test.idl
29
 
 
30
 
CPPDIR = .
31
 
 
32
 
IDLDIR = .
33
 
 
34
 
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
35
 
 
36
 
#
37
 
# IDL Build rules
38
 
#
39
 
 
40
 
$(IDLDIR)\testS.cpp $(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
41
 
        $(TAO_IDL) $**