# 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 example below as template. # Example is given for /users/gag as the root of the GAG software tree. # # Site dependant 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 dependant part: AIX GAG_SYS=aix # Maxdata is the maximum number of 256 Mb memory segments that the program # is allowed to allocate for its data section. Here set for 1 Gb. LINK=xlf -O -bmaxdata:0x40000000 -L$(DEST)/lib #COMPILC=xlc -c -D_XOPEN_SOURCE -D_POSIX_SOURCE COMPILC=cc -c COMPILF=xlf -c -u -O -qcharlen=9000 -qnoescape -I. -I$(DEST)/include GAG_INC=YES# fort77 Compiler supports -I option for include path. SHARE=NO# Could be YES in principle, but this hasn't yet been # implemented for aix RANLIB=ranlib GAG_MOTIF=-lMrm -lXm -lXt -lX11