summaryrefslogtreecommitdiff
path: root/ace/QoS/makefile.bor
blob: 38f51736acfc42e212c8b720753468c4d72ae461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# Makefile for building the ACE QoS library with Borland C++Builder
#

NAME = ACE_QoS

OBJFILES = \
       $(OBJDIR)\QoS_Decorator.obj \
       $(OBJDIR)\QoS_Manager.obj \
       $(OBJDIR)\QoS_Session_Factory.obj \
       $(OBJDIR)\QoS_Session_Impl.obj \
       $(OBJDIR)\SOCK_Dgram_Mcast_QoS.obj

CFLAGS = $(ACE_CFLAGS) $(ACE_QOS_CFLAGS) -DACE_QoS_BUILD_DLL

LIBFILES = $(ACE_LIB)

CPPDIR = .

INCDIR_NAME = ace\QoS
INCLUDES = *.h *.i

!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>