summaryrefslogtreecommitdiff
path: root/objective-c/src/IceStorm/Makefile.mk
blob: 12299b76a6befe905904e3db15c561fad36b31c7 (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		= IceStormObjC

IceStormObjC_targetdir		:= $(libdir)
IceStormObjC_sliceflags		:= --include-dir objc/IceStorm --dll-export ICESTORM_API
IceStormObjC_dependencies 	:= IceObjC
IceStormObjC_slicedir		:= $(slicedir)/IceStorm
IceStormObjC_includedir		:= $(includedir)/objc/IceStorm

IceStormObjC_install:: $(install_includedir)/objc/IceStorm.h

projects += $(project)