summaryrefslogtreecommitdiffstats
path: root/jacs/mkfile.plan9port
diff options
context:
space:
mode:
Diffstat (limited to 'jacs/mkfile.plan9port')
-rw-r--r--jacs/mkfile.plan9port25
1 files changed, 25 insertions, 0 deletions
diff --git a/jacs/mkfile.plan9port b/jacs/mkfile.plan9port
new file mode 100644
index 0000000..0003be3
--- /dev/null
+++ b/jacs/mkfile.plan9port
@@ -0,0 +1,25 @@
+</$PLAN9/src/mkhdr
+BIN=$PLAN9/bin
+
+LDFLAGS=-lxmlpull
+CFLAGS=-DPLAN9PORT
+TARG=jacc
+OFILES=\
+ dat.$O\
+ roster.$O\
+ recv.$O\
+ jacs.$O\
+
+HFILES=\
+ roster.h\
+ dat.h\
+ recv.h\
+ jacs.h\
+
+UPDATE=\
+ mkfile\
+ $HFILES\
+ ${OFILES:%.$O=%.c}\
+ ${TARG:%=/386/bin/%}\
+
+<$PLAN9/src/mkone