1# $Id: ALPHA_4_DEF,v 1.1 2002/11/14 20:00:06 lstein Exp $
2
3#################################################################
4############### acedb: R.Durbin and J.Thierry-Mieg ##############
5########### wmake/DEC_ALPHA_DEF    March-18-1993       ##########
6#################################################################
7
8#################################################################
9########## Machine dependant compiler modification ##############
10####### for the DEC-Alpha 3000 model 500 running Unix ###########
11#################################################################
12########### This file is included by wmake/truemake #############
13######  Edit this file to adapt the ACeDB to a new machine ######
14#####   following the explanations given in wmake/truemake  #####
15#################################################################
16
17NAME = ALPHA
18COMPILER = cc -g -std1 -ieee_with_inexact -DACEDB4
19LINKER = cc -g
20
21# On DEC the library does not need to be ranlib'd
22RANLIB_NEEDED = false
23
24LIBS = -lm
25
26.c.o:
27	$(CC)  $*.c
28
29#################################################################
30#################################################################
31
32
33