From 46346a2f4e99f2838d650d08aa383f652f654666 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 5 Dec 2016 12:59:08 +0000 Subject: rename wmftester to wmffuzzer to make it easy to distinguish these things if there ends up being a gadzillion of them Change-Id: Ifb75cfa5e3039b8730ce08644c6a76cd040f6ed8 --- vcl/Executable_wmffuzzer.mk | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 vcl/Executable_wmffuzzer.mk (limited to 'vcl/Executable_wmffuzzer.mk') diff --git a/vcl/Executable_wmffuzzer.mk b/vcl/Executable_wmffuzzer.mk new file mode 100644 index 000000000000..08aa5dc7aa35 --- /dev/null +++ b/vcl/Executable_wmffuzzer.mk @@ -0,0 +1,44 @@ +# -*- 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_Executable_Executable,wmffuzzer)) + +$(eval $(call gb_Executable_use_api,wmffuzzer,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Executable_use_external,wmffuzzer,boost_headers)) + +$(eval $(call gb_Executable_set_include,wmffuzzer,\ + $$(INCLUDE) \ + -I$(SRCDIR)/vcl/inc \ +)) + +$(eval $(call gb_Executable_use_libraries,wmffuzzer,\ + tl \ + sal \ + utl \ + vcl \ + cppu \ + cppuhelper \ + comphelper \ +)) + +$(eval $(call gb_Executable_add_exception_objects,wmffuzzer,\ + vcl/workben/wmffuzzer \ +)) + + +$(eval $(call gb_Executable_add_libs,wmffuzzer,\ + -lfuzzer \ +)) + +# vim: set noet sw=4 ts=4: -- cgit