summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/bank/Bank_Server.bor
blob: cd051fc8ea1e5ee4a3f20c3b7df2d53f89fcf735 (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

#
# Makefile for building the Bank example
# 

NAME = Bank_Server
  
OBJFILES = \
	$(OBJDIR)\BankC.obj \
	$(OBJDIR)\BankS.obj \
	$(OBJDIR)\Account_i.obj \
	$(OBJDIR)\AccountManager_i.obj \
	$(OBJDIR)\Simple_util.obj \
	$(OBJDIR)\server.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) $**