# -*- 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,tiffuzzer)) $(eval $(call gb_Executable_use_api,tiffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,tiffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,tiffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,tiffuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,tiffuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,tiffuzzer,\ vcl/workben/tiffuzzer \ )) $(eval $(call gb_Executable_add_libs,tiffuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: tro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libzmf
AgeCommit message (Expand)Author
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2017-10-28libzmf: pass optimization flags to configureDavid Tardon
2017-10-04use the new gbuild way to update config.*David Tardon
2017-09-19iOS, libzmf patch for 64 bit.jan Iversen
2017-09-17fix android buildCaolán McNamara
2017-09-17upload libzmf 0.0.2David Tardon
2017-09-15consistent naming of externals: png -> libpngMichael Stahl
2017-06-13iOS patch libzmfjan Iversen
2017-02-23add upstream URL to READMEsDavid Tardon
2016-11-03update deps for libzmfDavid Tardon
2016-11-02add missing gb_ExternalProject_use_externals, icuEike Rathke
2016-10-23allow to build bundled libzmf on aarch64David Tardon
2016-10-23fix build of bundled libzmf with boost < 1.56David Tardon
2016-09-09upload libzmf 0.0.1David Tardon
2016-06-24libzmf: __ANDROID__, not ANDROIDMichael Stahl
2016-06-24libzmf: blind fix hack attempt to work around buggy android headersMichael Stahl
2016-06-24fix android buildDavid Tardon
2016-06-23integrate libzmfAleksas Pantechovskis