######################################################################
# HISTORY
#  7-Dec-91  Alessandro Forin (af) at Carnegie-Mellon University
#	Created.
#
# $Log: Makefile-machdep,v $
# Revision 1.1.1.1  1998/12/29 21:36:27  paradis
# Initial CVS checkin
#
# 
######################################################################

# CMU env
alpha_CFLAGS	= -DEXPR_TAKES_BIGNUMS -DFIRST_32BIT_QUADRANT=1
alpha_OFILES	= alpha.o atof-ieee.o atof-vax.o alloca.o
alpha_LDLIBS	= -lcs -lc -ldivide

# OSf env
ALPHA_CFLAGS	= -g3 -Dalpha -DEXPR_TAKES_BIGNUMS 
ALPHA_OFILES	= alpha.o atof-ieee.o atof-vax.o alloca.o

alpha.o:	as.h read.h flonum.h bignum.h md.h \
		obstack.h frags.h struc-symbol.h a_out.h expr.h \
		symbols.h a_out.h alpha-opcode.h \
    	    	cross_32_to_64.h write.h hash.h a.out.h stab.h
expr.o:	    	as.h read.h flonum.h bignum.h md.h \
		obstack.h frags.h struc-symbol.h a_out.h expr.h \
		symbols.h a_out.h alpha-opcode.h \
    	    	cross_32_to_64.h write.h hash.h a.out.h stab.h
atof-ieee.o:	flonum.h bignum.h
atof-vax.o:	as.h read.h flonum.h bignum.h
