1998-03-01 23:41:17 +00:00
|
|
|
#
|
1998-03-12 05:14:19 +00:00
|
|
|
# $Id: Makefile,v 1.2 1998/03/12 02:55:32 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
|
1998-03-01 23:41:17 +00:00
|
|
|
CFLAGS+= -I${SRCDIR}/opcodes
|
|
|
|
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>
|