GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / dbaccess / Library_dbmm.mk
blob79536c1b86b007f137174a6eec510d7929faa778
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,dbmm))
12 $(eval $(call gb_Library_set_include,dbmm,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/dbaccess/inc \
17 $(eval $(call gb_Library_use_external,dbmm,boost_headers))
19 $(eval $(call gb_Library_use_sdk_api,dbmm))
21 $(eval $(call gb_Library_use_libraries,dbmm,\
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
26 svl \
27 svt \
28 svxcore \
29 svx \
30 tl \
31 ucbhelper \
32 utl \
33 vcl \
34 xmlscript \
35 $(gb_UWINAPI) \
38 $(eval $(call gb_Library_set_componentfile,dbmm,dbaccess/source/ext/macromigration/dbmm))
40 $(eval $(call gb_Library_add_exception_objects,dbmm,\
41 dbaccess/source/ext/macromigration/dbmm_module \
42 dbaccess/source/ext/macromigration/dbmm_services \
43 dbaccess/source/ext/macromigration/dbmm_types \
44 dbaccess/source/ext/macromigration/docinteraction \
45 dbaccess/source/ext/macromigration/macromigrationdialog \
46 dbaccess/source/ext/macromigration/macromigrationpages \
47 dbaccess/source/ext/macromigration/macromigrationwizard \
48 dbaccess/source/ext/macromigration/migrationengine \
49 dbaccess/source/ext/macromigration/migrationlog \
50 dbaccess/source/ext/macromigration/progresscapture \
51 dbaccess/source/ext/macromigration/progressmixer \
54 # vim: set noet sw=4 ts=4: