| 12 |
|
# Location of the CVS Repository Root |
| 13 |
|
CVSROOT = /usr/local/proj/co600_10/cvs |
| 14 |
|
CVSMODULE = source/client/conient |
| 15 |
+ |
CVS = /usr/local/bin/cvs |
| 16 |
|
# ****** These need to be set correctly ****** |
| 17 |
|
|
| 18 |
|
# Location of the build directory |
| 19 |
|
BUILD = $(SOURCEROOT)/build |
| 20 |
+ |
# Relative (to BUILD) location of the configuration files |
| 21 |
+ |
ETCDIR = $(BUILD)/etc |
| 22 |
+ |
# Relative (to BUILD) location of the resources |
| 23 |
+ |
RESOURCESDIR = $(BUILD)/resources |
| 24 |
|
# Relative (to BUILD) location of the libraries |
| 25 |
|
LIBDIR = $(BUILD)/lib |
| 26 |
|
# Location of the main include |
| 55 |
|
# Name of JAR file (will be created in BUILD) |
| 56 |
|
PACKAGE = iscream-conient.jar |
| 57 |
|
# Main-class to be added to the Manifest |
| 58 |
< |
MAINCLASS = uk.ac.ukc.iscream.conient.SwingClient |
| 58 |
> |
MAINCLASS = uk.ac.ukc.iscream.conient.Conient |
| 59 |
|
# Class-path to be added to the Manifest |
| 60 |
|
CLPATH = lib/jaxp.jar lib/parser.jar lib/iscream-util.jar |
| 61 |
|
|
| 63 |
|
## CHECK Files (for dependencies) |
| 64 |
|
BUILDCHECK = $(SOURCEROOT)/.donebuild |
| 65 |
|
COMPILECHECK = .donecompile |
| 66 |
+ |
COPYCHECK = .donecopy |
| 67 |
|
|
| 68 |
|
|
| 69 |
|
## Javadoc package list |