summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time/Time_Server.bor
blob: 75f37ddc9276d27dc1c30b00bbfa9300d43b572c (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 Time example
# 

NAME = Time_Server

OBJFILES = \
	$(OBJDIR)\TimeC.obj \
	$(OBJDIR)\TimeS.obj \
	$(OBJDIR)\Time_i.obj \
	$(OBJDIR)\Simple_util.obj \
	$(OBJDIR)\server.obj

CPPDIR = .;.. 

IDLDIR = .

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

#
# IDL Build rules
#

$(IDLDIR)\TimeC.cpp $(IDLDIR)\TimeS.cpp: $(IDLDIR)\Time.idl
	$(TAO_IDL) $**