| 19 |  |  | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 20 |  | nb. You will need to ensure that the relevant libraries are in the | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 21 |  | build/lib directory. See the README in there for details. | 
 
 
 
 
 
 
 
 | 22 | + |  | 
 
 
 
 
 
 
 
 | 23 | + | Makefile | 
 
 
 
 
 
 
 
 | 24 | + | ======== | 
 
 
 
 
 
 
 
 | 25 | + | The following targets are available; | 
 
 
 
 
 
 
 
 | 26 | + |  | 
 
 
 
 
 
 
 
 | 27 | + | build | 
 
 
 
 
 
 
 
 | 28 | + |  | 
 
 
 
 
 
 
 
 | 29 | + | Compile the entire server package, include the IDL file. Generates the | 
 
 
 
 
 
 
 
 | 30 | + | JAR file for the final package. | 
 
 
 
 
 
 
 
 | 31 | + |  | 
 
 
 
 
 
 
 
 | 32 | + | run | 
 
 
 
 
 
 
 
 | 33 | + |  | 
 
 
 
 
 
 
 
 | 34 | + | Run's the server from the JAR file in /build. | 
 
 
 
 
 
 
 
 | 35 | + |  | 
 
 
 
 
 
 
 
 | 36 | + | clean | 
 
 
 
 
 
 
 
 | 37 | + |  | 
 
 
 
 
 
 
 
 | 38 | + | Cleans all compiled code, and javadoc pages. | 
 
 
 
 
 
 
 
 | 39 | + |  | 
 
 
 
 
 
 
 
 | 40 | + | distclean | 
 
 
 
 
 
 
 
 | 41 | + |  | 
 
 
 
 
 
 
 
 | 42 | + | Also cleans files left by configure, including the libraries. | 
 
 
 
 
 
 
 
 | 43 | + |  | 
 
 
 
 
 
 
 
 | 44 | + | install | 
 
 
 
 
 
 
 
 | 45 | + |  | 
 
 
 
 
 
 
 
 | 46 | + | Installs the server to a given directory. Also takes a prefix; | 
 
 
 
 
 
 
 
 | 47 | + | make install prefix = /usr/i-scream | 
 
 
 
 
 
 
 
 | 48 | + |  | 
 
 
 
 
 
 
 
 | 49 | + | cvsbuild | 
 
 
 
 
 
 
 
 | 50 | + |  | 
 
 
 
 
 
 
 
 | 51 | + | Builds any tagged version of the server from CVS. This saves the need to | 
 
 
 
 
 
 
 
 | 52 | + | checkout a version to build it, as it's all done automatically; | 
 
 
 
 
 
 
 
 | 53 | + | make install rev = RELEASE_1 | 
 
 
 
 
 
 
 
 | 54 | + | Default tag is HEAD. | 
 
 
 
 
 
 
 
 | 55 | + |  | 
 
 
 
 
 
 
 
 | 56 | + | javadoc | 
 
 
 
 
 
 
 
 | 57 | + |  | 
 
 
 
 
 
 
 
 | 58 | + | Builds all the javadoc pages in the `doc' directory. | 
 
 
 
 
 
 
 
 | 59 | + |  |