summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/Collocation_Test_Stubs.bor
blob: 7a3baf5a8d9a611f9c10a1bff03f330933846402 (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
36
37
38
#
# Makefile for building	the Collocation_Test_Stubs library
#

NAME = Collocation_Test_Stubs

TAO_IDL	= $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gd \
	-Wb,skel_export_macro=Diamond_Export -Wb,stub_export_macro=MY_Stub_Export \
	-Wb,skel_export_include=diamond_export.h -Wb,stub_export_include=stub_export.h

OBJFILES = \
	$(OBJDIR)\DiamondC.obj

CFLAGS = \
	$(ACE_CFLAGS) \
	$(TAO_CFLAGS) \
	-DMY_STUB_HAS_DLL=1 \
	-DMY_STUB_BUILD_DLL=1

LIBFILES = \
	$(ACE_LIB) \
	$(TAO_LIB)

IDLFILES = \
        $(IDLDIR)\Diamond.idl

CPPDIR = .

IDLDIR = .

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

#
# IDL Build rules
#

$(IDLDIR)\DiamondS.cpp $(IDLDIR)\DiamondC.cpp: $(IDLDIR)\Diamond.idl
	$(TAO_IDL) $**