diff options
author | jb <jb@FreeBSD.org> | 1998-05-05 08:53:27 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-05 08:53:27 +0000 |
commit | 774841113f483760eb8464a02eec06142bd92db6 (patch) | |
tree | 2b4d529f8fabd850d4bb76bfbffe80ac4b575183 /gnu | |
parent | bf0c81b8872847f73bb7eac2deb72ad36df98ab3 (diff) | |
download | FreeBSD-src-774841113f483760eb8464a02eec06142bd92db6.zip FreeBSD-src-774841113f483760eb8464a02eec06142bd92db6.tar.gz |
Oops, missed the common part of gas.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/as/Makefile.inc0 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0 new file mode 100644 index 0000000..67dbb42 --- /dev/null +++ b/gnu/usr.bin/binutils/as/Makefile.inc0 @@ -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 |