# Customization macros for the main gag software makefile. This file is # included in the main makefile, obviating the need for modifications there. # Edit to match your system, using the examples below as templates. # # Site dependent part: example for /users/gag/ # LAPACK =/usr/local/lib/liblapack.a#Name of LAPACK library SLATEC =/users/slatec#Name of SLATEC library (needed for uv_fit and NIC) NAG =/usr/lib/libnag.a#Name of NAG library (only needed for CLIC) MKDIR =/users/softs/export# Makefile archives (.TAR) TARDIR =/users/softs/export# Compressed archives (.tar.Z) REF =/users/softs/VAX/sou# Reference sources DEST =/users/softs/VAX/VAX# Preprocessed sources # Supported paper size names are A4 and US_LETTER (8.5x11"). Others could # easily be added PAPER_SIZE = A4 # # System dependent part: VAX GAG_SYS=VAX LINK=/users/softs/VAX/nolink COMPILC=/users/softs/VAX/noop COMPILF=/users/softs/VAX/noop SHARE=YES# NO is supported too GAG_INC=YES# fort77 Compiler supports -I option for include path. RANLIB=/users/softs/VAX/nolib #