File: Makefile.data

package info (click to toggle)
libpinyin 1.0.0%2Brepack2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 86,276 kB
  • ctags: 1,344
  • sloc: cpp: 16,742; python: 1,549; makefile: 266; ansic: 93; sh: 20
file content (15 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: pinyins.txt


pinyins.txt:
	python3 genpinyins.py


update-header: pinyins.txt
	python3 genpinyinheader.py > ../src/storage/pinyin_parser_table.h
	python3 gendoublepinyinheader.py > ../src/storage/double_pinyin_table.h
	python3 genbopomofoheader.py > ../src/storage/chewing_table.h
	python3 genchewingkey.py > ../src/storage/chewing_enum.h


.PHONY: pinyins.txt