mkfile 293 B

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