# 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 =/dev/null#Name of LAPACK library (only needed for CLIC) SLATEC =/users/slatec#Name of SLATEC library (needed for uv_fit and NIC) NAG =/dev/null#Name of NAG library (only needed for CLIC) MKDIR =/home/gag/JUN97/export# Makefile archives (.TAR) TARDIR =/home/gag/JUN97/export# Compressed archives (.tar.Z) REF =/home/gag/JUN97/sou# Reference sources DEST =/home/gag/JUN97/exe# Preprocessed sources # # System dependent part: linux GAG_SYS=linux LINK=f77 -C -s -g -L/usr/X11/lib/ COMPILC=gcc -c -Dlinux -I/usr/X11/include/ -I${DEST}/include/ COMPILF=f77 -C -s -A -f -g -I${DEST}/include/ -c SHARE=NO# GAG_INC=YES# fort77 Compiler supports -I option for include path. RANLIB=ranlib# Use "ranlib" command GAG_MOTIF=-L/usr/X11/lib/ -lMrm -lXm -lXt -lXext