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/.
12 $(eval
$(call gb_Library_Library
,bib
))
14 $(eval
$(call gb_Library_set_componentfile
,bib
,extensions
/source
/bibliography
/bib
,services
))
16 $(eval
$(call gb_Library_set_include
,bib
,\
18 -I
$(SRCDIR
)/extensions
/inc \
21 $(eval
$(call gb_Library_use_external
,bib
,boost_headers
))
23 $(eval
$(call gb_Library_use_sdk_api
,bib
))
25 $(eval
$(call gb_Library_add_exception_objects
,bib
,\
26 extensions
/source
/bibliography
/bibbeam \
27 extensions
/source
/bibliography
/bibconfig \
28 extensions
/source
/bibliography
/bibcont \
29 extensions
/source
/bibliography
/bibload \
30 extensions
/source
/bibliography
/bibmod \
31 extensions
/source
/bibliography
/bibview \
32 extensions
/source
/bibliography
/datman \
33 extensions
/source
/bibliography
/formcontrolcontainer \
34 extensions
/source
/bibliography
/framectr \
35 extensions
/source
/bibliography
/general \
36 extensions
/source
/bibliography
/loadlisteneradapter \
37 extensions
/source
/bibliography
/toolbar \
40 $(eval
$(call gb_Library_use_libraries
,bib
,\
58 # vim:set noet sw=4 ts=4: