Lines 6-12
Link Here
|
6 |
# Change the following 4 constants to suit your system: |
6 |
# Change the following 4 constants to suit your system: |
7 |
# |
7 |
# |
8 |
# PREFIX defines the directory below which cnet will be installed. |
8 |
# PREFIX defines the directory below which cnet will be installed. |
9 |
PREFIX = /usr/local |
9 |
PREFIX = /usr |
10 |
#PREFIX = $(HOME) |
10 |
#PREFIX = $(HOME) |
11 |
# |
11 |
# |
12 |
# BINDIR defines the directory where the cnet binary will be installed. |
12 |
# BINDIR defines the directory where the cnet binary will be installed. |
Lines 16-22
Link Here
|
16 |
LIBDIR = $(PREFIX)/lib/cnet |
16 |
LIBDIR = $(PREFIX)/lib/cnet |
17 |
# |
17 |
# |
18 |
# WWWDIR defines the directory to hold cnet's web-based documentation |
18 |
# WWWDIR defines the directory to hold cnet's web-based documentation |
19 |
WWWDIR = /home/httpd/html/cnet |
19 |
#WWWDIR = /home/httpd/html/cnet |
20 |
#WWWDIR = $(HOME)/WWW/cnet |
20 |
#WWWDIR = $(HOME)/WWW/cnet |
21 |
# |
21 |
# |
22 |
# --------------------------------------------------------------------- |
22 |
# --------------------------------------------------------------------- |