Add the alpha makefile.

Move tc-i386.c from Makefile to Makefile.i386 'cause alpha doesn't
like trying to swallow it. Indigestion, I think.
This commit is contained in:
John Birrell 1998-03-12 06:51:48 +00:00
parent ec14ed6ee5
commit 9fa2607935
3 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.1.1.1 1998/03/01 23:40:59 jdp Exp $
# $Id: Makefile,v 1.1 1998/03/12 02:54:57 jdp Exp $
#
.include "../Makefile.inc0"
@ -8,12 +8,12 @@
PROG= as
MAN1= doc/as.1
SRCS= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
cond.c ecoff.c expr.c flonum-copy.c flonum-konst.c \
flonum-mult.c frags.c hash.c input-file.c \
input-scrub.c listing.c literal.c macro.c messages.c \
obj-elf.c output-file.c read.c sb.c stabs.c \
subsegs.c symbols.c tc-i386.c write.c
subsegs.c symbols.c write.c
CFLAGS+= -I${SRCDIR}/gas
CFLAGS+= -I${SRCDIR}/gas/config
CFLAGS+= -I${SRCDIR}

View File

@ -0,0 +1,7 @@
#
# $Id: Makefile.i386,v 1.1 1998/03/12 02:54:57 jdp Exp $
#
BINDIR= /usr/bin
SRCS+= tc-alpha.c
LDADD+= -L${RELTOP}/libopcodes -lopcodes

View File

@ -1,5 +1,6 @@
#
# $Id$
# $Id: Makefile.i386,v 1.1 1998/03/12 02:54:57 jdp Exp $
#
BINDIR= /usr/libexec/elf
SRCS+= tc-i386.c