(linenum→info "unix/slp.c:2238")

anthy/9100e/alt-cannadic/Makefile.orig

    1: #
    2: # Makefile
    3: # 
    4: # Copyright Masao SUGIMOTO. 2000, 2001, 2002, 2003
    5: #
    6: # Author: Masao SUGIMOTO <sugimoto@oucrc.org>
    7: #
    8: # This program is free software; you can redistribute it and/or modify
    9: # it under the terms of the GNU General Public License as published by
   10: # the Free Software Foundation; either version 2, or (at your option)
   11: # any later version.
   12: #
   13: # This program is distributed in the hope that it will be useful,
   14: # but WITHOUT ANY WARRANTY; without even the implied warranty of
   15: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   16: # GNU General Public License for more details.
   17: #
   18: # You should have received a copy of the GNU General Public License
   19: # along with GNU Emacs; see the file COPYING.  If not, write to the
   20: # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   21: #
   22: 
   23: MAINTXTDIC      = gcanna.ctd
   24: SUBTXTDIC       = gcannaf.ctd
   25: 
   26: all: help
   27: 
   28: help:
   29:         @echo "see README"
   30: 
   31: maindic:
   32:         crxdic -m -o ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC}
   33:         crfreq -div 512 ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC:.ctd=.mwd}
   34: 
   35: maindic-old-version:
   36:         perl convert-old-cannadic.pl
   37:         crxdic -m -o ${MAINTXTDIC:.ctd=.cbd}.orig ${MAINTXTDIC}
   38:         crfreq ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC:.ctd=.mwd}
   39: 
   40: subdic:
   41:         crxdic -s -o ${SUBTXTDIC:.ctd=.cbd} ${SUBTXTDIC}
   42:         crfreq ${SUBTXTDIC:.ctd=.cbd} ${SUBTXTDIC:.ctd=.swd}
Syntax (Markdown)