fix invalid superflous #endif from 5bd2890a56125d391b42f34d51e2e0c57b0a80b0
[LibreOffice.git] / tools / Executable_bestreversemap.mk
blob97112cdf86dfc1025eaf40714cf1f2ba5f74dc61
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # Norbert Thiebaud <nthiebaud@gmail.com> (C) 2010, All Rights Reserved.
17 # Alternatively, the contents of this file may be used under the terms of
18 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
19 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
20 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
21 # instead of those above.
23 $(eval $(call gb_Executable_Executable,bestreversemap))
25 $(eval $(call gb_Executable_set_include,bestreversemap,\
26 $$(INCLUDE) \
27 -I$(OUTDIR)/inc/ \
30 $(eval $(call gb_Executable_add_linked_libs,bestreversemap,\
31 sal \
32 $(gb_STDLIBS) \
35 $(eval $(call gb_Executable_add_exception_objects,bestreversemap,\
36 tools/source/reversemap/bestreversemap \
39 # vim: set noet sw=4 ts=4: