xref: /trunk/main/i18nutil/Package_inc.mk (revision c7d133f6)
1*c7d133f6Sdamjan#**************************************************************
2*c7d133f6Sdamjan#
3*c7d133f6Sdamjan#  Licensed to the Apache Software Foundation (ASF) under one
4*c7d133f6Sdamjan#  or more contributor license agreements.  See the NOTICE file
5*c7d133f6Sdamjan#  distributed with this work for additional information
6*c7d133f6Sdamjan#  regarding copyright ownership.  The ASF licenses this file
7*c7d133f6Sdamjan#  to you under the Apache License, Version 2.0 (the
8*c7d133f6Sdamjan#  "License"); you may not use this file except in compliance
9*c7d133f6Sdamjan#  with the License.  You may obtain a copy of the License at
10*c7d133f6Sdamjan#
11*c7d133f6Sdamjan#    http://www.apache.org/licenses/LICENSE-2.0
12*c7d133f6Sdamjan#
13*c7d133f6Sdamjan#  Unless required by applicable law or agreed to in writing,
14*c7d133f6Sdamjan#  software distributed under the License is distributed on an
15*c7d133f6Sdamjan#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*c7d133f6Sdamjan#  KIND, either express or implied.  See the License for the
17*c7d133f6Sdamjan#  specific language governing permissions and limitations
18*c7d133f6Sdamjan#  under the License.
19*c7d133f6Sdamjan#
20*c7d133f6Sdamjan#**************************************************************
21*c7d133f6Sdamjan
22*c7d133f6Sdamjan
23*c7d133f6Sdamjan
24*c7d133f6Sdamjan$(eval $(call gb_Package_Package,i18nutil_inc,$(SRCDIR)/i18nutil/inc/i18nutil))
25*c7d133f6Sdamjan
26*c7d133f6Sdamjan$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/i18nutildllapi.h,i18nutildllapi.h))
27*c7d133f6Sdamjan$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/casefolding.hxx,casefolding.hxx))
28*c7d133f6Sdamjan$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/oneToOneMapping.hxx,oneToOneMapping.hxx))
29*c7d133f6Sdamjan$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/unicode.hxx,unicode.hxx))
30*c7d133f6Sdamjan$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/widthfolding.hxx,widthfolding.hxx))
31*c7d133f6Sdamjan$(eval $(call gb_Package_add_file,i18nutil_inc,inc/i18nutil/x_rtl_ustring.h,x_rtl_ustring.h))
32