Prevent to get 0 font size in the auto-fitting algorithm
[LibreOffice.git] / stoc / Library_bootstrap.mk
blob62e2360581db8c7543f46a9f79a443e22092e8f2
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,bootstrap))
12 ifneq ($(debug),)
14 $(eval $(call gb_Library_add_defs,bootstrap,\
15 $(if $(diag),\
16 $(if $(filter $(diag),cache full),-D__CACHE_DIAGNOSE) \
17 $(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \
20 endif
22 $(eval $(call gb_Library_use_external,bootstrap,boost_headers))
24 $(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\
25 udkapi \
28 $(eval $(call gb_Library_use_libraries,bootstrap,\
29 cppu \
30 cppuhelper \
31 reg \
32 sal \
33 salhelper \
36 $(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap,ure/services))
38 $(eval $(call gb_Library_add_exception_objects,bootstrap,\
39 stoc/source/defaultregistry/defaultregistry \
40 stoc/source/implementationregistration/implreg \
41 stoc/source/implementationregistration/mergekeys \
42 stoc/source/loader/dllcomponentloader \
43 stoc/source/security/access_controller \
44 stoc/source/security/file_policy \
45 stoc/source/security/permissions \
46 stoc/source/servicemanager/servicemanager \
47 stoc/source/simpleregistry/simpleregistry \
50 # vim:set noet sw=4 ts=4: