diff --git a/_old/app/src/compdic/Makefile b/_old/app/src/compdic/Makefile index 90abb52..d22b4e0 100644 --- a/_old/app/src/compdic/Makefile +++ b/_old/app/src/compdic/Makefile @@ -1,4 +1,4 @@ -CFLAG1 = -m32 -Wno-deprecated -O3 -fpermissive +CFLAG1 = -Wno-deprecated -O3 -fpermissive CFLAG_ST = -Wno-deprecated -O3 -fpermissive -static all: compdic aut2fsa @@ -7,7 +7,6 @@ compdic: aut2fsa: aut2fsa.cc - #g++ -m32 -Wno-deprecated -O3 -fpermissive -static -o aut2fsa aut2fsa.cc g++ $(CFLAG1) -o aut2fsa aut2fsa.cc diff --git a/_old/app/src/compdic/compdic b/_old/app/src/compdic/compdic index f691fbf..a822a3e 100755 --- a/_old/app/src/compdic/compdic +++ b/_old/app/src/compdic/compdic @@ -20,11 +20,15 @@ done if [ $# -lt 2 ] then + echo + echo "compdic is a tool to compile lists of automaton paths (words) into the automaton format" + echo "suitable for use with lem, gue, cor, and kor components" + echo echo "Usage:" echo " compdic [-p ] " echo "where" echo " - file containig a list of words, one per line, iso-8859-2 encoded" - echo " - a file to which the compiled automaton (cor/kor format) shoul be written" + echo " - a file to which the compiled automaton (lem/gue/cor/kor format) should be written" exit 0 fi