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
))
14 $(eval
$(call gb_Library_add_defs
,bootstrap
,\
16 $(if
$(filter $(diag
),cache full
),-D__CACHE_DIAGNOSE
) \
17 $(if
$(filter-out $(diag
),cache
),-D__DIAGNOSE
)) \
22 $(eval
$(call gb_Library_use_external
,bootstrap
,boost_headers
))
24 $(eval
$(call gb_Library_use_internal_bootstrap_api
,bootstrap
,\
28 $(eval
$(call gb_Library_use_libraries
,bootstrap
,\
37 $(eval
$(call gb_Library_set_componentfile
,bootstrap
,stoc
/util
/bootstrap
))
39 $(eval
$(call gb_Library_add_exception_objects
,bootstrap
,\
40 stoc
/source
/defaultregistry
/defaultregistry \
41 stoc
/source
/implementationregistration
/implreg \
42 stoc
/source
/implementationregistration
/mergekeys \
43 stoc
/source
/loader
/dllcomponentloader \
44 stoc
/source
/security
/access_controller \
45 stoc
/source
/security
/file_policy \
46 stoc
/source
/security
/permissions \
47 stoc
/source
/servicemanager
/servicemanager \
48 stoc
/source
/simpleregistry
/simpleregistry \
51 # vim:set noet sw=4 ts=4: