AcePerl

 view release on metacpan or  search on metacpan

acelib/wmake/ALPHA_G3_DEF  view on Meta::CPAN

# $Id: ALPHA_G3_DEF,v 1.1 2002/11/14 20:00:06 lstein 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 = ALPHA
COMPILER = gcc -g -DACEDB3
LINKER = gcc -g

LIBS = -lm 

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

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



( run in 1.618 second using v1.01-cache-2.11-cpan-df04353d9ac )