aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acidtypes/mkfile
diff options
context:
space:
mode:
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
+