1<../../mkconfig 2 3TARG=iar # inferno archiver 4 5OFILES= ar.$O\ 6 $TARGMODEL.$O\ 7 8HFILES= ../include/a.out.h\ 9 ../../include/bio.h\ 10 ../include/mach.h\ 11 12LIBS=mach bio 9 # libbio.a uses lib9.a so order matters. 13 14BIN=$ROOT/$OBJDIR/bin 15 16<$ROOT/mkfiles/mkone-$SHELLTYPE 17 18CFLAGS= $CFLAGS -I../include 19