Deleted Added
full compact
Makefile (34503) Makefile (35720)
1#
1#
2# $Id: Makefile,v 1.1 1998/03/12 02:54:57 jdp Exp $
2# $Id$
3#
4
3#
4
5.include "../Makefile.inc0"
5GASES= ${MACHINE_ARCH} ${CROSS_TOOLS}
6.for _g in ${GASES}
7SUBDIR+= as_${_g}
8.endfor
6
9
7.PATH: ${SRCDIR}/gas ${SRCDIR}/gas/config
8
9PROG= as
10MAN1= doc/as.1
11SRCS+= app.c as.c atof-generic.c atof-ieee.c bignum-copy.c \
12 cond.c ecoff.c expr.c flonum-copy.c flonum-konst.c \
13 flonum-mult.c frags.c hash.c input-file.c \
14 input-scrub.c listing.c literal.c macro.c messages.c \
15 obj-elf.c output-file.c read.c sb.c stabs.c \
16 subsegs.c symbols.c write.c
17CFLAGS+= -I${SRCDIR}/gas
18CFLAGS+= -I${SRCDIR}/gas/config
19CFLAGS+= -I${SRCDIR}
20LDADD+= -L${RELTOP}/libbfd -lbfd
21LDADD+= -L${RELTOP}/libiberty -liberty
22
23.include <bsd.prog.mk>
10.include <bsd.subdir.mk>