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

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.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
 
# Structured_Filter_Supplier.bor,v 1.4 2003/07/06 16:47:32 jwillemsen Exp
3
 
# Makefile for building the orbsvcs notify Structured_Filter supplier test
4
 
#
5
 
 
6
 
NAME = Structured_Supplier
7
 
 
8
 
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
9
 
 
10
 
OBJFILES = \
11
 
        $(OBJDIR)\controlC.obj \
12
 
        $(OBJDIR)\controlS.obj \
13
 
        $(OBJDIR)\Structured_Supplier.obj
14
 
 
15
 
CFLAGS = \
16
 
        $(ACE_CFLAGS) \
17
 
        $(TAO_CFLAGS) \
18
 
        $(TAO_EVENT_CFLAGS) \
19
 
        $(TAO_NAMING_CFLAGS) \
20
 
        $(TAO_SVC_UTILS_CFLAGS) \
21
 
        $(TAO_IORTABLE_CFLAGS) \
22
 
        $(TAO_PORTABLESERVER_CFLAGS) \
23
 
        $(TAO_ETCL_CFLAGS) \
24
 
        $(TAO_NOTIFY_CFLAGS) \
25
 
        $(TAO_NOTIFYTESTS_CFLAGS) \
26
 
        $(TAO_DYNAMICANY_CFLAGS) \
27
 
        $(TAO_MESSAGING_CFLAGS)
28
 
 
29
 
CPPDIR = .
30
 
 
31
 
LIBFILES = \
32
 
        $(ACE_LIB) \
33
 
        $(TAO_LIB) \
34
 
        $(TAO_EVENT_LIB) \
35
 
        $(TAO_NAMING_LIB) \
36
 
        $(TAO_SVC_UTILS_LIB) \
37
 
        $(TAO_IORTABLE_LIB) \
38
 
        $(TAO_PORTABLESERVER_LIB) \
39
 
        $(TAO_ETCL_LIB) \
40
 
        $(TAO_NOTIFY_LIB) \
41
 
        $(TAO_NOTIFYTESTS_LIB) \
42
 
        $(TAO_DYNAMICANY_LIB) \
43
 
        $(TAO_MESSAGING_LIB)
44
 
 
45
 
IDLFILES = \
46
 
        $(IDLDIR)\control.idl
47
 
 
48
 
IDLDIR = .
49
 
 
50
 
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
51
 
 
52
 
#
53
 
# IDL Build rules
54
 
#
55
 
 
56
 
$(IDLDIR)\controlS.cpp $(IDLDIR)\controlC.cpp: $(IDLDIR)\control.idl
57
 
        $(TAO_IDL) $**