# -*- 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,wksfuzzer)) $(eval $(call gb_Executable_use_api,wksfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,wksfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,wksfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,wksfuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,wksfuzzer,\ $(fuzzer_statics) \ fuzzer_calc \ )) $(eval $(call gb_Executable_add_exception_objects,wksfuzzer,\ vcl/workben/wksfuzzer \ )) $(eval $(call gb_Executable_add_libs,wksfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: n value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorJoren De Cuyper <joren.libreoffice@telenet.be>2013-03-17 14:42:47 +0100
committerTor Lillqvist <tml@iki.fi>2013-03-18 08:21:34 +0000
commite01daa86e757dab289bfa60576ce235b31eba720 (patch)
treede13f2ca4924576fc23db74a669503bc8ad56383 /README.cross
parentb1fc129c6b973a65080abe5ea5145b012c05108d (diff)
Comment cleanup and several indentation fixes