Using MAKE and CVS
MAKE
Recursive Make Considered Harmful
by Peter Miller.
Quick and Dirty Make Tutorial
at
Be Do Have Software
.
Another MAKE tutorial
by
Ben Y. Yoshino
.
Another MAKE tutorial
at the
Cornell Theory Center
.
A GNU Make Tutorial
by Byron Weber Baker.
The GNU MAKE homepage
with a brief description.
The GNU Make Reference
by Richard M. Stallman and Roland McGrath.
MAKEFILE coding conventions
according to the
GNU Coding Standards
.
CVS
CVS Tutorial
by Ben Fennema. Sparse; specific to a particular project.
Another CVS Tutorial
at the
Cellworks
project. This
page of basic commands
is especially useful.
Another tutorial
at NASA.
Another one-pager
.
The CVS Home Page
, and their
Introduction to CVS
, and
an on-line manual
, with
sample session
.
A useful trick: CVS change logs "can be converted automatically to a `ChangeLog' file using
rcs2log
; in Emacs, the command
C-x v a
(
vc-update-change-log
) does the job."