# 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 part: HP-UX GAG_SYS=HPUX LINK=fort77 -q +T +FPD -L/usr/lib/X11R6/ COMPILC=c89 -c -O +z -I/usr/include/X11R6 -I/usr/include/Motif1.2 -D_INCLUDE_XOPEN_SOURCE -D_INCLUDE_POSIX_SOURCE -D_INCLUDE_HPUX_SOURCE -D_INCLUDE_XOPEN_SOURCE_EXTENDED -D_INCLUDE_AES_SOURCE COMPILF=fort77 -c +O2 -u +z -I${DEST}/include SHARE=YES# NO is supported too GAG_INC=YES# fort77 Compiler supports -I option for include path. RANLIB=echo GAG_MOTIF=-L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -lMrm -lXm -lXt -lX11 #