summaryrefslogtreecommitdiff
path: root/utils/srclist/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/srclist/mkfile')
-rw-r--r--utils/srclist/mkfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/srclist/mkfile b/utils/srclist/mkfile
new file mode 100644
index 00000000..a8c2a4d6
--- /dev/null
+++ b/utils/srclist/mkfile
@@ -0,0 +1,19 @@
+<../../mkconfig
+
+TARG=srclist
+
+OFILES= srclist.$O\
+ $TARGMODEL.$O\
+
+HFILES=\
+ a.out.h\
+ bio.h\
+ mach.h\
+
+LIBS=mach bio 9 # order matters.
+
+CFLAGS=$CFLAGS -I../include
+
+BIN=$ROOT/$OBJDIR/bin
+
+<$ROOT/mkfiles/mkone-$SHELLTYPE