summaryrefslogtreecommitdiff
path: root/vcl/Executable_diffuzzer.mk
blob: 03a05ee7c28ced69a8899cdc4d108b50329e8ae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- 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,diffuzzer))

$(eval $(call gb_Executable_use_api,diffuzzer,\
    offapi \
    udkapi \
))

$(eval $(call gb_Executable_use_externals,diffuzzer,\
	$(fuzzer_externals) \
))

$(eval $(call gb_Executable_set_include,diffuzzer,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_Executable_use_libraries,diffuzzer,\
    $(fuzzer_calc_libraries) \
    $(fuzzer_core_libraries) \
))

$(eval $(call gb_Executable_use_static_libraries,diffuzzer,\
    findsofficepath \
    ulingu \
    fuzzerstubs \
))

$(eval $(call gb_Executable_add_exception_objects,diffuzzer,\
	vcl/workben/diffuzzer \
))

$(eval $(call gb_Executable_add_libs,diffuzzer,\
	-lFuzzingEngine \
))

# vim: set noet sw=4 ts=4:
bd260570ef13'>ScriptForge - Comments in code: pointers to help pagesJean-Pierre Ledure 2021-04-27ScriptForge - (SFDialogs.SF_Register) DialogProviderJean-Pierre Ledure 2021-04-22Fix typosAndrea Gelmini 2021-04-20ScriptForge - (scriptforge.py) Dialog and DialogControl classesJean-Pierre Ledure 2021-02-08ScriptForge - (SF_DialogControl) Fix list of propertiesJean-Pierre Ledure 2020-12-20ScriptForge - (SF_Form) manage cache entries for form instancesJean-Pierre Ledure 2020-12-09Fix typoAndrea Gelmini 2020-12-09ScriptForge - (SF_Dialog) Fix typoJean-Pierre Ledure 2020-12-08ScriptForge: (SFDialogs) OnEvent properties are not editableJean-Pierre Ledure 2020-12-08ScriptForge - (SFDialogs) OnNodeSelected/Expanded for tree controlsJean-Pierre Ledure 2020-12-06ScriptForge - (SF_DialogControl) FindNode() for tree controlsJean-Pierre Ledure 2020-12-04ScriptForge: RootNode/CurrentNode for tree controlsJean-Pierre Ledure 2020-12-04Fix typoAndrea Gelmini 2020-12-03ScriptForge: AddSubNode/AddSubTree for tree controlsJean-Pierre Ledure 2020-11-29ScriptForge - (SF_DialogControl) set OnEvent propertiesJean-Pierre Ledure 2020-11-28ScriptForge - (SF_DialogControl) get OnEvent propertiesJean-Pierre Ledure 2020-11-28ScriptForge - (SF_Dialog) set OnEvent propertiesJean-Pierre Ledure 2020-11-26ScriptForge - (SF_Dialog) get OnEvent propertiesJean-Pierre Ledure 2020-11-16ScriptForge: (dialog) Better manage default values of serviceJean-Pierre Ledure 2020-11-16ScriptForge: (dialog) fix when argument is ThisComponentJean-Pierre Ledure 2020-11-06Fix typosAndrea Gelmini 2020-11-05ScriptForge - SFDialogs libraryJean-Pierre Ledure