Oops, missed the common part of gas.

This commit is contained in:
John Birrell 1998-05-05 08:53:27 +00:00
parent a33371d938
commit 9b87ba9b0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35739

View file

@ -0,0 +1,23 @@
#
# $Id: Makefile,v 1.2 1998/03/12 06:51:48 jb Exp $
#
.include "../../Makefile.inc0"
RELTOP:= ../${RELTOP}
.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
MAN1= doc/as.1
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 \
output-file.c read.c sb.c stabs.c \
subsegs.c symbols.c write.c
CFLAGS+= -I${SRCDIR}/gas
CFLAGS+= -I${SRCDIR}/gas/config
CFLAGS+= -I${SRCDIR}
LDADD+= -L${RELTOP}/libbfd -lbfd
LDADD+= -L${RELTOP}/libiberty -liberty
LDADD+= -L${RELTOP}/libopcodes -lopcodes