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

#################################################################
########## Machine dependant compiler modification ##############
########### for the DEC3000 and 5000  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 = DEC 
COMPILER = gcc  -Wreturn-type -Wimplicit -Wunused -Wcomment -g \
	-fwritable-strings  

OPTIONS = -DBIBLIO 
LIBS = -lm  /usr/local/lib/gcc-gnulib

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

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