a53586f4ef
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
163 lines
7.4 KiB
Makefile
163 lines
7.4 KiB
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
|
#
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
# the License or as specified alternatively below. You may obtain a copy of
|
|
# the License at http://www.mozilla.org/MPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
# for the specific language governing rights and limitations under the
|
|
# License.
|
|
#
|
|
# The Initial Developer of the Original Code is
|
|
# Matúš Kukan <matus.kukan@gmail.com>
|
|
# Portions created by the Initial Developer are Copyright (C) 2011 the
|
|
# Initial Developer. All Rights Reserved.
|
|
#
|
|
# Major Contributor(s):
|
|
#
|
|
# For minor contributions see the git repository.
|
|
#
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
|
|
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
|
|
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
|
|
# instead of those above.
|
|
|
|
$(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 \
|
|
i18nisolang1 \
|
|
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/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) \
|
|
))
|
|
|
|
# i18npool dlopens localedata_* libraries.
|
|
# This is runtime dependency to prevent tests
|
|
# to be run sooner then localedata_* exists.
|
|
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,i18npool)) :| \
|
|
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_en)) \
|
|
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_es)) \
|
|
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_euro)) \
|
|
$(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,localedata_others)) \
|
|
|
|
# vim: set noet sw=4 ts=4:
|