diff options
Diffstat (limited to 'utils/5l/mkfile')
| -rw-r--r-- | utils/5l/mkfile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/utils/5l/mkfile b/utils/5l/mkfile new file mode 100644 index 00000000..4be81d08 --- /dev/null +++ b/utils/5l/mkfile @@ -0,0 +1,32 @@ +<../../mkconfig + +TARG=5l + +OFILES=\ + asm.$O\ + list.$O\ + noop.$O\ + obj.$O\ + optab.$O\ + pass.$O\ + span.$O\ + enam.$O\ + $TARGMODEL.$O\ + thumb.$O\ + +HFILES=\ + l.h\ + ../5c/5.out.h\ + ../include/ar.h\ + +LIBS=bio 9 # order is important + +CFLAGS=$CFLAGS -I../include + +BIN=$ROOT/$OBJDIR/bin + +<$ROOT/mkfiles/mkone-$SHELLTYPE + +enam.$O: ../5c/enam.c + $CC $CFLAGS ../5c/enam.c + |
