From e5888a1ffdae813d7575f5fb02275c6bb07e5199 Mon Sep 17 00:00:00 2001 From: Taru Karttunen Date: Wed, 30 Mar 2011 15:46:40 +0300 Subject: Import sources from 2011-03-30 iso image --- sys/src/cmd/pic/mkfile | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 sys/src/cmd/pic/mkfile (limited to 'sys/src/cmd/pic/mkfile') diff --git a/sys/src/cmd/pic/mkfile b/sys/src/cmd/pic/mkfile new file mode 100755 index 000000000..8fc141a93 --- /dev/null +++ b/sys/src/cmd/pic/mkfile @@ -0,0 +1,40 @@ +< /$objtype/mkfile + +TARG=pic +OFILES=picy.$O\ + picl.$O\ + main.$O\ + print.$O\ + misc.$O\ + symtab.$O\ + blockgen.$O\ + boxgen.$O\ + circgen.$O\ + arcgen.$O\ + linegen.$O\ + movegen.$O\ + textgen.$O\ + input.$O\ + for.$O\ + pltroff.$O\ + +HFILES=pic.h\ + y.tab.h\ + +YFILES=picy.y\ + +BIN=/$objtype/bin + $target + +clean:V: + rm -f *.[$OS] [$OS].out y.tab.? y.debug $TARG picy.c picl.c -- cgit v1.2.3