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

« back to all changes in this revision

Viewing changes to TAO/tests/AMI_Buffering/server.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
 
# server.bor,v 1.6 2003/05/13 12:01:12 smcqueen Exp
3
 
#
4
 
 
5
 
NAME = server
6
 
 
7
 
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
8
 
 
9
 
OBJFILES = \
10
 
        $(OBJDIR)\TestC.obj \
11
 
        $(OBJDIR)\TestS.obj \
12
 
        $(OBJDIR)\AMI_Buffering.obj \
13
 
        $(OBJDIR)\server.obj
14
 
 
15
 
CFLAGS = \
16
 
        $(ACE_CFLAGS) \
17
 
        $(TAO_CFLAGS) \
18
 
        $(TAO_PORTABLESERVER_CFLAGS) \
19
 
        $(TAO_VALUETYPE_CFLAGS) \
20
 
        $(TAO_IORINTERCEPTOR_CFLAGS) \
21
 
        $(TAO_ORT_CFLAGS) \
22
 
        $(TAO_MESSAGING_CFLAGS)
23
 
 
24
 
LIBFILES = \
25
 
        $(ACE_LIB) \
26
 
        $(TAO_LIB) \
27
 
        $(TAO_PORTABLESERVER_LIB) \
28
 
        $(TAO_VALUETYPE_LIB) \
29
 
        $(TAO_IORINTERCEPTOR_LIB) \
30
 
        $(TAO_ORT_LIB) \
31
 
        $(TAO_MESSAGING_LIB)
32
 
 
33
 
IDLFILES = \
34
 
        $(IDLDIR)\Test.idl
35
 
 
36
 
CPPDIR = .
37
 
 
38
 
IDLDIR = .
39
 
 
40
 
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
41
 
 
42
 
#
43
 
# IDL Build rules
44
 
#
45
 
 
46
 
$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
47
 
        $(TAO_IDL) -GC $**