Files
gf-core/lib/resource-1.0/Makefile
2006-03-16 20:33:35 +00:00

56 lines
1.5 KiB
Makefile

.PHONY: all test pretest langs present mathematical multimodal compiled treebank stat gfdoc clean
all: present mathematical multimodal langs compiled
test:
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
pretest:
echo "gr -cat=Cl -number=11 -prob | tb" | gf -probs=lang.gfprob -path=present:prelude -nocf ../present/Lang???.gfc
langs:
echo "s ;; pm | wf langs.gfcm" | gf -nocf -src */Lang??*.gf english/LangEng.gf +RTS -M800M -K100M
cp -p */*.gfc */*.gfr ../alltenses
present:
chmod u+x mkPresent
gf -make -src -preproc=./mkPresent */Lang??*.gf
mv */*.gfc */*.gfr ../present
mathematical:
gf -make -nocf -preproc=./mkPresent mathematical/Mathematical???.gf
mv mathematical/*.gfc ../mathematical
multimodal:
gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
mv multimodal/*.gfc multimodal/*.gfr ../multimodal
compiled:
cd .. ; tar cvfz compiled.tgz alltenses/ mathematical/ multimodal/ present/
treebank:
gf <mkTreebank.gfs
stat:
wc */*.gfc
gfdoc:
gfdoc -txthtml abstract/*.gf
gfdoc -txthtml */Paradigms*.gf
gfdoc -txthtml mathematical/Mathematical.gf
gfdoc -txthtml mathematical/Symbol.gf
gfdoc -txthtml mathematical/Predication.gf
gfdoc -txthtml multimodal/Demonstrative.gf
gfdoc -txthtml multimodal/Multimodal.gf
gfdoc -txthtml ../prelude/*.gf
mv abstract/*.html doc/gfdoc
mv mathematical/*.html doc/gfdoc
mv multimodal/*.html doc/gfdoc
mv */Paradigms*.html doc/gfdoc
cp */Irreg???.gf doc/gfdoc
mv ../prelude/*.html doc/gfdoc
clean:
rm */*.gfc */*.gfr */*.gf~