25 lines
424 B
Makefile
25 lines
424 B
Makefile
# $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
|