summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/echo/Echo_Server.bor
blob: 69cdc42b01746bf2c547846a864a50b1028a5a19 (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
#
# Makefile for building the Echo example
# 

NAME = Echo_Server

OBJFILES = \
	$(OBJDIR)\EchoC.obj \
	$(OBJDIR)\EchoS.obj \
	$(OBJDIR)\Echo_i.obj \
	$(OBJDIR)\Simple_util.obj \
	$(OBJDIR)\server.obj

CPPDIR = .;.. 

IDLDIR = .

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

#       
# IDL Build rules
#

$(IDLDIR)\EchoC.cpp $(IDLDIR)\EchoS.cpp: $(IDLDIR)\Echo.idl
	$(TAO_IDL) $**