summaryrefslogtreecommitdiff
path: root/utils/2c/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/2c/mkfile')
-rw-r--r--utils/2c/mkfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/utils/2c/mkfile b/utils/2c/mkfile
deleted file mode 100644
index 7efbd5cc..00000000
--- a/utils/2c/mkfile
+++ /dev/null
@@ -1,30 +0,0 @@
-<../../mkconfig
-
-TARG=2c
-
-OFILES=\
- cgen.$O\
- reg.$O\
- txt.$O\
- peep.$O\
- swt.$O\
- sgen.$O\
- list.$O\
- enam.$O\
- mul.$O\
-
-HFILES=\
- gc.h\
- 2.out.h\
- ../cc/cc.h\
-
-LIBS=cc bio 9 # order is important
-
-BIN=$ROOT/$OBJDIR/bin
-
-<$ROOT/mkfiles/mkone-$SHELLTYPE
-
-$ROOT/$OBJDIR/lib/libcc.a:
- cd ../cc
- mk $MKFLAGS install
- mk $MKFLAGS clean