directories of precompiled libraries under lib

This commit is contained in:
aarne
2006-02-25 21:12:59 +00:00
parent 9b0036457c
commit 5bd28ff6af
82 changed files with 55 additions and 1305 deletions

View File

@@ -1,4 +1,4 @@
all: langs mathematical multimodal
all: present mathematical multimodal langs
test: langs
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
@@ -7,17 +7,19 @@ langs:
echo "s ;; pm | wf langs.gfcm" | gf -nocf */Lang??*.gf english/LangEng.gf +RTS -M500M -K100M
present:
gf -batch -nocf -preproc=./mkPresent */Lang??*.gf
cp -p */*.gfc */*.gfr present
gf -nocf -preproc=./mkPresent */Lang??*.gf
mv */*.gfc */*.gfr ../present
mathematical: present
gf -batch -nocf -preproc=./mkPresent mathematical/Mathematical???.gf
mv mathematical/*.gf ../mathematical
multimodal: present
gf -batch -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
mv multimodal/*.gf ../multimodal
install:
cp -p */*.gfc */*.gfr langs
cp -p */*.gfc */*.gfr ../alltenses
stat:
wc */*.gfc
@@ -30,11 +32,13 @@ gfdoc:
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~