lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / ucb / Library_ucpfile1.mk
blob4505708cbac8d7a0c5bff1da7cb6ce4f163397eb
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 ucbhelper \
27 $(eval $(call gb_Library_add_exception_objects,ucpfile1,\
28 ucb/source/ucp/file/bc \
29 ucb/source/ucp/file/filcmd \
30 ucb/source/ucp/file/filglob \
31 ucb/source/ucp/file/filid \
32 ucb/source/ucp/file/filinpstr \
33 ucb/source/ucp/file/filinsreq \
34 ucb/source/ucp/file/filnot \
35 ucb/source/ucp/file/filprp \
36 ucb/source/ucp/file/filrec \
37 ucb/source/ucp/file/filrow \
38 ucb/source/ucp/file/filrset \
39 ucb/source/ucp/file/filstr \
40 ucb/source/ucp/file/filtask \
41 ucb/source/ucp/file/prov \
44 # vim: set noet sw=4 ts=4: