From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- asm/mkfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 asm/mkfile (limited to 'asm/mkfile') diff --git a/asm/mkfile b/asm/mkfile new file mode 100644 index 00000000..ca7eb4ec --- /dev/null +++ b/asm/mkfile @@ -0,0 +1,21 @@ +<../mkconfig + +TARG=asm +OFILES=\ + lex.$O\ + assem.$O\ + y.tab.$O + +YFILES= asm.y + +HFILES=\ + asm.h\ + $ROOT/libinterp/tab.h\ + $ROOT/include/isa.h\ + y.tab.h + +LIBS=bio 9 + +BIN=$ROOT/$OBJDIR/bin + +<$ROOT/mkfiles/mkone-$SHELLTYPE -- cgit v1.2.3