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

NAME = TAO_IORTable

OBJFILES = \
	$(OBJDIR)\IORTable.obj \
	$(OBJDIR)\IORTableC.obj \
	$(OBJDIR)\Table_Adapter.obj \
	$(OBJDIR)\IOR_Table_Impl.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_IORTABLE_CFLAGS) \
	-DTAO_IORTABLE_BUILD_DLL

CPPDIR = .

INCDIR_NAME = tao/IORTable
INCLUDES = \
	*.h *.i \
	 IORTable.pidl

LIBFILES = $(TAO_LIB) $(ACE_LIB)

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