lok: avoid expensive fetching of a property.
[LibreOffice.git] / connectivity / Library_calc.mk
blobb751ce16bfe3508006d01f1d33c32de161d792d9
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,calc))
13 $(eval $(call gb_Library_set_componentfile,calc,connectivity/source/drivers/calc/calc))
15 $(eval $(call gb_Library_use_external,calc,boost_headers))
17 $(eval $(call gb_Library_use_sdk_api,calc))
19 $(eval $(call gb_Library_set_include,calc,\
20 $$(INCLUDE) \
21 -I$(SRCDIR)/connectivity/inc \
22 -I$(SRCDIR)/connectivity/source/inc \
23 -I$(WORKDIR)/YaccTarget/connectivity/source/parse \
26 $(eval $(call gb_Library_set_precompiled_header,calc,connectivity/inc/pch/precompiled_calc))
28 $(eval $(call gb_Library_use_libraries,calc,\
29 cppu \
30 cppuhelper \
31 svl \
32 tl \
33 utl \
34 sal \
35 salhelper \
36 dbtools \
37 file \
38 comphelper \
41 $(eval $(call gb_Library_add_exception_objects,calc,\
42 connectivity/source/drivers/calc/CDatabaseMetaData \
43 connectivity/source/drivers/calc/CCatalog \
44 connectivity/source/drivers/calc/CTable \
45 connectivity/source/drivers/calc/CTables \
46 connectivity/source/drivers/calc/CConnection \
47 connectivity/source/drivers/calc/CDriver \
50 # vim: set noet sw=4 ts=4: