# CondCons - Conditional Consistencies in Sound and Spelling out/results.html: cond_cons.pl words-aligned \ out/pgive perl cond_cons.pl < words-aligned > out/results.html out/minimal.html: cond_cons.pl out/words-aligned \ out/pgive -mkdir minimal perl cond_cons.pl \ --iter=100 --noreading --nocvc --nochildren --assign-silent-e \ --output=minimal --pgive=out/pgive \ < words-aligned > minimal/test-results.html out/pgive: out/pgive.o gcc -o out/pgive out/pgive.o -lm out/pgive.o: pgive.c -mkdir out gcc -o out/pgive.o -c -O3 pgive.c SOURCE = cond_cons.pl COPYING Makefile pgive.c README words-aligned CondCons.tgz: $(SOURCE) cp -a $(SOURCE) CondCons tar cvzf CondCons.tgz CondCons/* WWW = /home/bkessler/public_html/RelSoundLetMono/src www: CondCons.tgz -mkdir $(WWW) cp -a CondCons.tgz CondCons/* $(WWW) # out/words-aligned: align.pl out/words-list perl -w align.pl < out/words-list > out/words-aligned out/words-list: out/retained.xml list-words.pl \ emenda grammatical-words s-words perl list-words.pl < out/retained.xml > \ out/words-list out/retained.xml: merged winnow.pl -mkdir out perl winnow.pl < merged > out/retained.xml sort out/tableau -o out/tableau