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
,\
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
,\
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
/Cservices \
48 connectivity
/source
/drivers
/calc
/CDriver \
51 # vim: set noet sw=4 ts=4: