summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/server.bor
blob: 3c53bbe7582fdbf1a9823bb4b8949ee75ae788a7 (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
30
31
32
33
34
35
#
# Makefile for building the Param_Test server
#

NAME = server

TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -I..\.. \
	-hc Cli.h -cs Cli.cpp -ci Cli.i \
	-hs Ser.h -ss Ser.cpp -si Ser.i \
	-hT Ser_T.h -sT Ser_T.cpp -st Ser_T.i \
	-Ge 1

OBJFILES = \
	$(OBJDIR)\param_testSer.obj \
	$(OBJDIR)\param_testCli.obj \
	$(OBJDIR)\server.obj \
	$(OBJDIR)\param_test_i.obj \
	$(OBJDIR)\tmplinst.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)

LIBFILES = $(ACE_LIB) $(TAO_LIB)

CPPDIR = .

IDLDIR = .

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

#
# IDL Build rules
#

$(IDLDIR)\param_testSer.cpp $(IDLDIR)\param_testCli.cpp: $(IDLDIR)\param_test.idl
	$(TAO_IDL) $**