version 1.33, 2009/01/29 01:01:31
|
version 1.37, 2009/01/30 00:18:05
|
Line 215 if ($CHKLIBS == "no") then |
|
Line 215 if ($CHKLIBS == "no") then |
|
cd .. | cd .. |
| |
cd .. | cd .. |
else |
#else |
# Non-Stanford users: edit these lines to reflect the location of required | # Non-Stanford users: edit these lines to reflect the location of required |
# 3rd party libs: cfitsio.a | # 3rd party libs: cfitsio.a |
ln -sfv /usr/local/include include |
#ln -sfv /usr/local/include include |
if (!(-d lib)) mkdir lib |
#if (!(-d lib)) mkdir lib |
ln -sfv /usr/local/lib lib/$JSOC_MACHINE |
#ln -sfv /usr/local/lib lib/$JSOC_MACHINE |
endif | endif |
| |
set TPWARN = 0 | set TPWARN = 0 |
Line 353 if ($CHKLIBS == "yes") then |
|
Line 353 if ($CHKLIBS == "yes") then |
|
| |
endif | endif |
| |
# Call gen_init.csh to generate localized scripts and localization.h |
# Site Localization |
if (!(-e suflag.txt)) then | if (!(-e suflag.txt)) then |
|
if (!(-e config.local) then |
|
echo "You must copy config.local.template to config.local, then edit config.local to contain localized values." |
|
echo "****IMPORTANT WARNING**** The edited config.local will contain important entries - keep it safe, especially during updates to new NetDRMS versions." |
|
else |
|
echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> custom.mk |
./gen_init.csh | ./gen_init.csh |
endif | endif |
|
endif |