1# $Id: HP_4_GCC_DEF,v 1.1 2002/11/14 20:00:06 lstein Exp $
2
3
4#################################################################
5############### acedb: R.Durbin and J.Thierry-Mieg ##############
6########### wmake/DEC_ALPHA_DEF    March-18-1993       ##########
7#################################################################
8
9#################################################################
10########## Machine dependant compiler modification ##############
11####### for the DEC-Alpha 3000 model 500 running Unix ###########
12#################################################################
13########### This file is included by wmake/truemake #############
14######  Edit this file to adapt the ACeDB to a new machine ######
15#####   following the explanations given in wmake/truemake  #####
16#################################################################
17
18NAME = HP
19COMPILER = gcc -g -DNO_LEFT_CASTING -DACEDB4 -I/usr/include/X11R5 -I/usr/local/include/MIT/X11R5/include
20LINKER = gcc -g -L/usr/lib/X11R5
21
22LIBS = -lm
23
24#################################################################
25#################################################################
26
27