summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Non_Servant_Upcalls/makefile.bor
blob: 1f5b8895c15ddeca8849d0fce9010a77091b5303 (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
28
# $Id$

#
# Makefile for building the POA Non_Servant_Upcalls test
#

NAME = Non_Servant_Upcalls

OBJFILES = \
	$(OBJDIR)\testC.obj \
	$(OBJDIR)\testS.obj \
	$(OBJDIR)\Non_Servant_Upcalls.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) $**