Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.unidata « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c85c428f26b482831d82c5edcd92882f056cbcb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generate Unicode data tables for string/wcwidth and ctype/??w*
# Download Unicode data files
unidata:
	cd string; ./mkunidata -u
	cd ctype; ./mkunidata -u

# Generate Unicode data tables for string/wcwidth and ctype/??w*
# Use installed Unicode data files from package unicode-ucd
unidata-local:
	cd string; ./mkunidata -i
	cd ctype; ./mkunidata -i