# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,i18npool)) $(eval $(call gb_Library_set_componentfile,i18npool,i18npool/util/i18npool)) $(eval $(call gb_Library_set_include,i18npool,\ $$(INCLUDE) \ -I$(SRCDIR)/i18npool/inc \ )) $(eval $(call gb_Library_use_sdk_api,i18npool)) $(eval $(call gb_Library_use_libraries,i18npool,\ comphelper \ cppu \ cppuhelper \ i18nlangtag \ i18nutil \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,i18npool,\ boost_headers \ icui18n \ icuuc \ icu_headers \ )) $(eval $(call gb_Library_add_exception_objects,i18npool,\ i18npool/source/breakiterator/breakiterator_cjk \ i18npool/source/breakiterator/breakiterator_ctl \ i18npool/source/breakiterator/breakiteratorImpl \ i18npool/source/breakiterator/breakiterator_th \ i18npool/source/breakiterator/breakiterator_unicode \ i18npool/source/breakiterator/xdictionary \ i18npool/source/calendar/calendarImpl \ i18npool/source/calendar/calendar_gregorian \ i18npool/source/calendar/calendar_hijri \ i18npool/source/calendar/calendar_jewish \ i18npool/source/characterclassification/cclass_unicode \ i18npool/source/characterclassification/cclass_unicode_parser \ i18npool/source/characterclassification/characterclassificationImpl \ i18npool/source/characterclassification/unoscripttypedetector \ i18npool/source/collator/chaptercollator \ i18npool/source/collator/collatorImpl \ i18npool/source/collator/collator_unicode \ i18npool/source/defaultnumberingprovider/defaultnumberingprovider \ i18npool/source/indexentry/indexentrysupplier \ i18npool/source/indexentry/indexentrysupplier_asian \ i18npool/source/indexentry/indexentrysupplier_common \ i18npool/source/indexentry/indexentrysupplier_default \ i18npool/source/indexentry/indexentrysupplier_ja_phonetic \ i18npool/source/inputchecker/inputsequencechecker \ i18npool/source/inputchecker/inputsequencechecker_hi \ i18npool/source/inputchecker/inputsequencechecker_th \ i18npool/source/localedata/localedata \ i18npool/source/nativenumber/nativenumbersupplier \ i18npool/source/numberformatcode/numberformatcode \ i18npool/source/ordinalsuffix/ordinalsuffix \ i18npool/source/registerservices/registerservices \ i18npool/source/textconversion/textconversion \ i18npool/source/textconversion/textconversionImpl \ i18npool/source/textconversion/textconversion_ko \ i18npool/source/textconversion/textconversion_zh \ i18npool/source/transliteration/chartonum \ i18npool/source/transliteration/fullwidthToHalfwidth \ i18npool/source/transliteration/halfwidthToFullwidth \ i18npool/source/transliteration/hiraganaToKatakana \ i18npool/source/transliteration/ignoreBaFa_ja_JP \ i18npool/source/transliteration/ignoreHyuByu_ja_JP \ i18npool/source/transliteration/ignoreIandEfollowedByYa_ja_JP \ i18npool/source/transliteration/ignoreIterationMark_ja_JP \ i18npool/source/transliteration/ignoreKana \ i18npool/source/transliteration/ignoreKiKuFollowedBySa_ja_JP \ i18npool/source/transliteration/ignoreMiddleDot_ja_JP \ i18npool/source/transliteration/ignoreMinusSign_ja_JP \ i18npool/source/transliteration/ignoreProlongedSoundMark_ja_JP \ i18npool/source/transliteration/ignoreSeparator_ja_JP \ i18npool/source/transliteration/ignoreSeZe_ja_JP \ i18npool/source/transliteration/ignoreSize_ja_JP \ i18npool/source/transliteration/ignoreSpace_ja_JP \ i18npool/source/transliteration/ignoreTiJi_ja_JP \ i18npool/source/transliteration/ignoreTraditionalKana_ja_JP \ i18npool/source/transliteration/ignoreTraditionalKanji_ja_JP \ i18npool/source/transliteration/ignoreWidth \ i18npool/source/transliteration/ignoreZiZu_ja_JP \ i18npool/source/transliteration/ignoreDiacritics_CTL \ i18npool/source/transliteration/katakanaToHiragana \ i18npool/source/transliteration/largeToSmall_ja_JP \ i18npool/source/transliteration/numtochar \ i18npool/source/transliteration/numtotext_cjk \ i18npool/source/transliteration/smallToLarge_ja_JP \ i18npool/source/transliteration/texttonum \ i18npool/source/transliteration/textToPronounce_zh \ i18npool/source/transliteration/transliteration_body \ i18npool/source/transliteration/transliteration_caseignore \ i18npool/source/transliteration/transliteration_commonclass \ i18npool/source/transliteration/transliteration_Ignore \ i18npool/source/transliteration/transliterationImpl \ i18npool/source/transliteration/transliteration_Numeric \ i18npool/source/transliteration/transliteration_OneToOne \ )) ifeq ($(DISABLE_DYNLOADING),TRUE) $(call gb_CxxObject_get_target,i18npool/source/localedata/localedata): $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_static.hxx $(call gb_CustomTarget_get_workdir,i18npool/localedata)/localedata_static.hxx : $(SRCDIR)/i18npool/source/localedata/genstaticheader.pl $(PERL) $(SRCDIR)/i18npool/source/localedata/genstaticheader.pl $(patsubst $(SRCDIR)/i18npool/source/localedata/data/%.xml,%,$(shell echo $(SRCDIR)/i18npool/source/localedata/data/*.xml)) >$@ $(call gb_CxxObject_get_target,i18npool/source/localedata/localedata) : \ INCLUDE += -I$(call gb_CustomTarget_get_workdir,i18npool/localedata) endif # collator_unicode.cxx includes generated lrl_include.hxx $(call gb_CxxObject_get_target,i18npool/source/collator/collator_unicode) : \ INCLUDE += -I$(call gb_CustomTarget_get_workdir,i18npool/collator) $(call gb_CxxObject_get_target,i18npool/source/collator/collator_unicode) :| \ $(call gb_CustomTarget_get_workdir,i18npool/collator)/lrl_include.hxx $(eval $(call gb_Library_add_generated_cobjects,i18npool,\ CustomTarget/i18npool/breakiterator/OpenOffice_dat \ $(foreach txt,$(wildcard $(SRCDIR)/i18npool/source/breakiterator/data/*.txt),\ CustomTarget/i18npool/breakiterator/$(notdir $(basename $(txt)))_brk),\ $(if $(filter GCC,$(COM)),-Wno-unused-macros) \ )) # i18npool dlopens localedata_* libraries. # This is runtime dependency to prevent tests # to be run sooner then localedata_* exists. $(call gb_Library_get_target,i18npool) : | \ $(call gb_Library_get_target,localedata_en) \ $(call gb_Library_get_target,localedata_es) \ $(call gb_Library_get_target,localedata_euro) \ $(call gb_Library_get_target,localedata_others) \ # vim: set noet sw=4 ts=4: lue='distro/mimo/mimo-4-1-4-2'>distro/mimo/mimo-4-1-4-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ure
AgeCommit message (Expand)Author
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann
2017-05-30Fix quotingStephan Bergmann
2017-05-20tdf#105204 fix shellcheck warnings in ure/source/unoYeliz Taneroğlu
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-26ure/source/uretest is !LIBO_INTERNAL_ONLYStephan Bergmann
2017-01-18update approximate install location in READMECaolán McNamara
2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-03-04Don't put symlink to MacOS folder of sandboxed appAndras Timar
2015-09-15Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, againStephan Bergmann
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe