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

NAME = server

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

IDLFILES = \
        $(IDLDIR)\Echo.idl

CPPDIR = .;..

IDLDIR = .

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

#
# IDL Build rules
#

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