summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/Bank_Client.bor
blob: 5ac765c1748acf0a082df6d0fb170a441b291229 (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 Bank example
# 

NAME = Bank_Client
  
OBJFILES = \
	$(OBJDIR)\BankC.obj \
	$(OBJDIR)\BankS.obj \
	$(OBJDIR)\Bank_Client_i.obj \
	$(OBJDIR)\Simple_util.obj \
	$(OBJDIR)\client.obj
  
CPPDIR = .;..

IDLDIR = .
  
!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
  
# 
# IDL Build rules
# 
  
$(IDLDIR)\BankC.cpp $(IDLDIR)\BankS.cpp: $(IDLDIR)\Bank.idl
	$(TAO_IDL) $**