NetBSD/sys/dev/microcode/aic7xxx/Makefile.sequencer

25 lines
419 B
Makefile

# $NetBSD: Makefile.sequencer,v 1.2 2000/03/15 02:09:08 fvdl 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
MKSHARE=no
.include <bsd.prog.mk>
regen: headers
headers: ${PROG} aic7xxx.seq
./${PROG} ${AICASMINCS} -o ${SEQHEADER} -r ${REGHEADER} aic7xxx.seq