1# Copyright (C) 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
3# *   Copyright (C) 2003-2015, International Business Machines
4# *   Corporation and others.  All Rights Reserved.
5# A list of txt's to build
6# Note:
7#
8#   If you are thinking of modifying this file, READ THIS.
9#
10# Instead of changing this file [unless you want to check it back in],
11# you should consider creating a 'misclocal.mk' file in this same directory.
12# Then, you can have your local changes remain even if you upgrade or re-
13# configure ICU.
14#
15# Example 'misclocal.mk' files:
16#
17#  * To add an additional file to the list:
18#    _____________________________________________________
19#    |  MISC_SOURCE_LOCAL =   myFile.txt ...
20#
21#  * To REPLACE the default list and only build a subset of files:
22#    _____________________________________________________
23#    |  MISC_SOURCE = zoneinfo.txt
24#
25#
26
27MISC_SOURCE = \
28zoneinfo64.txt supplementalData.txt likelySubtags.txt plurals.txt \
29numberingSystems.txt icuver.txt icustd.txt metadata.txt metaZones.txt \
30windowsZones.txt keyTypeData.txt timezoneTypes.txt currencyNumericCodes.txt \
31genderList.txt dayPeriods.txt
32