GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / connectivity / Library_mozab.mk
blob0b103786957fd62aa40041a7f76f85e54b876ca2
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,mozab2))
12 $(eval $(call gb_Library_set_componentfile,mozab2,connectivity/source/drivers/mozab/mozab))
14 $(eval $(call gb_Library_set_include,mozab2,\
15 -I$(SRCDIR)/connectivity/source/inc \
16 $$(INCLUDE) \
17 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
20 $(eval $(call gb_Library_use_external,mozab2,boost_headers))
22 $(eval $(call gb_Library_use_sdk_api,mozab2))
24 $(eval $(call gb_Library_use_libraries,mozab2,\
25 cppu \
26 cppuhelper \
27 dbtools \
28 sal \
29 $(gb_UWINAPI) \
32 $(eval $(call gb_Library_add_exception_objects,mozab2,\
33 connectivity/source/drivers/mozab/MDriver \
34 connectivity/source/drivers/mozab/MServices \
37 # vim: set noet sw=4 ts=4: