summaryrefslogtreecommitdiff
path: root/vcl/StaticLibrary_fuzzer_math.mk
blob: ba5d03889a835aba71bfb2ffcd6a96a3178f3dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

$(eval $(call gb_StaticLibrary_StaticLibrary,fuzzer_math))

$(eval $(call gb_StaticLibrary_set_include,fuzzer_math,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_StaticLibrary_use_api,fuzzer_math,\
    offapi \
    udkapi \
))

$(eval $(call gb_StaticLibrary_add_generated_exception_objects,fuzzer_math,\
    CustomTarget/vcl/workben/native-math \
))

# vim: set noet sw=4 ts=4:
1476e28c1abda6a'>Move clew into a library of its ownTor Lillqvist 2014-10-29Need -ldl on Linux nowTor Lillqvist 2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist 2014-06-26sort libraries and components in sc test makefilesMarkus Mohrhard 2014-06-04DeInitVCL at end of testsStephan Bergmann 2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist 2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan 2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza 2013-12-01OCppunitTest_sc_opencl_test: only depend on scopencl if ENABLE_OPENCL.Andrzej J.R. Hunt 2013-11-14This test opens the scopencl library dynamically, sighTor Lillqvist 2013-10-29Rebase to calc-group-interpreter-4I-Jui (Ray) Sung 2013-10-29Initial testcase for dynamic kernel compilerI-Jui (Ray) Sung