Bump for 3.6-28
[LibreOffice.git] / tools / Executable_bestreversemap.mk
blob4f12051d4d7695ddf0b6f16e4649d733de47a8d5
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) \
29 $(eval $(call gb_Executable_use_libraries,bestreversemap,\
30 sal \
31 $(gb_STDLIBS) \
34 $(eval $(call gb_Executable_add_exception_objects,bestreversemap,\
35 tools/source/reversemap/bestreversemap \
38 # vim: set noet sw=4 ts=4: