Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / extensions / Library_bib.mk
blob1f04de241c23737453a8152049f1505c27acf563
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))
16 $(eval $(call gb_Library_set_include,bib,\
17 $$(INCLUDE) \
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,\
41 dbtools \
42 sot \
43 svt \
44 svl \
45 tk \
46 vcl \
47 utl \
48 tl \
49 comphelper \
50 cppuhelper \
51 cppu \
52 sal \
53 salhelper \
54 i18nlangtag \
57 # vim:set noet sw=4 ts=4: