summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/Diamond.bor
blob: 069d266ac00e9ad0332ff1778c1197d5a531fee6 (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
#
# Makefile for building the Diamond library
#

NAME = Diamond

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)\DiamondS.obj \
	$(OBJDIR)\Diamond_i.obj

CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) -DDiamond_HAS_DLL=1 -DDiamond_BUILD_DLL=1

LIBFILES = $(ACE_LIB) $(TAO_LIB) $(BINDIR)\Coll_Test_Stubs$(LIB_DECORATOR).lib

CPPDIR = .

IDLDIR = .

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

#
# IDL Build rules
#

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