summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/Makefile.bor
blob: c9f126590fa7bfae08fca54decc8325913135fed (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
25
26
27
28
29
30
31
32
33
34
35
36
37
# $Id$
#
# Makefile for building the TAO IORInterceptor library
#

NAME = TAO_IORInterceptor

OBJFILES = \
	$(OBJDIR)\IORInterceptorC.obj \
	$(OBJDIR)\IORInterceptor_List.obj \
	$(OBJDIR)\IORInterceptor_Adapter_Impl.obj \
  $(OBJDIR)\IORInterceptor_Adapter_Factory_Impl.obj

RESOURCE = $(OBJDIR)\TAO_IORInterceptor.res

CFLAGS = \
	$(ACE_CFLAGS) \
	$(TAO_CFLAGS) \
	$(TAO_IORINTERCEPTOR_CFLAGS) \
	$(TAO_VALUETYPE_CFLAGS) \
	-DTAO_IORINTERCEPTOR_BUILD_DLL

CPPDIR = .

INCDIR_NAME = tao\IORInterceptor
INCLUDES = \
	*.h *.i \
	 IORInterceptor.pidl

LIBFILES = \
	$(TAO_LIB) \
	$(ACE_LIB) \
	$(TAO_VALUETYPE_LIB) \
	$(TAO_ORT_LIB) 

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