aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acidtypes/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-19 22:41:57 +0000
committerrsc <devnull@localhost>2004-04-19 22:41:57 +0000
commit98cd2746cff82ab359de6d6ce2c3f87b2c4166a8 (patch)
tree20ccb5bb9e6b0c369c47c66a0c4c4a8e8b7b2fb5 /src/cmd/acidtypes/mkfile
parent70e24710a84797be0c26fec6b22897ddccbf679c (diff)
downloadplan9port-98cd2746cff82ab359de6d6ce2c3f87b2c4166a8.tar.gz
plan9port-98cd2746cff82ab359de6d6ce2c3f87b2c4166a8.tar.bz2
plan9port-98cd2746cff82ab359de6d6ce2c3f87b2c4166a8.zip
add acidtypes
Diffstat (limited to 'src/cmd/acidtypes/mkfile')
-rw-r--r--src/cmd/acidtypes/mkfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/cmd/acidtypes/mkfile b/src/cmd/acidtypes/mkfile
new file mode 100644
index 00000000..e9e830e3
--- /dev/null
+++ b/src/cmd/acidtypes/mkfile
@@ -0,0 +1,23 @@
+<$PLAN9/src/mkhdr
+
+TARG=acidtypes
+
+OFILES=\
+ dwarf.$O\
+ main.$O\
+ stabs.$O\
+ type.$O\
+ util.$O\
+
+HFILES=\
+ dat.h\
+ ../../libmach/mach.h\
+ ../../libmach/elf.h\
+ ../../libmach/dwarf.h\
+ ../../libmach/stabs.h\
+
+CFLAGS=-I../../libmach $CFLAGS
+SHORTLIB=mach bio 9
+
+<$PLAN9/src/mkone
+