summaryrefslogtreecommitdiff
path: root/vcl/Executable_pngfuzzer.mk
blob: 24b9f48970fb445ebbec94a2f7462a7d80ebe6e5 (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
# -*- 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,pngfuzzer))

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

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

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

$(eval $(call gb_Executable_use_libraries,pngfuzzer,\
    $(fuzzer_core_libraries) \
))

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

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

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

# vim: set noet sw=4 ts=4:
mann 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold 2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist 2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist 2014-04-06Kill superfluous vertical whitespaceTor Lillqvist 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-25Remove dead codeStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from UnoControlsAlexander Wilms 2014-02-18UnoControls: sal_Bool -> boolStephan Bergmann 2013-12-20typo fixesAndras Timar 2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann 2013-07-11Resolves: #i121544# - Clean-up MessageBox APIAriel Constenla-Haile