0
|
1 #
|
|
2 # $Id: Makefile.in,v 1.10 2003/05/11 18:31:45 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, 2003
|
|
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 INCLUDES = -I$(CWNNINCLUDESRC) -I$(TOP)
|
|
36 DEFINES = $(CWNNDEFINES) $(CWNNLANGDEF)
|
|
37
|
|
38 SRCS = strings.c sstrings.c bdic.c hindo.c gethinsi.c revdic.c pwd.c bcopy.c \
|
|
39 xutoj.c dic_atojis.c msg.c yincoding.c py_table.c zy_table.c server_env.c
|
|
40 SRCS2 = getopt.c getopt1.c
|
|
41
|
|
42 OBJS = strings.o sstrings.o bdic.o hindo.o gethinsi.o revdic.o pwd.o bcopy.o \
|
|
43 xutoj.o dic_atojis.o msg.o yincoding.o py_table.o zy_table.o server_env.o
|
|
44 OBJS2 = getopt.o getopt1.o
|
|
45
|
|
46 all::
|
|
47
|
|
48 includes::
|
|
49
|
|
50 .c.o:
|
|
51 $(RM) $@
|
|
52 $(CC) -c $(CFLAGS) $(_NOOP_) $*.c
|
|
53
|
|
54 clean::
|
|
55
|
|
56 all:: $(SRCS) $(SRCS2) $(OBJS) $(OBJS2)
|
|
57
|
|
58 includes:: $(SRCS)
|
|
59
|
|
60 strings.c: $(WNNETCSRC)/strings.c
|
|
61 $(RM) $@
|
|
62 $(LN) $? $@
|
|
63
|
|
64 includes:: strings.c
|
|
65
|
|
66 depend:: strings.c
|
|
67
|
|
68 sstrings.c: $(WNNETCSRC)/sstrings.c
|
|
69 $(RM) $@
|
|
70 $(LN) $? $@
|
|
71
|
|
72 includes:: sstrings.c
|
|
73
|
|
74 depend:: sstrings.c
|
|
75
|
|
76 bdic.c: $(WNNETCSRC)/bdic.c
|
|
77 $(RM) $@
|
|
78 $(LN) $? $@
|
|
79
|
|
80 includes:: bdic.c
|
|
81
|
|
82 depend:: bdic.c
|
|
83
|
|
84 hindo.c: $(WNNETCSRC)/hindo.c
|
|
85 $(RM) $@
|
|
86 $(LN) $? $@
|
|
87
|
|
88 includes:: hindo.c
|
|
89
|
|
90 depend:: hindo.c
|
|
91
|
|
92 gethinsi.c: $(WNNETCSRC)/gethinsi.c
|
|
93 $(RM) $@
|
|
94 $(LN) $? $@
|
|
95
|
|
96 includes:: gethinsi.c
|
|
97
|
|
98 depend:: gethinsi.c
|
|
99
|
|
100 revdic.c: $(WNNETCSRC)/revdic.c
|
|
101 $(RM) $@
|
|
102 $(LN) $? $@
|
|
103
|
|
104 includes:: revdic.c
|
|
105
|
|
106 depend:: revdic.c
|
|
107
|
|
108 pwd.c: $(WNNETCSRC)/pwd.c
|
|
109 $(RM) $@
|
|
110 $(LN) $? $@
|
|
111
|
|
112 includes:: pwd.c
|
|
113
|
|
114 depend:: pwd.c
|
|
115
|
|
116 bcopy.c: $(WNNETCSRC)/bcopy.c
|
|
117 $(RM) $@
|
|
118 $(LN) $? $@
|
|
119
|
|
120 includes:: bcopy.c
|
|
121
|
|
122 depend:: bcopy.c
|
|
123
|
|
124 xutoj.c: $(WNNETCSRC)/xutoj.c
|
|
125 $(RM) $@
|
|
126 $(LN) $? $@
|
|
127
|
|
128 includes:: xutoj.c
|
|
129
|
|
130 depend:: xutoj.c
|
|
131
|
|
132 dic_atojis.c: $(WNNETCSRC)/dic_atojis.c
|
|
133 $(RM) $@
|
|
134 $(LN) $? $@
|
|
135
|
|
136 includes:: dic_atojis.c
|
|
137
|
|
138 depend:: dic_atojis.c
|
|
139
|
|
140 msg.c: $(WNNETCSRC)/msg.c
|
|
141 $(RM) $@
|
|
142 $(LN) $? $@
|
|
143
|
|
144 includes:: msg.c
|
|
145
|
|
146 depend:: msg.c
|
|
147
|
|
148 yincoding.c: $(WNNETCSRC)/yincoding.c
|
|
149 $(RM) $@
|
|
150 $(LN) $? $@
|
|
151
|
|
152 includes:: yincoding.c
|
|
153
|
|
154 depend:: yincoding.c
|
|
155
|
|
156 py_table.c: $(WNNETCSRC)/py_table.c
|
|
157 $(RM) $@
|
|
158 $(LN) $? $@
|
|
159
|
|
160 includes:: py_table.c
|
|
161
|
|
162 depend:: py_table.c
|
|
163
|
|
164 zy_table.c: $(WNNETCSRC)/zy_table.c
|
|
165 $(RM) $@
|
|
166 $(LN) $? $@
|
|
167
|
|
168 includes:: zy_table.c
|
|
169
|
|
170 depend:: zy_table.c
|
|
171
|
|
172 server_env.c: $(WNNETCSRC)/server_env.c
|
|
173 $(RM) $@
|
|
174 $(LN) $? $@
|
|
175
|
|
176 includes:: server_env.c
|
|
177
|
|
178 depend:: server_env.c
|
|
179
|
|
180 depend:: .depend
|
|
181
|
|
182 getopt.c: $(WNNETCSRC)/getopt.c
|
|
183 $(RM) $@
|
|
184 $(LN) $? $@
|
|
185
|
|
186 includes:: getopt.c
|
|
187
|
|
188 depend:: getopt.c
|
|
189
|
|
190 getopt1.c: $(WNNETCSRC)/getopt1.c
|
|
191 $(RM) $@
|
|
192 $(LN) $? $@
|
|
193
|
|
194 includes:: getopt1.c
|
|
195
|
|
196 depend:: getopt1.c
|
|
197
|
|
198 clean::
|
|
199 -$(RM) $(SRCS) $(SRCS2)
|
|
200 -$(RM) $(OBJS) $(OBJS2)
|