summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/MT_Servant_Locator/makefile.bor
blob: d5afd8934cb6b5ae313a8cdaf08f5711e0677c9a (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

#
# Makefile for building the POA MT_Servant_Locator test
#

NAME = MT_Servant_Locator

OBJFILES = \
	$(OBJDIR)\testC.obj \
	$(OBJDIR)\testS.obj \
	$(OBJDIR)\MT_Servant_Locator.obj

IDLFILES = \
        $(IDLDIR)\test.idl

CPPDIR = .;..

IDLDIR = .

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

#
# IDL Build rules
#

$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
	$(TAO_IDL) $**