tdf#153972 Fix color filter when cells have no content
[LibreOffice.git] / ucb / Library_ucpfile1.mk
blobf676eacbde3fb33dce4ef0ccf55f4c9866df8ca7
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,ucpfile1))
13 $(eval $(call gb_Library_set_componentfile,ucpfile1,ucb/source/ucp/file/ucpfile1))
15 $(eval $(call gb_Library_use_external,ucpfile1,boost_headers))
17 $(eval $(call gb_Library_use_sdk_api,ucpfile1))
19 $(eval $(call gb_Library_use_libraries,ucpfile1,\
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 tl \
25 ucbhelper \
28 $(eval $(call gb_Library_add_exception_objects,ucpfile1,\
29 ucb/source/ucp/file/bc \
30 ucb/source/ucp/file/filcmd \
31 ucb/source/ucp/file/filglob \
32 ucb/source/ucp/file/filid \
33 ucb/source/ucp/file/filinpstr \
34 ucb/source/ucp/file/filinsreq \
35 ucb/source/ucp/file/filnot \
36 ucb/source/ucp/file/filprp \
37 ucb/source/ucp/file/filrec \
38 ucb/source/ucp/file/filrow \
39 ucb/source/ucp/file/filrset \
40 ucb/source/ucp/file/filstr \
41 ucb/source/ucp/file/filtask \
42 ucb/source/ucp/file/prov \
45 # vim: set noet sw=4 ts=4: