summaryrefslogtreecommitdiff
path: root/utils/iar/mkfile
blob: 35f60249eba16ecd75fe98257a6e9c0b736364eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<../../mkconfig

TARG=iar	# inferno archiver

OFILES=	ar.$O\
	$TARGMODEL.$O\

HFILES=	../include/a.out.h\
	../../include/bio.h\
	../include/mach.h\

LIBS=mach bio 9		# libbio.a uses lib9.a so order matters.

BIN=$ROOT/$OBJDIR/bin

<$ROOT/mkfiles/mkone-$SHELLTYPE

CFLAGS=	$CFLAGS -I../include