aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-21 13:54:34 +0000
committerrsc <devnull@localhost>2004-03-21 13:54:34 +0000
commit768206abfcf505fb034a0151bf263bc0b1f2380c (patch)
tree4f21b2651976054664ba9f9f6c63202de5e9bf6a /src/cmd/rio/mkfile
parentca0c710cf841ff87627c98b58a61282cc79934d9 (diff)
downloadplan9port-768206abfcf505fb034a0151bf263bc0b1f2380c.tar.gz
plan9port-768206abfcf505fb034a0151bf263bc0b1f2380c.tar.bz2
plan9port-768206abfcf505fb034a0151bf263bc0b1f2380c.zip
Add mkfile.
Diffstat (limited to 'src/cmd/rio/mkfile')
-rw-r--r--src/cmd/rio/mkfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cmd/rio/mkfile b/src/cmd/rio/mkfile
new file mode 100644
index 00000000..8881190c
--- /dev/null
+++ b/src/cmd/rio/mkfile
@@ -0,0 +1,20 @@
+<$PLAN9/src/mkhdr
+
+OFILES=\
+ client.$O\
+ color.$O\
+ cursor.$O\
+ error.$O\
+ event.$O\
+ grab.$O\
+ main.$O\
+ manage.$O\
+ menu.$O\
+
+HFILES=dat.h fns.h
+
+TARG=rio
+
+LDFLAGS=-L$X11/lib -lXext -lX11
+
+<$PLAN9/src/mkone