summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/Makefile.bor
blob: ff4f4750b8db21cfcdcc61b9ff8732e285f6d5c3 (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 TAO IORManipulation library
#

NAME = TAO_IORManip

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

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>