summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/Coll_Test_Stubs.bor
blob: e646ec805121ba14eb3b8ac0fbd79c171d20f236 (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
# $Id$
#
# Makefile for building the Coll_Test_Stubs library
#

NAME = Coll_Test_Stubs

TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -Gsp -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 \
	$(OBJDIR)\Smart_Proxy_Impl.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_SMARTPROXIES_CFLAGS) \
	-DMY_STUB_BUILD_DLL

LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_SMARTPROXIES_LIB)

CPPDIR = .

IDLDIR = .

IDLFILES = $(IDLDIR)\Diamond.idl

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

#
# IDL Build rules
#

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