# 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 /home/dsegran/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/dsegran/gag/export# Makefile archives (.TAR) TARDIR =/home/dsegran/gag/export# Compressed archives (.tar.Z) REF =/home/dsegran/gag/sou# Reference sources DEST =/home/dsegran/gag/linus# Preprocessed sources # # System dependent part: linux GAG_SYS=linux LINK=g77 -fno-globals -L/usr/X11R6/lib/ #COMPILC=gcc -c -Dlinux -I/usr/include/X11/ -I${DEST}/include/ COMPILC=gcc -c -Df2c -Dlinux -I/usr/include/X11/ -I${DEST}/include/ # Suppress global checks of calling sequence consistency (should ideally # be recoded through explicit equivalences, as this forbids some inlining) # Specify that `\' is not to be specially interpreted in character constants COMPILF=g77 -c -fno-globals -Wno-globals -fno-backslash SHARE=NO# GAG_INC=NO# fort77 Compiler supports -I option for include path. RANLIB=ranlib# Use "ranlib" command