# $Id: HP_4_GCC_DEF,v 1.2 2000/04/11 13:16:14 srk Exp $ ################################################################# ############### acedb: R.Durbin and J.Thierry-Mieg ############## ########### wmake/DEC_ALPHA_DEF March-18-1993 ########## ################################################################# ################################################################# ########## Machine dependant compiler modification ############## ####### for the DEC-Alpha 3000 model 500 running Unix ########### ################################################################# ########### 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 = HP # Compiler used to build 3rd party libraries LIBCC = gcc COMPILER = gcc -g -DNO_LEFT_CASTING -DACEDB4 `../w3rdparty/include-config -I/usr/include/X11R5 -I/usr/local/include/MIT/X11R5/include` LINKER = gcc -g LIBS = LIBS = `../w3rdparty/libs-config -L/usr/local/lib` -lreadline -lm -lcurses RANLIB_NEEDED = false ################################################################# #################################################################