summaryrefslogtreecommitdiff
path: root/objective-c/src/Glacier2/Makefile.mk
blob: 3dc04d30cc450401afec05e2ab4150656af9e939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# **********************************************************************
#
# Copyright (c) 2003-2015 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)