summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjRefTemplate/Makefile.bor
blob: c56c4359f4c29b0303bf9b7899a94499a865015c (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
# $Id$
#
# Makefile for building the TAO ObjRefTemplate library
#

NAME = TAO_ObjRefTemplate

OBJFILES = \
	$(OBJDIR)\ObjectReferenceTemplateC.obj

RESOURCE = $(OBJDIR)\TAO_ObjRefTemplate.res

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_ORT_CFLAGS) $(TAO_VALUETYPE_CFLAGS) \
	-DTAO_ORT_BUILD_DLL

CPPDIR = .

INCDIR_NAME = tao\ObjRefTemplate
INCLUDES = \
	*.h *.i \
	 ObjectReferenceTemplate.pidl

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

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