Changeset 131 for lang/scheme/gauche/bindings/mecab/trunk/Makefile.in
- Timestamp:
- 04/15/09 09:41:07 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/scheme/gauche/bindings/mecab/trunk/Makefile.in
r117 r131 1 1 # 2 # $Id: Makefile.in,v 1. 3 2009/03/02 03:52:45 shirokExp $2 # $Id: Makefile.in,v 1.4 2009/03/25 06:22:38 naoya_t Exp $ 3 3 # 4 4 … … 55 55 $(GOSH) -I. -I$(srcdir) $(srcdir)/test.scm > test.log 56 56 57 # dictionary-dependent tests (optional) 58 check-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 57 63 install : all 58 64 $(INSTALL) -m 444 -T $(GAUCHE_PKGINCDIR) $(HEADERS)