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

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/Notify_Service/NT_Notify_Service.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
 
# NT_Notify_Service.bor,v 1.7 2003/12/22 17:07:26 jwillemsen Exp
3
 
#
4
 
# Makefile for building the NT Notify Service executable
5
 
 
6
 
NAME = NT_Notify_Service
7
 
 
8
 
OBJFILES = \
9
 
        $(OBJDIR)\Notify_Service.obj \
10
 
        $(OBJDIR)\NT_Notify_Service.obj \
11
 
        $(OBJDIR)\NT_Notify_Server.obj
12
 
 
13
 
CFLAGS = \
14
 
        $(ACE_CFLAGS) \
15
 
        $(TAO_CFLAGS) \
16
 
        $(TAO_PORTABLESERVER_CFLAGS) \
17
 
        $(TAO_DYNAMICANY_CFLAGS) \
18
 
        $(TAO_IORTABLE_CFLAGS) \
19
 
        $(TAO_SVC_UTILS_CFLAGS) \
20
 
        $(TAO_NAMING_CFLAGS) \
21
 
        $(TAO_EVENT_CFLAGS) \
22
 
        $(TAO_ETCL_CFLAGS) \
23
 
        $(TAO_NOTIFY_CFLAGS) \
24
 
        $(TAO_MESSAGING_CFLAGS) \
25
 
        $(TAO_VALUETYPE_CFLAGS) \
26
 
        $(TAO_IORINTERCEPTOR_CFLAGS) \
27
 
        $(TAO_ORT_CFLAGS)
28
 
 
29
 
LIBFILES = \
30
 
        $(ACE_LIB) \
31
 
        $(TAO_LIB) \
32
 
        $(TAO_PORTABLESERVER_LIB) \
33
 
        $(TAO_DYNAMICANY_LIB) \
34
 
        $(TAO_IORTABLE_LIB) \
35
 
        $(TAO_SVC_UTILS_LIB) \
36
 
        $(TAO_NAMING_LIB) \
37
 
        $(TAO_EVENT_LIB) \
38
 
        $(TAO_ETCL_LIB) \
39
 
        $(TAO_NOTIFY_LIB) \
40
 
        $(TAO_MESSAGING_LIB) \
41
 
        $(TAO_VALUETYPE_LIB) \
42
 
        $(TAO_IORINTERCEPTOR_LIB) \
43
 
        $(TAO_ORT_LIB)
44
 
 
45
 
CPPDIR = .
46
 
 
47
 
!include <$(ACE_ROOT)\include\makeinclude\build_core_exe.bor>