CppunitTest_sw_autocorrect: split into different tests
[LibreOffice.git] / i18nlangtag / Library_i18nlangtag.mk
blobc1dae1706d6befc829649048c04c2bec9f78ca3f
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 \
22 $(eval $(call gb_Library_use_externals,i18nlangtag,\
23 icu_headers \
24 icuuc \
27 $(eval $(call gb_Library_add_exception_objects,i18nlangtag,\
28 i18nlangtag/source/isolang/insys \
29 i18nlangtag/source/isolang/isolang \
30 i18nlangtag/source/isolang/mslangid \
31 i18nlangtag/source/languagetag/languagetag \
32 i18nlangtag/source/languagetag/languagetagicu \
36 $(eval $(call gb_Library_use_external,i18nlangtag,liblangtag))
37 $(eval $(call gb_Library_use_external,i18nlangtag,libxml2))
38 $(eval $(call gb_Library_use_system_win32_libs,i18nlangtag,\
39 $(if $(filter $(COM),MSC), \
40 kernel32 \
41 ) \
44 # vim: set noet sw=4 ts=4: