#### # # Top-level makefile for the full support project. It cd's to the appropriate # project sudirs to do the makes there. # project: requirements_ \ specification_ \ implementation_ \ testing_ \ documentation_ requirements_: # csh -q -c "cd requirements; # make ps-image-links; # make" specification_: # csh -q -c "cd specification; # make" design_: csh -q -c "cd design; \ make" implementation_: csh -q -c "cd implementation/executables/JVM; \ make" testing_: # csh -q -c "cd testing/implementation/JVM; # make" documentation_: csh -q -c "cd documentation; \ make ; make force-all" csh -q -c "cd documentation/conventions; \ make