Show
Ignore:
Timestamp:
04/15/09 09:41:07 (15 years ago)
Author:
naoya_t
Message:

=> http://cvs.sourceforge.jp/view/gauche/Gauche-mecab/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/scheme/gauche/bindings/mecab/trunk/Makefile.in

    r117 r131  
    11# 
    2 # $Id: Makefile.in,v 1.3 2009/03/02 03:52:45 shirok Exp $ 
     2# $Id: Makefile.in,v 1.4 2009/03/25 06:22:38 naoya_t Exp $ 
    33# 
    44 
     
    5555        $(GOSH) -I. -I$(srcdir) $(srcdir)/test.scm > test.log 
    5656 
     57# dictionary-dependent tests (optional) 
     58check-dep : all 
     59        @rm -f test-dep-1.log test-dep-ipadic.log 
     60        $(GOSH) -I. -I$(srcdir) $(srcdir)/test-dep-1.scm > test-dep-1.log 
     61        $(GOSH) -I. -I$(srcdir) $(srcdir)/test-dep-ipadic.scm > test-dep-ipadic.log 
     62 
    5763install : all 
    5864        $(INSTALL) -m 444 -T $(GAUCHE_PKGINCDIR) $(HEADERS)