Deleted Added
full compact
Makefile (36620) Makefile (45932)
1#
1#
2# $Id: Makefile,v 1.4 1998/05/04 21:21:17 jb Exp $
2# $Id: Makefile,v 1.5 1998/06/04 01:09:28 bde Exp $
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/binutils
8
9LIB= binutils
10SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
11 ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c
3#
4
5.include "../Makefile.inc0"
6
7.PATH: ${SRCDIR}/binutils
8
9LIB= binutils
10SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \
11 ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c
12.if ${MACHINE_ARCH} == "mipseb"
13CFLAGS+= -DTARGET=\"elf32-bigmips\"
14.elif ${MACHINE_ARCH} == "mipsel"
15CFLAGS+= -DTARGET=\"elf32-littlemips\"
16.else
12CFLAGS+= -DTARGET=\"${MACHINE_ARCH}-unknown-freebsdelf\"
17CFLAGS+= -DTARGET=\"${MACHINE_ARCH}-unknown-freebsdelf\"
18.endif
13CFLAGS+= -DVERSION=\"${VERSION}\"
14CFLAGS+= -I${SRCDIR}/binutils
15CFLAGS+= -I${SRCDIR}/bfd
16NOPROFILE= true
17NOPIC= true
18INTERNALLIB= true
19INTERNALSTATICLIB=true
20
21.include <bsd.lib.mk>
19CFLAGS+= -DVERSION=\"${VERSION}\"
20CFLAGS+= -I${SRCDIR}/binutils
21CFLAGS+= -I${SRCDIR}/bfd
22NOPROFILE= true
23NOPIC= true
24INTERNALLIB= true
25INTERNALSTATICLIB=true
26
27.include <bsd.lib.mk>