0
|
1 #
|
|
2 # $Id: Makefile.in,v 1.8 2001/08/14 13:43:21 hiroo Exp $
|
|
3 #
|
|
4
|
|
5 #
|
|
6 # FreeWnn is a network-extensible Kana-to-Kanji conversion system.
|
|
7 # This file is part of FreeWnn.
|
|
8 #
|
|
9 # Copyright Kyoto University Research Institute for Mathematical Sciences
|
|
10 # 1987, 1988, 1989, 1990, 1991, 1992
|
|
11 # Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991, 1992, 1999
|
|
12 # Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991, 1992
|
|
13 # Copyright FreeWnn Project 1999, 2000, 2001
|
|
14 #
|
|
15 # Maintainer: FreeWnn Project <freewnn@tomo.gr.jp>
|
|
16 #
|
|
17 # This program is free software; you can redistribute it and/or modify
|
|
18 # it under the terms of the GNU General Public License as published by
|
|
19 # the Free Software Foundation; either version 2 of the License, or
|
|
20 # (at your option) any later version.
|
|
21 #
|
|
22 # This program is distributed in the hope that it will be useful,
|
|
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
25 # GNU General Public License for more details.
|
|
26 #
|
|
27 # You should have received a copy of the GNU General Public License
|
|
28 # along with this program; if not, write to the Free Software
|
|
29 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
30 #
|
|
31
|
|
32 include @top_srcdir@/makerule.mk
|
|
33 top_builddir = ../..
|
|
34
|
|
35 INSTALL = @INSTALL@ $(INSTALLFLAGS)
|
|
36
|
|
37 SUBDIRS = rk rk.vi
|
|
38
|
|
39 SERVERCDS = jserverrc hinsi.data
|
|
40
|
|
41 HINSILINKS = hinsi.data
|
|
42
|
|
43 CLIENTJDS1 = uum.msg uumkey uumkey.omr uumkey_e uumrc uumrc.omr uumrc.rev uumrc_e uumrc_vi wnnstat.msg
|
|
44
|
|
45 CLIENTJDS2 = cvt_key_empty cvt_key_tbl cvt_key_tbl.ST cvt_key_tbl.gm cvt_key_tbl.kt cvt_key_tbl.mv cvt_key_tbl.vt
|
|
46
|
|
47 CLIENTSLINKS = uumrc cvt_key_empty cvt_key_tbl cvt_key_tbl.ST cvt_key_tbl.gm cvt_key_tbl.kt cvt_key_tbl.mv cvt_key_tbl.vt
|
|
48
|
|
49 LIBJDS1 = hinsi.data libwnn.msg wnnenvrc wnnenvrc.omr wnnenvrc.rem wnnenvrc.rev wnnenvrc_R wnnenvrc_R.omr wnnenvrc_R.rem
|
|
50
|
|
51 LIBJDS2 = serverdefs
|
|
52
|
|
53 JLIBLINKS = wnnenvrc wnnenvrc_R
|
|
54
|
|
55 LINKS = $(HINSILINKS) $(CLIENTSLINKS) $(JLIBLINKS)
|
|
56
|
|
57 all:: $(LINKS)
|
|
58
|
|
59 includes:: $(LINKS)
|
|
60
|
|
61 wnnenvrc:: wnnenvrc.omr
|
|
62 $(RM) $@
|
|
63 $(LN) $? $@
|
|
64
|
|
65 includes:: wnnenvrc
|
|
66
|
|
67 depend:: wnnenvrc
|
|
68
|
|
69 clean::
|
|
70 $(RM) wnnenvrc
|
|
71
|
|
72 wnnenvrc_R:: wnnenvrc_R.omr
|
|
73 $(RM) $@
|
|
74 $(LN) $? $@
|
|
75
|
|
76 includes:: wnnenvrc_R
|
|
77
|
|
78 depend:: wnnenvrc_R
|
|
79
|
|
80 clean::
|
|
81 $(RM) wnnenvrc_R
|
|
82
|
|
83 hinsi.data: $(PUBDICPLUSSRC)/hinsi.data
|
|
84 $(RM) $@
|
|
85 $(LN) $? $@
|
|
86
|
|
87 includes:: hinsi.data
|
|
88
|
|
89 depend:: hinsi.data
|
|
90
|
|
91 clean::
|
|
92 $(RM) hinsi.data
|
|
93
|
|
94 uumrc:: uumrc.omr
|
|
95 $(RM) $@
|
|
96 $(LN) $? $@
|
|
97
|
|
98 includes:: uumrc
|
|
99
|
|
100 depend:: uumrc
|
|
101
|
|
102 clean::
|
|
103 $(RM) uumrc
|
|
104
|
|
105 cvt_key_empty: $(WNNCNVFILEDIR)/cvt_key_empty
|
|
106 $(RM) $@
|
|
107 $(LN) $? $@
|
|
108
|
|
109 includes:: cvt_key_empty
|
|
110
|
|
111 depend:: cvt_key_empty
|
|
112
|
|
113 clean::
|
|
114 $(RM) cvt_key_empty
|
|
115
|
|
116 cvt_key_tbl: $(WNNCNVFILEDIR)/cvt_key_tbl
|
|
117 $(RM) $@
|
|
118 $(LN) $? $@
|
|
119
|
|
120 includes:: cvt_key_tbl
|
|
121
|
|
122 depend:: cvt_key_tbl
|
|
123
|
|
124 clean::
|
|
125 $(RM) cvt_key_tbl
|
|
126
|
|
127 cvt_key_tbl.ST: $(WNNCNVFILEDIR)/cvt_key_tbl.ST
|
|
128 $(RM) $@
|
|
129 $(LN) $? $@
|
|
130
|
|
131 includes:: cvt_key_tbl.ST
|
|
132
|
|
133 depend:: cvt_key_tbl.ST
|
|
134
|
|
135 clean::
|
|
136 $(RM) cvt_key_tbl.ST
|
|
137
|
|
138 cvt_key_tbl.gm: $(WNNCNVFILEDIR)/cvt_key_tbl.gm
|
|
139 $(RM) $@
|
|
140 $(LN) $? $@
|
|
141
|
|
142 includes:: cvt_key_tbl.gm
|
|
143
|
|
144 depend:: cvt_key_tbl.gm
|
|
145
|
|
146 clean::
|
|
147 $(RM) cvt_key_tbl.gm
|
|
148
|
|
149 cvt_key_tbl.kt: $(WNNCNVFILEDIR)/cvt_key_tbl.kt
|
|
150 $(RM) $@
|
|
151 $(LN) $? $@
|
|
152
|
|
153 includes:: cvt_key_tbl.kt
|
|
154
|
|
155 depend:: cvt_key_tbl.kt
|
|
156
|
|
157 clean::
|
|
158 $(RM) cvt_key_tbl.kt
|
|
159
|
|
160 cvt_key_tbl.mv: $(WNNCNVFILEDIR)/cvt_key_tbl.mv
|
|
161 $(RM) $@
|
|
162 $(LN) $? $@
|
|
163
|
|
164 includes:: cvt_key_tbl.mv
|
|
165
|
|
166 depend:: cvt_key_tbl.mv
|
|
167
|
|
168 clean::
|
|
169 $(RM) cvt_key_tbl.mv
|
|
170
|
|
171 cvt_key_tbl.vt: $(WNNCNVFILEDIR)/cvt_key_tbl.vt
|
|
172 $(RM) $@
|
|
173 $(LN) $? $@
|
|
174
|
|
175 includes:: cvt_key_tbl.vt
|
|
176
|
|
177 depend:: cvt_key_tbl.vt
|
|
178
|
|
179 clean::
|
|
180 $(RM) cvt_key_tbl.vt
|
|
181
|
|
182 install:: $(SERVERCDS)
|
|
183 @if [ -d $(DESTDIR)$(JWNNWNNDIR) ]; then set +x; \
|
|
184 else (set -x; $(MKDIRHIER) $(DESTDIR)$(JWNNWNNDIR)); fi
|
|
185 @for flag in ${MAKEFLAGS} ''; do \
|
|
186 case "$$flag" in *=*) ;; *[i]*) set +e;; esac; done; \
|
|
187 for i in $(SERVERCDS); do \
|
|
188 (set -x; $(INSTALL) $(INSTDATFLAGS) $$i $(DESTDIR)$(JWNNWNNDIR)); \
|
|
189 done
|
|
190
|
|
191 install:: $(CLIENTJDS1)
|
|
192 @if [ -d $(DESTDIR)$(JWNNWNNDIR) ]; then set +x; \
|
|
193 else (set -x; $(MKDIRHIER) $(DESTDIR)$(JWNNWNNDIR)); fi
|
|
194 @for flag in ${MAKEFLAGS} ''; do \
|
|
195 case "$$flag" in *=*) ;; *[i]*) set +e;; esac; done; \
|
|
196 for i in $(CLIENTJDS1); do \
|
|
197 (set -x; $(INSTALL) $(INSTDATFLAGS) $$i $(DESTDIR)$(JWNNWNNDIR)); \
|
|
198 done
|
|
199
|
|
200 install:: $(CLIENTJDS2)
|
|
201 @if [ -d $(DESTDIR)$(WNNWNNDIR) ]; then set +x; \
|
|
202 else (set -x; $(MKDIRHIER) $(DESTDIR)$(WNNWNNDIR)); fi
|
|
203 @for flag in ${MAKEFLAGS} ''; do \
|
|
204 case "$$flag" in *=*) ;; *[i]*) set +e;; esac; done; \
|
|
205 for i in $(CLIENTJDS2); do \
|
|
206 (set -x; $(INSTALL) $(INSTDATFLAGS) $$i $(DESTDIR)$(WNNWNNDIR)); \
|
|
207 done
|
|
208
|
|
209 install:: $(LIBJDS1)
|
|
210 @if [ -d $(DESTDIR)$(JWNNWNNDIR) ]; then set +x; \
|
|
211 else (set -x; $(MKDIRHIER) $(DESTDIR)$(JWNNWNNDIR)); fi
|
|
212 @for flag in ${MAKEFLAGS} ''; do \
|
|
213 case "$$flag" in *=*) ;; *[i]*) set +e;; esac; done; \
|
|
214 for i in $(LIBJDS1); do \
|
|
215 (set -x; $(INSTALL) $(INSTDATFLAGS) $$i $(DESTDIR)$(JWNNWNNDIR)); \
|
|
216 done
|
|
217
|
|
218 install:: $(LIBJDS2)
|
|
219 @if [ -d $(DESTDIR)$(WNNWNNDIR) ]; then set +x; \
|
|
220 else (set -x; $(MKDIRHIER) $(DESTDIR)$(WNNWNNDIR)); fi
|
|
221 @for flag in ${MAKEFLAGS} ''; do \
|
|
222 case "$$flag" in *=*) ;; *[i]*) set +e;; esac; done; \
|
|
223 for i in $(LIBJDS2); do \
|
|
224 (set -x; $(INSTALL) $(INSTDATFLAGS) $$i $(DESTDIR)$(WNNWNNDIR)); \
|
|
225 done
|
|
226
|
|
227 depend::
|
|
228
|
|
229 clean::
|
|
230 $(RM) $(LINKS)
|
|
231
|