2023-08-22 11:35:15 -04:00
..
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2023-08-22 11:35:15 -04:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2023-06-05 07:02:59 -04:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00
2001-05-01 20:47:11 +00:00

This directory contains the example programs from the manual, and a
few other things as well. To make all the programs, simply type "make
-f Makefile.examples", and assuming you have flex and gcc, all will be
well.

To build the programs individually, type

   make -f Makefile.examples program_name

For example:

   make -f Makefile.examples expr

If you add an example to this directory, don't forget these steps:

* Add it to the EXTRA_DIST list in Makefile.am

* Add a build recipe to Makefile/examples.