svx: add class "ONeutralParseContext"
[LibreOffice.git] / extensions / Library_bib.mk
blob04787f16058e6796798aaab3f7166a5a822dbcf3
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 sfx \
43 sot \
44 svt \
45 svl \
46 tk \
47 vcl \
48 utl \
49 tl \
50 comphelper \
51 cppuhelper \
52 cppu \
53 sal \
54 salhelper \
55 i18nlangtag \
58 # vim:set noet sw=4 ts=4: