
#################################################################
############### acedb: R.Durbin and J.Thierry-Mieg ##############
############### wmake/SGI_DEF    Jan-12-1992       ##############
#################################################################

#################################################################
########## Machine dependant compiler modification ##############
########### for the SGI Silicon Graphics       ##################
#################################################################
########### 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 = gcc  -Wreturn-type -Wimplicit -Wunused -Wcomment -g \
	-fwritable-strings  

OPTIONS = -DBIBLIO 
LIBS = -lm  gcc-gnulib  #my own gcc on Baillie's machine
#LIBS = -lm  /usr/local/lib/gcc-gnulib # is more standard

.o.c:
	$(CC) -c $*.c

#################################################################
#################################################################
