summaryrefslogtreecommitdiff
path: root/examples/manual/README
blob: 5386ca8b8bab046d632bb2eb0266d481fea07b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 ad an eample to this directory, don't frget these steps:

* Add it to the EXTRA_DIST list in Makefile.am

* Add a build recipe to Makefile/examples.