comparison cWnn/romkan/Makefile.in @ 0:bbc77ca4def5

initial import
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 13 Dec 2007 04:30:14 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bbc77ca4def5
1 #
2 # $Id: Makefile.in,v 1.11 2006/03/02 17:18:49 aonoto 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, 2006
14 #
15 # Maintainer: FreeWnn Project
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_builddir@/makerule.mk
33 top_srcdir = @top_srcdir@
34 top_builddir = @top_builddir@
35
36 INCLUDES = -I$(CWNNINCLUDESRC) -I$(top_builddir)
37 DEFINES = $(CWNNDEFINES) -DWNNDEFAULT $(CWNNLANGDEF)
38 LINTLIBS =
39
40 HDRS = rk_extvars.h rk_fundecl.h rk_header.h rk_macros.h rk_spclval.h
41
42 SRCS= rk_bltinfn.c rk_main.c rk_modread.c rk_read.c rk_vars.c
43
44 OBJS= rk_bltinfn.o rk_main.o rk_modread.o rk_read.o rk_vars.o
45
46 all::
47
48 includes::
49
50 .c.o:
51 $(RM) $@
52 $(LT_CC) -c $(CFLAGS) $(_NOOP_) $<
53
54 clean::
55 $(RM) -r .libs
56 $(RM) *.lo *.la
57
58 all:: $(HDRS) $(SRCS) $(OBJS)
59
60 includes:: $(HDRS) $(SRCS)
61
62 rk_extvars.h: $(WNNROMKANSRC)/rk_extvars.h
63 $(RM) $@
64 $(LN) $? $@
65
66 includes:: rk_extvars.h
67
68 depend:: rk_extvars.h
69
70 clean::
71 $(RM) rk_extvars.h
72
73 rk_fundecl.h: $(WNNROMKANSRC)/rk_fundecl.h
74 $(RM) $@
75 $(LN) $? $@
76
77 includes:: rk_fundecl.h
78
79 depend:: rk_fundecl.h
80
81 clean::
82 $(RM) rk_fundecl.h
83
84 rk_header.h: $(WNNROMKANSRC)/rk_header.h
85 $(RM) $@
86 $(LN) $? $@
87
88 includes:: rk_header.h
89
90 depend:: rk_header.h
91
92 clean::
93 $(RM) rk_header.h
94
95 rk_macros.h: $(WNNROMKANSRC)/rk_macros.h
96 $(RM) $@
97 $(LN) $? $@
98
99 includes:: rk_macros.h
100
101 depend:: rk_macros.h
102
103 clean::
104 $(RM) rk_macros.h
105
106 rk_spclval.h: $(WNNROMKANSRC)/rk_spclval.h
107 $(RM) $@
108 $(LN) $? $@
109
110 includes:: rk_spclval.h
111
112 depend:: rk_spclval.h
113
114 clean::
115 $(RM) rk_spclval.h
116
117 rk_bltinfn.c: $(WNNROMKANSRC)/rk_bltinfn.c
118 $(RM) $@
119 $(LN) $? $@
120
121 includes:: rk_bltinfn.c
122
123 depend:: rk_bltinfn.c
124
125 clean::
126 $(RM) rk_bltinfn.c
127
128 rk_main.c: $(WNNROMKANSRC)/rk_main.c
129 $(RM) $@
130 $(LN) $? $@
131
132 includes:: rk_main.c
133
134 depend:: rk_main.c
135
136 clean::
137 $(RM) rk_main.c
138
139 rk_modread.c: $(WNNROMKANSRC)/rk_modread.c
140 $(RM) $@
141 $(LN) $? $@
142
143 includes:: rk_modread.c
144
145 depend:: rk_modread.c
146
147 clean::
148 $(RM) rk_modread.c
149
150 rk_read.c: $(WNNROMKANSRC)/rk_read.c
151 $(RM) $@
152 $(LN) $? $@
153
154 includes:: rk_read.c
155
156 depend:: rk_read.c
157
158 clean::
159 $(RM) rk_read.c
160
161 rk_vars.c: $(WNNROMKANSRC)/rk_vars.c
162 $(RM) $@
163 $(LN) $? $@
164
165 includes:: rk_vars.c
166
167 depend:: rk_vars.c
168
169 clean::
170 $(RM) rk_vars.c
171
172 depend:: .depend
173
174 clean::
175 $(RM) $(HDRS) $(SRCS)