OSDN Git Service

add ChangeLog
[canna-yubin/canna-yubin.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2001 Yoshito Komatsu
3 #               2014, 2015 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
4 #
5 # This program is free software; you can redistribute it and/or modify it 
6 # under the terms of the GNU General Public License as published 
7 # by the Free Software Foundation; either version 2 of the License,
8 # or (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty
12 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 # See the GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program;
17 # if not, write to the Free Software Foundation, Inc.,
18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
20 AUTOMAKE_OPTIONS= check-news
21 SUFFIXES= .ctb .cbd .cld
22
23 EXTRA_DIST= yu2.PL KEN_ALL.CSV JIGYOSYO.CSV README.eucJP COPYING.GPL2
24 CLEANFILES= @CANNATARGETS@ $(CANNATMPFILE) @WNNTARGETS@
25
26 cannadic_DATA= @CANNATARGETS@
27 cannadicdir= @CANNADICDIR@
28 CANNATMPFILE=yubin7.ctd
29
30 wnndic_DATA= @WNNTARGETS@
31 wnndicdir= @WNNDICDIR@
32
33 $(wnndic_DATA):
34         $(top_srcdir)/yu2.PL --yubin=$(top_srcdir)/KEN_ALL.CSV --jigyosho=$(top_srcdir)/JIGYOSYO.CSV --ime=wnn | $(ATOD) -s 200000 $@
35
36 $(cannadic_DATA): $(CANNATMPFILE)
37
38 $(CANNATMPFILE):
39         $(top_srcdir)/yu2.PL --yubin=$(top_srcdir)/KEN_ALL.CSV --jigyosho=$(top_srcdir)/JIGYOSYO.CSV >$@
40
41 .ctd.cbd:
42         $(MKBINDIC) $<
43
44 .ctd.cld:
45         $(MKBINDIC) $<