# 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 =/users/gag/export# Makefile archives (.TAR) TARDIR =/users/gag/export# Compressed archives (.tar.Z) REF =/users/gag/sou# Reference sources DEST =/users/gag/exe# Preprocessed sources # Supported paper size names are A4 and US_LETTER (8.5x11"). Others could # easily be added PAPER_SIZE = local_paper_size # # System dependent definitions (this version for Alpha/OSF-1) COMPILF = f77 -c -i4 -fpe1 -O2 -u -align dcommons# Fortran compiler with flags COMPILC = cc -c -O2 -Dunderscore # C compiler with flags LINK = f77 -O2 -fpe1 # loader SHARE = NO# No shareable libraries GAG_INC = NO# f77 compiler does not support -I option of include path RANLIB = ranlib# Use "ranlib" command GAG_MOTIF = -lMrm -lXm -lXt -lX11# link with Motif library #