summaryrefslogtreecommitdiff
path: root/libmp/Plan9-power/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmp/Plan9-power/mkfile')
-rw-r--r--libmp/Plan9-power/mkfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/libmp/Plan9-power/mkfile b/libmp/Plan9-power/mkfile
new file mode 100644
index 00000000..9f5db59f
--- /dev/null
+++ b/libmp/Plan9-power/mkfile
@@ -0,0 +1,20 @@
+objtype=power
+OBJTYPE=$objtype
+<../../mkconfig
+
+LIB=libmp.a
+SFILES=\
+ mpvecadd.s\
+ mpvecdigmuladd.s\
+ mpvecdigmulsub.s\
+ mpvecsub.s\
+
+HFILES=$ROOT/$SYSTARG/$OBJTYPE/include/u.h $ROOT/include/mp.h ../port/dat.h
+
+OFILES=${SFILES:%.s=%.$O}
+
+UPDATE=mkfile\
+ $HFILES\
+ $SFILES\
+
+<$ROOT/mkfiles/mksyslib-$SHELLTYPE