]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | # Copyright (C) 2016 and later: Unicode, Inc. and others. |
2 | # License & terms of use: http://www.unicode.org/copyright.html | |
b75a7d8f A |
3 | # Copyright (c) 2000-2002 IBM, Inc. and Others. |
4 | # A small makefile containing the list of resource bundles | |
5 | # to include in uconv. | |
6 | ||
7 | # The variable FILESEPCHAR is defined by the caller to be | |
8 | # the character separating components of a filename. | |
9 | ||
10 | RESOURCESDIR = resources | |
11 | RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt |