1998-03-01 23:41:17 +00:00
|
|
|
#
|
1999-03-01 04:01:57 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/03/12 05:14:19 jdp Exp $
|
1998-03-01 23:41:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../Makefile.inc0"
|
|
|
|
|
|
|
|
.PATH: ${SRCDIR}/opcodes
|
|
|
|
|
|
|
|
LIB= opcodes
|
1998-03-12 02:55:43 +00:00
|
|
|
SRCS+= dis-buf.c disassemble.c
|
1999-03-01 04:01:57 +00:00
|
|
|
CFLAGS+= -I${SRCDIR}/opcodes -I${SRCDIR}/bfd
|
1998-03-01 23:41:17 +00:00
|
|
|
NOPROFILE= true
|
|
|
|
NOPIC= true
|
1998-03-12 05:14:19 +00:00
|
|
|
INTERNALLIB= true
|
|
|
|
INTERNALSTATICLIB=true
|
1998-03-01 23:41:17 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|