summaryrefslogtreecommitdiff
path: root/objective-c/src/Glacier2/Makefile.mk
blob: 9ea974aee7306d26819513e9ff5f4d45272c35e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# **********************************************************************
#
# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
#
# **********************************************************************

$(project)_libraries		= Glacier2ObjC

Glacier2ObjC_targetdir		:= $(libdir)
Glacier2ObjC_sliceflags		:= --include-dir objc/Glacier2 --dll-export GLACIER2_API
Glacier2ObjC_dependencies 	:= IceObjC
Glacier2ObjC_slicedir		:= $(slicedir)/Glacier2
Glacier2ObjC_includedir		:= $(includedir)/objc/Glacier2

Glacier2ObjC_install:: $(install_includedir)/objc/Glacier2.h

projects += $(project)