Makefile Configurations
The Makefile is configured by editing a file called
DA-5.2/local/Makefile.local. There is a file called
Makefile.local.sample inside your DA-5.2/local
directory which you should copy to Makefile.local, then edit. If you
are running CVS, Makefile.local will not be saved to CVS so local
changes will not be affected by new updates from CVS.
Important options to check are:
- Near the top of the file where you see the line: "CC= ..."
make sure that it is either gcc or cc. Most
people will want to use gcc but some people only have
cc installed on their system.
- Edit the line: "CGIBIN= ..." to be the full path
to atlases bin/DA bin directory. For example
this could be /opt/da_atlases/DA/bin/DA/.
Make sure that CGIBIN is set to be the same
as the CGI_PATH you set up in local.h.
- Edit the line: "DOCSDIR= ..." to be the full path to the
web server document root directory. For example,
/opt/da_atlases. Make sure that DOCSDIR is set to
be the same as the WEB_DOC_ROOT you set up in
local.h.
brinkley@u.washington.edu
Last modified 2018 June 12 by jfb