blob: 14b74988c4240b4c2290f4bfc3305433b0c7593d (
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 = 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)
|