| 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 |