tdf#92527 construct default Segments sequence, when there is none
[LibreOffice.git] / dbaccess / Library_dbmm.mk
blob05a0788cdf2b915473c9b1882b9cf56f3cd2b66b
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_set_precompiled_header,dbmm,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbmm))
21 $(eval $(call gb_Library_use_sdk_api,dbmm))
23 $(eval $(call gb_Library_use_libraries,dbmm,\
24 comphelper \
25 cppu \
26 cppuhelper \
27 sal \
28 svl \
29 svt \
30 svxcore \
31 svx \
32 tl \
33 ucbhelper \
34 utl \
35 vcl \
36 xmlscript \
37 $(gb_UWINAPI) \
40 $(eval $(call gb_Library_set_componentfile,dbmm,dbaccess/source/ext/macromigration/dbmm))
42 $(eval $(call gb_Library_add_exception_objects,dbmm,\
43 dbaccess/source/ext/macromigration/dbmm_module \
44 dbaccess/source/ext/macromigration/dbmm_services \
45 dbaccess/source/ext/macromigration/dbmm_types \
46 dbaccess/source/ext/macromigration/docinteraction \
47 dbaccess/source/ext/macromigration/macromigrationdialog \
48 dbaccess/source/ext/macromigration/macromigrationpages \
49 dbaccess/source/ext/macromigration/macromigrationwizard \
50 dbaccess/source/ext/macromigration/migrationengine \
51 dbaccess/source/ext/macromigration/migrationlog \
52 dbaccess/source/ext/macromigration/progresscapture \
53 dbaccess/source/ext/macromigration/progressmixer \
56 # vim: set noet sw=4 ts=4: