| 35 | 
   | 
 make install prefix=/some/path | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 36 | 
   | 
 make clean | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 37 | 
   | 
  | 
 
 
 
 
 
 
 
 
 | 38 | 
 + | 
 Alternatively there is a "make dist" target which will build a | 
 
 
 
 
 
 
 
 
 | 39 | 
 + | 
 distribution archive containing the built code, the javadoc, and | 
 
 
 
 
 
 
 
 
 | 40 | 
 + | 
 the source code. | 
 
 
 
 
 
 
 
 
 | 41 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 42 | 
   | 
 In more detail, the first line ensures that the required libraries are | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 43 | 
   | 
 available, and sets the Makefiles up so they know where everything is. | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 44 | 
   | 
 The second line compiles all of the code and creates a JAR file in the | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 102 | 
   | 
     make install prefix = /usr/i-scream | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 103 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 104 | 
   | 
 dist | 
 
 
 
 
 
 
 
 
 | 105 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 106 | 
   | 
   Builds a full distribution of the server. | 
 
 
 
 
 
 
 
 
 
 
 
 | 107 | 
 < | 
     make dist ver = 1.0 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 103 | 
 < | 
   Default ver is HEAD. | 
 
 
 
 
 
 
 
 
 
 | 107 | 
 > | 
     make dist dest=/tmp | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 108 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 109 | 
   | 
 dist-bin | 
 
 
 
 
 
 
 
 
 | 110 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 111 | 
   | 
   Builds a binary distribution of the server. | 
 
 
 
 
 
 
 
 
 
 
 
 | 112 | 
 < | 
     make dist ver = 1.0 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 108 | 
 < | 
   Default ver is HEAD. | 
 
 
 
 
 
 
 
 
 
 | 112 | 
 > | 
     make dist dest=/tmp | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 113 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 114 | 
   | 
 javadoc | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 115 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 116 | 
   | 
   Builds all the javadoc pages in the `doc' directory. | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 117 | 
   | 
  | 
 
 
 
 
 
 
 
 
 | 118 | 
 + | 
 src | 
 
 
 
 
 
 
 
 
 | 119 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 | 120 | 
 + | 
   Copies the whole src tree in to the `build/src' directory. | 
 
 
 
 
 
 
 
 
 | 121 | 
 + | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 122 | 
   | 
 buildutil | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 123 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 124 | 
   | 
     (it is recommended you run a "make clean" first) | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 125 | 
   | 
   Builds a seperate JAR file, in `build' called `iscream-util.jar'. | 
 
 
 
 
 
 
 
 
 
 
 
 | 126 | 
 < | 
   This file contains just the uk.ac.ukc.iscream.util package for | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 127 | 
 < | 
   use in other parts of the system, such as the clients. | 
 
 
 
 
 
 
 
 
 
 | 126 | 
 > | 
   This file contains just the uk.org.iscream.cms.server.util package | 
 
 
 
 
 
 | 127 | 
 > | 
   for use in other parts of the system, such as the clients. | 
 
 
 
 
 
 
 
 
 
 
 
 | 128 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 129 | 
   | 
 createtable | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 130 | 
   | 
  |