summaryrefslogtreecommitdiff
path: root/vcl/StaticLibrary_fuzzer.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-30 15:30:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-02 20:36:13 +0000
commit85e8507d19195387784ba6af42d91609b129e00d (patch)
tree7becdfed97aa7c8abe37d4194046ba9cf2532b4f /vcl/StaticLibrary_fuzzer.mk
parentf6ff601b820749898a045e115cc0dc460e996104 (diff)
add a jpg fuzzer
reshuffle things to share common core Change-Id: I50aa0e2ddeefaa4b2d0592b1118defd28b7347db
Diffstat (limited to 'vcl/StaticLibrary_fuzzer.mk')
-rw-r--r--vcl/StaticLibrary_fuzzer.mk47
1 files changed, 47 insertions, 0 deletions
diff --git a/vcl/StaticLibrary_fuzzer.mk b/vcl/StaticLibrary_fuzzer.mk
new file mode 100644
index 000000000000..8e896ef8e53b
--- /dev/null
+++ b/vcl/StaticLibrary_fuzzer.mk
@@ -0,0 +1,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/.
+
+$(eval $(call gb_StaticLibrary_StaticLibrary,fuzzer))
+
+$(eval $(call gb_StaticLibrary_set_include,fuzzer,\
+ $$(INCLUDE) \
+ -I$(SRCDIR)/vcl/inc \
+))
+
+$(eval $(call gb_StaticLibrary_use_api,fuzzer,\
+ offapi \
+ udkapi \
+))
+
+$(eval $(call gb_StaticLibrary_add_exception_objects,fuzzer,\
+ vcl/workben/localestub/localestub \
+ vcl/workben/localestub/localedata_en_AU \
+ vcl/workben/localestub/localedata_en_BW \
+ vcl/workben/localestub/localedata_en_BZ \
+ vcl/workben/localestub/localedata_en_CA \
+ vcl/workben/localestub/localedata_en_GB \
+ vcl/workben/localestub/localedata_en_GH \
+ vcl/workben/localestub/localedata_en_GM \
+ vcl/workben/localestub/localedata_en_IE \
+ vcl/workben/localestub/localedata_en_IN \
+ vcl/workben/localestub/localedata_en_JM \
+ vcl/workben/localestub/localedata_en_MW \
+ vcl/workben/localestub/localedata_en_NA \
+ vcl/workben/localestub/localedata_en_NZ \
+ vcl/workben/localestub/localedata_en_PH \
+ vcl/workben/localestub/localedata_en_TT \
+ vcl/workben/localestub/localedata_en_US \
+ vcl/workben/localestub/localedata_en_ZA \
+ vcl/workben/localestub/localedata_en_ZW \
+))
+
+$(eval $(call gb_StaticLibrary_add_generated_exception_objects,fuzzer,\
+ CustomTarget/vcl/workben/native-code \
+))
+
+# vim: set noet sw=4 ts=4: