Use existing rtl_math_stringToDouble
[LibreOffice.git] / filter / Library_storagefd.mk
blob938096ecef0fe039dda704d71b1fb1f6ad236c8e
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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/.
10 #*************************************************************************
12 $(eval $(call gb_Library_Library,storagefd))
14 $(eval $(call gb_Library_set_componentfile,storagefd,filter/source/storagefilterdetect/storagefd))
16 $(eval $(call gb_Library_use_external,storagefd,boost_headers))
18 $(eval $(call gb_Library_use_sdk_api,storagefd))
20 $(eval $(call gb_Library_use_libraries,storagefd,\
21 comphelper \
22 cppuhelper \
23 cppu \
24 sal \
25 sfx \
26 tl \
27 utl \
30 $(eval $(call gb_Library_add_exception_objects,storagefd,\
31 filter/source/storagefilterdetect/filterdetect \
34 # vim: set noet sw=4 ts=4: