I found the source code for the redbook!
When i want to imake the source code, I get a pb.

I change the Imakefile as below:

TOP=/mysourcecode

INCLUDEDIR = /usr/include/GL

DEP_LIBRARIES = /usr/lib/libglut.a

LOCAL_LIBRARIES = $(DEP_LIBRARIES) -lXmu -lXext $(XLIB) -lGL -lGLU

INCLUDES = -I$(TOP) -I../.. -I$(INCLUDEDIR)/GL

AllTarget($(TARGETS) $(IMAGING_SUBSET))
.......

Atfer "imake", i get the error:

Imakefile.c:32: Imake.tmpl: No such file or directory
imake: Exit code 1.
Stop.

Please help!