root/lang/gauche/oldtype/trunk/src/Makefile @ 7811

Revision 7811, 0.5 kB (checked in by kiyoka, 5 years ago)

Added all project files of OldType?. (ported from sourceforge.jp)

Line 
1# -*- coding: utf-8 -*-
2
3OTSAMPLE='../edit/Test.ot'
4
5all: log.txt ann.txt
6        gosh -I ../Kahua/oldtype ./oldtype_to internal  ${OTSAMPLE} log.txt ann.txt > out.sexp
7        gosh -I ../Kahua/oldtype ./oldtype_to sxml      ${OTSAMPLE} > out.sxml
8        gosh -I ../Kahua/oldtype ./oldtype_to plain     ${OTSAMPLE} > out.txt
9
10log.txt:
11        svn --xml log ../ > log.txt
12
13ann.txt:
14        svn ann ${OTSAMPLE} > ann.txt
15
16test:
17        @cat ${OTSAMPLE} | gosh -I ../lib test.scm
18
19svninfo:
20        svn --xml info ${OTSAMPLE} > info.xml
21        ./oldtype_svninfo shell < info.xml
22
23t:
24        ./oldtype_svninfo shell < /tmp/t.xml
Note: See TracBrowser for help on using the browser.