# SCCS: $Id: ALPHA_4_GCC_DEF,v 1.9 2000/04/11 12:44:14 srk Exp $ ################################################################# ############### acedb: R.Durbin and J.Thierry-Mieg ############## ################################################################# ################################################################# ########## Machine dependant compiler modification ############## ####### for the DEC-Alpha running Digital UNIX V4.0 ############# ################################################################# ########### 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 = ALPHA # Compiler used to build 3rd party libraries LIBCC = gcc COMPILER = gcc -g -DACEDB4 -ansi -pedantic -Wall -Wnested-externs -ieee_with_inexact `../w3rdparty/include-config -I/usr/local/include` LINKER = gcc -g # On DEC the library does not need to be ranlib'd RANLIB_NEEDED = false LIBS = `../w3rdparty/libs-config -L/usr/local/lib` -lreadline -lm -lcurses ################################################################# #################################################################