# 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 /gildas/ # MYROOT=/scisoft/gildas LAPACK =/scisoft/lib/liblapack.a#Name of LAPACK library (only needed for CLIC) SLATEC =/dev/null#Name of SLATEC library (needed for uv_fit and NIC) NAG =/dev/null#Name of NAG library (only needed for CLIC) MKDIR =${MYROOT}/export# Makefile archives (.TAR) TARDIR =${MYROOT}/export# Compressed archives (.tar.Z) REF =${MYROOT}/sou# Reference sources DEST =${MYROOT}/exe# Preprocessed sources # Supported paper size names are A4 and US_LETTER (8.5x11"). Others could # easily be added PAPER_SIZE = A4 # # System dependent part: linux GAG_SYS=linux-intel LINKC=gcc -O -L${DEST}/lib/ -L/usr/X11R6/lib/ LINK=g77 -O -L/scisoft/lib -L${DEST}/lib/ -L/usr/X11R6/lib COMPILC=gcc -pipe -c -O -Dlinux -Df2c -I/usr/local/include -I/usr/X11R6/include -I${DEST}/include/ COMPILF=g77 -c -O -finit-local-zero -fno-globals -w -I${DEST}/include/ # Special support for shared libraries ? SHARE=NO # Does fort77 Compiler supports -I option for include path ? GAG_INC=YES # Use "ranlib" command RANLIB=ranlib GAG_MOTIF=-L/usr/X11R6/lib/ -lMrm -lXm -lXt -lX11 -lXext -lSM -lICE