Codebase list libgooglepinyin / 8665e7f
Rebase to upstream hg 8:47a3fd9d29e4. Aron Xu 12 years ago
5 changed file(s) with 6 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 project(googlepinyin)
11 cmake_minimum_required(VERSION 2.6)
22
3 option(ENABLE_STATIC "Build static library" True)
3 option(ENABLE_STATIC "Build static library" False)
44
55 # uninstall target
66 configure_file(
66 Description: Google Pinyin library (Fork from android)
77 Version: 1.0
88 Cflags: -I${includedir}
9 Libs: -L${libdir}
9 Libs: -L${libdir} -lgooglepinyin
0 libgooglepinyin (0.0+hg003-1) UNRELEASED; urgency=low
0 libgooglepinyin (0.0+hg071101-1) UNRELEASED; urgency=low
11
22 * Initial release (Closes: #633106)
33
00 #!/usr/bin/make -f
11 %:
22 dh $@
3 override_dh_auto_configure:
4 dh_auto_configure -- -DENABLE_STATIC=True
495495 delete [] valid_hzs;
496496 utf16_reader.close();
497497
498 printf("read succesfully, lemma num: %zd\n", lemma_num);
498 printf("read successfully, lemma num: %zd\n", lemma_num);
499499
500500 return lemma_num;
501501 }