1*357f1050SThomas VeermanThis directory contains the example programs from the manual, and a 2*357f1050SThomas Veermanfew other things as well. To make all the programs, simply type "make 3*357f1050SThomas Veerman-f Makefile.examples", and assuming you have flex and gcc, all will be 4*357f1050SThomas Veermanwell. 5*357f1050SThomas Veerman 6*357f1050SThomas VeermanTo build the programs individually, type 7*357f1050SThomas Veerman 8*357f1050SThomas Veerman make -f Makefile.examples program_name 9*357f1050SThomas Veerman 10*357f1050SThomas VeermanFor example: 11*357f1050SThomas Veerman 12*357f1050SThomas Veerman make -f Makefile.examples expr 13