blob: 954d1e55c858e4462fc4c6085cf25db3e745646c (
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 = IceGridObjC
IceGridObjC_targetdir := $(libdir)
IceGridObjC_sliceflags := --include-dir objc/IceGrid --dll-export ICEGRID_API
IceGridObjC_dependencies := IceObjC Glacier2ObjC
IceGridObjC_slicedir := $(slicedir)/IceGrid
IceGridObjC_includedir := $(includedir)/objc/IceGrid
IceGridObjC_install:: $(install_includedir)/objc/IceGrid.h
projects += $(project)
|