5265ace0e4
Obtained from: elftoolchain.org
21 lines
276 B
Makefile
21 lines
276 B
Makefile
# $Id: Makefile 2903 2013-01-16 12:35:50Z jkoshy $
|
|
|
|
TOP= ..
|
|
|
|
PROG= isa
|
|
SRCS= isa.c
|
|
LSRC=
|
|
YSRC=
|
|
LDADD= -lelftc
|
|
|
|
ISA= avr.isa
|
|
|
|
MAN= isa.1 isa.5
|
|
|
|
check-specifications: .PHONY
|
|
.for f in ${ISA}
|
|
${.OBJDIR}/${PROG} -n --query ${f}
|
|
.endfor
|
|
|
|
.include "${TOP}/mk/elftoolchain.prog.mk"
|