[pt_PT] Added 21 autocorrect words
[LibreOffice.git] / xmlsecurity / Executable_pdfverify.mk
blob11c22d1d7ea6aeeee79cae556b9fd56dc3b0d9c5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Executable_Executable,pdfverify))
12 $(eval $(call gb_Executable_use_sdk_api,pdfverify))
14 $(eval $(call gb_Executable_set_include,pdfverify,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/xmlsecurity/inc \
19 $(eval $(call gb_Executable_use_libraries,pdfverify,\
20 comphelper \
21 cppu \
22 cppuhelper \
23 sal \
24 tl \
25 vcl \
26 xmlsecurity \
29 $(eval $(call gb_Executable_add_exception_objects,pdfverify,\
30 xmlsecurity/workben/pdfverify \
33 # vim:set noet sw=4 ts=4: