# 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 =/users/lapack#Name of LAPACK library (only needed for CLIC) SLATEC =/users/slatec#Name of SLATEC library (needed for uv_fit and NIC) NAG =/users/nag#Name of NAG library (only needed for CLIC) MKDIR =/usr/gag/export# Makefile archives (.TAR) TARDIR =/usr/gag/export# Compressed archives (.tar.Z) REF =/usr/gag/sou# Reference sources DEST =/usr/gag/exe# Preprocessed sources # # System dependent part: linux GAG_SYS=linux LINK=f77 -Nl100 COMPILC=gcc -c -Df2c -Dlinux -I/usr/include/X11/ -I${DEST}/include/ COMPILF=f77 -c SHARE=NO# GAG_INC=NO# fort77 Compiler supports -I option for include path. RANLIB=ranlib# Use "ranlib" command