# -*- 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,scrtffuzzer)) $(eval $(call gb_Executable_use_api,scrtffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,scrtffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,scrtffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,scrtffuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,scrtffuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,scrtffuzzer,\ vcl/workben/scrtffuzzer \ )) $(eval $(call gb_Executable_add_libs,scrtffuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: ia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Expand)Author
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-10-09Enable building for WSL (Linux) on WSLTor Lillqvist
2020-10-04Step towards building for Windows on WSL: ProgramFiles(x86) handlingTor Lillqvist
2020-02-11Introduce INCLUDE: in the distro-configs...Jan Holesovsky
2019-12-18Remove "--clean" option from autogen.shStepas Toliautas
2019-03-26autogen.sh: add --help description about the --with-distro switchGabor Kelemen
2019-01-30don't require /autoconf/ to be 2.68 (also allow e.g. autoconf268)Christian Lohmaier
2018-11-25Better way of enabling Developer Toolset 7 for Jenkins' linux_gcc_release_64Stephan Bergmann
2018-11-25Restrict Developer Toolset to Config=linux_gcc_release_64Stephan Bergmann
2018-11-24Make Jenkins linux_gcc_release_64 pick up Developer Toolset 7Stephan Bergmann
2018-08-27avoid error message about removing non-existent fileLuboš Luňák
2018-06-30autogen.sh: fix out-of-tree module Makefiles for Win32 makeMichael Stahl
2018-01-19Don't set autogen.sh KEY=VALUE arguments as environment variablesStephan Bergmann
2018-01-19Also strip leading whitespace from autogen.input linesStephan Bergmann
2017-09-22Revert "Goodbye autogen.lastrun"Tor Lillqvist
2017-09-22Goodbye autogen.lastrunTor Lillqvist
2017-08-17Fix typosAndrea Gelmini
2017-05-17Revert "Don't worry if there is no distro-configs/Foo.conf"Stephan Bergmann
2017-05-17Show all available distro configsStephan Bergmann
2016-12-14autogen.sh: Use STDOUT for --help output (as configure does)Mike Kaganski
2015-12-31lode: make sure LODE_HOME/opt/bin is in the PATH for aclocalNorbert Thiebaud
2015-09-22autogen.sh: Display arguments for configure without apostrophesSamuel Mehrbrodt
2015-03-08autogen.sh: better error message when src_path contains spacesMiklos Vajna
2014-11-13autogen: add --best-effort to help automation bridge option changes.Michael Meeks
2014-05-30strip trailing spaces when reading autogen.input/lastrunChristian Lohmaier
2014-04-23make it possible to do 'make -C sw/' even with builddir!=srcdirLuboš Luňák