summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/aic7xxx/Makefile.sequencer
blob: 57060b6a28f9da12d90dbb34f3dfd26bba69c8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	$NetBSD: Makefile.sequencer,v 1.3 2001/12/12 01:50:04 tv Exp $

SEQHEADER=aic7xxx_seq.h
REGHEADER=aic7xxx_reg.h

AICASMINCS=-I/usr/include -I../../..

PROG=	aicasm

SRCS=	aicasm.c aicasm_symbol.c aicasm_scan.l aicasm_gram.y

YHEADER=1

DPADD+= ${LIBL}
LDADD+= -ll

NOSHARE=# defined

.include <bsd.prog.mk>

regen: headers

headers: ${PROG} aic7xxx.seq
	./${PROG} ${AICASMINCS} -o ${SEQHEADER} -r ${REGHEADER} aic7xxx.seq