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

#################################################################
########## Machine dependant compiler modification ##############
###########  for the IBM work stations         ##################
#################################################################
########### 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 = IBM
#  (on Ibm I beleive that the cc native compiler is gnu-cc).
COMPILER = xlc

OPTIONS = -DBIBLIO 
LIBS = -lm 

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