Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / stoc / Library_bootstrap.mk
bloba636917dfcb1257838dfae773d926364ad42c403
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_set_include,bootstrap,\
23 -I$(SRCDIR)/stoc/inc \
24 $$(INCLUDE) \
27 $(eval $(call gb_Library_use_external,bootstrap,boost_headers))
29 $(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\
30 udkapi \
33 $(eval $(call gb_Library_use_libraries,bootstrap,\
34 cppu \
35 cppuhelper \
36 reg \
37 sal \
38 salhelper \
39 $(gb_UWINAPI) \
42 $(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap))
44 $(eval $(call gb_Library_add_exception_objects,bootstrap,\
45 stoc/source/bootstrap/services \
46 stoc/source/defaultregistry/defaultregistry \
47 stoc/source/implementationregistration/implreg \
48 stoc/source/implementationregistration/mergekeys \
49 stoc/source/loader/dllcomponentloader \
50 stoc/source/security/access_controller \
51 stoc/source/security/file_policy \
52 stoc/source/security/permissions \
53 stoc/source/servicemanager/servicemanager \
54 stoc/source/simpleregistry/simpleregistry \
57 # vim:set noet sw=4 ts=4: