# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,xlsfuzzer)) $(eval $(call gb_Executable_use_api,xlsfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,xlsfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,xlsfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,xlsfuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,xlsfuzzer,\ findsofficepath \ ulingu \ fuzzer_calc \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,xlsfuzzer,\ vcl/workben/xlsfuzzer \ )) $(eval $(call gb_Executable_add_libs,xlsfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: -4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-07-18 09:22:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-07-27 06:48:25 +0000
commit508c95f1b655d9cfa6be37a5a9de9aff6fd383bf (patch)
treed1c8626818cbf26a699875ae2d82f751a1657e92
parent9f4af777a832d8a0b9a21d793d421fa6228131e0 (diff)
improve passstuffbyref return analysis
Change-Id: I4258bcc97273d8bb7a8c4879fac02a427f76e18c Reviewed-on: https://gerrit.libreoffice.org/27317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat