summaryrefslogtreecommitdiff
path: root/utils/2a/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/2a/mkfile')
-rw-r--r--utils/2a/mkfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/utils/2a/mkfile b/utils/2a/mkfile
deleted file mode 100644
index 2cf27e17..00000000
--- a/utils/2a/mkfile
+++ /dev/null
@@ -1,30 +0,0 @@
-<../../mkconfig
-
-TARG=2a
-
-OFILES=\
- y.tab.$O\
- lex.$O\
-
-HFILES=\
- ../2c/2.out.h\
- y.tab.h\
- a.h\
-
-YFILES=a.y\
-
-LIBS=cc bio 9 # order is important
-
-BIN=$ROOT/$OBJDIR/bin
-
-<$ROOT/mkfiles/mkone-$SHELLTYPE
-
-YFLAGS=-D1 -d
-CFLAGS= $CFLAGS -I../include
-
-lex.$O: ../cc/macbody ../cc/lexbody
-
-$ROOT/$OBJDIR/lib/libcc.a:
- cd ../cc
- mk $MKFLAGS install
- mk $MKFLAGS clean