# -*- 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,sftfuzzer)) $(eval $(call gb_Executable_use_api,sftfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,sftfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,sftfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,sftfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,sftfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,sftfuzzer,\ vcl/workben/sftfuzzer \ )) $(eval $(call gb_Executable_add_libs,sftfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: on value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 12:55:09 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 12:55:09 +0000
commit38130cfcc51f35c173c8b672d59354ddf4eb2bf0 (patch)
tree84a2a93564961ae8acf61fd255285e3ab1846120 /tools/source
parent14b247544d139cbee01f74b74acc8e5dea4b5611 (diff)
INTEGRATION: CWS changefileheader (1.51.6); FILE MERGED
2008/04/01 16:01:32 thb 1.51.6.3: #i85898# Stripping all external header guards 2008/04/01 12:57:27 thb 1.51.6.2: #i85898# Stripping all external header guards 2008/03/28 15:41:24 rt 1.51.6.1: #i87441# Change license header to LPGL v3.