Bump version to 5.0-14
[LibreOffice.git] / connectivity / Library_calc.mk
bloba2b3558134126fdc399a35d841edd25b47c22cf7
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,$(SRCDIR)/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 \
39 $(gb_UWINAPI) \
42 $(eval $(call gb_Library_add_exception_objects,calc,\
43 connectivity/source/drivers/calc/CResultSet \
44 connectivity/source/drivers/calc/CStatement \
45 connectivity/source/drivers/calc/CPreparedStatement \
46 connectivity/source/drivers/calc/CDatabaseMetaData \
47 connectivity/source/drivers/calc/CCatalog \
48 connectivity/source/drivers/calc/CColumns \
49 connectivity/source/drivers/calc/CTable \
50 connectivity/source/drivers/calc/CTables \
51 connectivity/source/drivers/calc/CConnection \
52 connectivity/source/drivers/calc/Cservices \
53 connectivity/source/drivers/calc/CDriver \
56 # vim: set noet sw=4 ts=4: