I18N module build framework.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 11 Mar 2005 20:47:05 +0000 (20:47 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Fri, 11 Mar 2005 20:47:05 +0000 (20:47 +0000)
commitc6cf4f8f1ebc9e3fe2a8c566f08adfc86122c7bf
treeab733224314a674d327835f055d6998027502a51
parentb76ec89212ca25c92ba22696ffb8d24ffc5d2b76
I18N module build framework.

Adopted-from: NetBSD
19 files changed:
lib/i18n_module/BIG5/Makefile [new file with mode: 0644]
lib/i18n_module/EUC/Makefile [new file with mode: 0644]
lib/i18n_module/EUCTW/Makefile [new file with mode: 0644]
lib/i18n_module/GBK2K/Makefile [new file with mode: 0644]
lib/i18n_module/ISO2022/Makefile [new file with mode: 0644]
lib/i18n_module/MSKanji/Makefile [new file with mode: 0644]
lib/i18n_module/Makefile [new file with mode: 0644]
lib/i18n_module/Makefile.inc [new file with mode: 0644]
lib/i18n_module/Makefile.shlib [new file with mode: 0644]
lib/i18n_module/UTF1632/Makefile [new file with mode: 0644]
lib/i18n_module/UTF8/Makefile [new file with mode: 0644]
lib/i18n_module/iconv_none/Makefile [new file with mode: 0644]
lib/i18n_module/iconv_std/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_646/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_none/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_parallel/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_serial/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_std/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_zone/Makefile [new file with mode: 0644]