bump product version to 4.1.6.2
[LibreOffice.git] / stoc / Library_bootstrap.mk
blob7615a5c2026e5e1a6f8c39d089c6a68a4d2ec6d5
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/registry_tdprovider/functiondescription \
51 stoc/source/registry_tdprovider/methoddescription \
52 stoc/source/registry_tdprovider/rdbtdp_tdenumeration \
53 stoc/source/registry_tdprovider/structtypedescription \
54 stoc/source/registry_tdprovider/td \
55 stoc/source/registry_tdprovider/tdcomp \
56 stoc/source/registry_tdprovider/tdconsts \
57 stoc/source/registry_tdprovider/tdef \
58 stoc/source/registry_tdprovider/tdenum \
59 stoc/source/registry_tdprovider/tdiface \
60 stoc/source/registry_tdprovider/tdmodule \
61 stoc/source/registry_tdprovider/tdprop \
62 stoc/source/registry_tdprovider/tdprovider \
63 stoc/source/registry_tdprovider/tdservice \
64 stoc/source/registry_tdprovider/tdsingleton \
65 stoc/source/security/access_controller \
66 stoc/source/security/file_policy \
67 stoc/source/security/permissions \
68 stoc/source/servicemanager/servicemanager \
69 stoc/source/simpleregistry/simpleregistry \
72 # vim:set noet sw=4 ts=4: