My favorites | Sign in
Project Logo
uim
             
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
scmdir = $(pkgdatadir)

MOSTLYCLEANFILES = $(GENERATED_SCM_FILES)
dist_scm_DATA = $(SCM_FILES)
scm_DATA = $(GENERATED_SCM_FILES)
GENERATED_SCM_FILES = installed-modules.scm loader.scm
SCM_FILES = plugin.scm im.scm im-custom.scm lazy-load.scm init.scm \
im-switcher.scm \
default.scm \
util.scm deprecated-util.scm ichar.scm light-record.scm wlos.scm \
ustr.scm trec.scm i18n.scm iso-639-1.scm \
event.scm ng-key.scm ng-action.scm composer.scm \
key.scm action.scm load-action.scm \
uim-sh.scm editline.scm custom.scm custom-rt.scm \
uim-help.scm \
direct.scm \
rk.scm \
generic.scm generic-custom.scm generic-key-custom.scm \
generic-predict.scm predict-custom.scm \
predict-look.scm predict-look-skk.scm predict-sqlite3.scm \
pyload.scm py.scm pyunihan.scm pinyin-big5.scm \
japanese.scm japanese-azik.scm japanese-kana.scm \
anthy.scm anthy-custom.scm anthy-key-custom.scm \
anthy-utf8.scm anthy-utf8-custom.scm \
canna.scm cannav3-socket.scm canna-custom.scm canna-key-custom.scm \
wnn.scm wnn-custom.scm wnn-key-custom.scm \
sj3.scm sj3-custom.scm sj3-key-custom.scm \
prime.scm prime-custom.scm prime-key-custom.scm \
skk.scm skk-editor.scm skk-custom.scm skk-key-custom.scm skk-dialog.scm \
mana.scm mana-custom.scm mana-key-custom.scm \
tcode.scm trycode.scm \
tutcode.scm tutcode-custom.scm tutcode-key-custom.scm \
tutcode-bushudic.scm tutcode-rule.scm tutcode-kigoudic.scm \
hangul.scm hangul2.scm hangul3.scm romaja.scm \
byeoru.scm byeoru-dic.scm byeoru-symbols.scm \
byeoru-custom.scm byeoru-key-custom.scm \
viqr.scm \
ipa-x-sampa.scm \
latin.scm \
elatin.scm elatin-rules.scm elatin-custom.scm \
look.scm look-custom.scm \
m17nlib.scm \
zaurus.scm \
scim.scm \
social-ime.scm social-ime-custom.scm social-ime-key-custom.scm \
ajax-ime.scm ajax-ime-custom.scm ajax-ime-key-custom.scm \
yahoo-jp.scm yahoo-jp-custom.scm yahoo-jp-key-custom.scm \
uim-module-manager.scm \
fileio.scm socket.scm process.scm \
openssl.scm \
sqlite3.scm \
lolevel.scm \
input-parse.scm match.scm pregexp.scm \
http-client.scm http-server.scm \
sxml-tools.scm sxpathlib.scm

ETAGS_ARGS=$(SCM_FILES) $(GENERATED_SCM_FILES)

module_names =
if ANTHY
module_names += "anthy"
endif
if ANTHY_UTF8
module_names += "anthy-utf8"
endif
if WNN
module_names += "wnn"
endif
if MANA
module_names += "mana"
endif
if PRIME
module_names += "prime"
endif
if SKK
module_names += "skk"
endif
module_names += "canna" "sj3" "tcode" "trycode" "tutcode" "byeoru" "latin" "elatin"
if M17NLIB
module_names += "m17nlib"
endif
# less preferable IMs
module_names += "pyload" "hangul" "viqr" "ipa-x-sampa" "look"
if SCIM
module_names += "scim"
endif
# web based IMs
module_names += "ajax-ime" "social-ime"
if EXPAT
module_names += "yahoo-jp"
endif

UIM_MODULE_MANAGER = $(top_builddir)/uim/uim-module-manager
UIM_MODULE_MANAGER_ENV = \
LIBUIM_SYSTEM_SCM_FILES=$(abs_top_srcdir)/sigscheme/lib \
LIBUIM_SCM_FILES=$(abs_srcdir) \
LIBUIM_PLUGIN_LIB_DIR=$(abs_top_builddir)/uim/.libs \
UIM_DISABLE_NOTIFY=1

installed-modules.scm loader.scm: $(SCM_FILES)
$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/uim uim-module-manager && \
$(UIM_MODULE_MANAGER_ENV) $(UIM_MODULE_MANAGER) \
--path $(top_builddir)/scm --register $(module_names)
Show details Hide details

Change log

r6255 by iratqq on Mar 18 (3 days ago)   Diff
* scm/pregexp.scm:
  - New file.
* COPYING:
  - Add copyright.
* scm/Makefile.am (SCM_FILES):
  - Add pregexp.scm.

  Import Dorai Sitaram's portable regular
expression library.
  http://evalwhen.com/pregexp/index.html
Go to: 
Project members, sign in to write a code review

Older revisions

r6130 by iratqq on Dec 31, 2009   Diff
* scm/sxpathlib.scm:
* scm/sxml-tools.scm:
  - New files.
  - Note that sxml of attribute symbol
is using '%.
...
r6129 by iratqq on Dec 31, 2009   Diff
* scm/http-server.scm:
  - New file.
* scm/Makefile.am (SCM_FILES):
  - Add http-server.scm.
r6106 by iratqq on Dec 07, 2009   Diff
* scm/sj3.scm:
  - Use sj3v2-socket.scm.
* scm/sj3v2-socket.scm:
  - New file.
* scm/sj3-custom.scm (sj3-unix-domain-
...
All revisions of this file

File info

Size: 3294 bytes, 103 lines
Powered by Google Project Hosting