# 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 =/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 =/users/gag/tarz# Makefile archives (.TAR) TARDIR =/users/gag/tarz# Compressed archives (.tar.Z) REF =/users/gag/sou# Reference sources DEST =/users/gag/exe# Preprocessed sources # # System dependent part: linux GAG_SYS=linux LINKC=gcc -O -pipe -L/usr/X11R6/lib -Wl,--rpath,/usr/X11R6/lib -L/usr/lib -Wl,--rpath,/usr/lib -L/usr/local/lib -Wl,--rpath,/usr/local/lib LINK=g77 -O -L/usr/X11R6/lib -Wl,--rpath,/usr/X11R6/lib -L/usr/lib -Wl,--rpath,/usr/lib -L/usr/local/lib -Wl,--rpath,/usr/local/lib COMPILC=gcc -pipe -c -O -Dlinux -Df2c -I/usr/local/include -I/usr/include/X11/ -I${DEST}/include/ COMPILF=g77 -c -O -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/local/lib -Wl,--rpath,/usr/local/lib -L/usr/X11R6/lib -Wl,--rpath,/usr/X11R6/lib -lMrm -lXm -lXt -lX11 -lXext -lSM -lICE PAPER_SIZE=local_paper_size