fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / i18nlangtag / Library_i18nlangtag.mk
blob4b6acb10ce5d5423039bc376ed9eecfcc49bcb8b
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_Library_Library,i18nlangtag))
12 $(eval $(call gb_Library_use_sdk_api,i18nlangtag))
14 $(eval $(call gb_Library_add_defs,i18nlangtag,\
15 -DI18NLANGTAG_DLLIMPLEMENTATION \
18 $(eval $(call gb_Library_use_libraries,i18nlangtag,\
19 sal \
20 $(gb_UWINAPI) \
23 $(eval $(call gb_Library_use_externals,i18nlangtag,\
24 icu_headers \
25 icuuc \
28 $(eval $(call gb_Library_add_exception_objects,i18nlangtag,\
29 i18nlangtag/source/isolang/insys \
30 i18nlangtag/source/isolang/isolang \
31 i18nlangtag/source/isolang/mslangid \
32 i18nlangtag/source/languagetag/languagetag \
33 i18nlangtag/source/languagetag/languagetagicu \
37 ifeq ($(ENABLE_LIBLANGTAG),YES)
38 $(eval $(call gb_Library_add_defs,i18nlangtag,-DENABLE_LIBLANGTAG))
39 $(eval $(call gb_Library_use_external,i18nlangtag,liblangtag))
40 $(eval $(call gb_Library_use_external,i18nlangtag,libxml2))
41 $(eval $(call gb_Library_use_system_win32_libs,i18nlangtag,\
42 $(if $(filter $(COM),MSC), \
43 kernel32 \
44 ) \
46 endif
48 # vim: set noet sw=4 ts=4: