# $Id: SGI_5_GCC_DEF,v 1.2 2000/04/11 14:13:56 srk Exp $ ################################################################# ############### acedb: R.Durbin and J.Thierry-Mieg ############## ################################################################# ################################################################# ########## Machine dependant compiler modification ############## ########### for the SGI Silicon Graphics & gcc ################## ################################################################# ########### This file is included by wmake/truemake ############# ###### Edit this file to adapt the ACeDB to a new machine ###### ##### following the explanations given in wmake/truemake ##### ################################################################# NAME = SGI # Compiler used to build 3rd party libraries LIBCC = gcc COMPILER = gcc -g -DNO_LEFT_CASTING -Wall -DACEDB5 `../w3rdparty/include-config -I/usr/local/include` LINKER = gcc -g LIBS = `../w3rdparty/libs-config -L/usr/local/lib` -lm -lreadline -lcurses RANLIB_NEEDED = false .c.o: $(CC) -c $*.c ################################################################# #################################################################