summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/Makefile.bor
blob: 9d58de054092ceeb0267be21de9097bc062380b7 (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
#
# Makefile for building the TAO IORManipulation library
#

NAME = TAO_IORManip

OBJFILES = \
	$(OBJDIR)\IORC.obj \
	$(OBJDIR)\IORManip_Loader.obj \
	$(OBJDIR)\IORManipulation.obj \

RESOURCE = $(OBJDIR)\TAO_IORManip.res

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_IORMANIP_CFLAGS) \
	-DTAO_IORMANIP_BUILD_DLL

CPPDIR = .

INCDIR_NAME = tao\IORManipulation
INCLUDES = \
	*.h *.i

LIBFILES = $(TAO_LIB) $(ACE_LIB)

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