add const modifiers for chewing table
[platform/upstream/libpinyin.git] / scripts / Makefile.data
1 all: pinyins.txt
2
3
4 pinyins.txt:
5         python3 genpinyins.py
6
7
8 update-header:
9         python3 genpinyinheader.py > ../src/storage/pinyin_parser_table.h
10         python3 gendoublepinyinheader.py > ../src/storage/double_pinyin_table.h
11         python3 genbopomofoheader.py > ../src/storage/chewing_table.h
12         python3 genchewingkey.py > ../src/storage/chewing_enum.h
13
14
15 .PHONY: pinyins.txt