GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / desktop / Library_spl_unx.mk
blob550214017132d256f10d61d1dcc8fb45c4ed5f5c
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,spl_unx))
12 $(eval $(call gb_Library_use_sdk_api,spl_unx))
14 $(eval $(call gb_Library_use_libraries,spl_unx,\
15 cppu \
16 cppuhelper \
17 sal \
20 $(eval $(call gb_Library_set_componentfile,spl_unx,desktop/unx/splash/splash))
22 $(eval $(call gb_Library_add_exception_objects,spl_unx,\
23 desktop/unx/splash/unxsplash \
26 # vim: set ts=4 sw=4 et: