Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / connectivity / Library_kab1.mk
blob4a301b6f2d1ec3068ee9aaaa2c23f739fde907be
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/.
11 $(eval $(call gb_Library_Library,kab1))
13 $(eval $(call gb_Library_use_externals,kab1, \
14 boost_headers \
15 kde \
18 $(eval $(call gb_Library_set_componentfile,kab1,connectivity/source/drivers/kab/kab1))
20 $(eval $(call gb_Library_use_sdk_api,kab1))
22 $(eval $(call gb_Library_set_include,kab1,\
23 -I$(SRCDIR)/connectivity/source/inc \
24 $$(INCLUDE) \
25 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
28 $(eval $(call gb_Library_use_libraries,kab1,\
29 comphelper \
30 cppu \
31 cppuhelper \
32 dbtools \
33 sal \
34 salhelper \
35 tl \
38 $(eval $(call gb_Library_add_exception_objects,kab1,\
39 connectivity/source/drivers/kab/KDriver \
40 connectivity/source/drivers/kab/KServices \
43 # vim: set noet sw=4 ts=4: