
#################################################################
############### acedb: R.Durbin and J.Thierry-Mieg ##############
############### wmake/SUN_STATIC_DEF March-22-1992 ##############
#################################################################

#################################################################
########## Machine dependant compiler modification ##############
########### for the SUN3/80 and sparc 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 = CONVEX
COMPILER = gcc -fpcc-struct-return -fwritable-strings -ggdb -O # -Wall

#BSTATIC = -Bstatic               # Static linkage, no shared libs
#OPTIONS = -DIPC  -DWCS  -DBIBLIO
OPTIONS = -DWCS  -DBIBLIO 
LIBS = -lm # /usr/local/lib/gcc-gnulib

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

