diff options
author | wkj <devnull@localhost> | 2004-04-21 04:45:31 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-04-21 04:45:31 +0000 |
commit | ac0e2db600593d5b30550453b78874bfa0611751 (patch) | |
tree | b5532ae46d9dae89a4ba22e30fb7ff15e4aa173b /src/libmp/386/mkfile | |
parent | f2a700e22af3cf792837935f8e8ed42d533d552e (diff) | |
download | plan9port-ac0e2db600593d5b30550453b78874bfa0611751.tar.gz plan9port-ac0e2db600593d5b30550453b78874bfa0611751.tar.bz2 plan9port-ac0e2db600593d5b30550453b78874bfa0611751.zip |
Add basic libmp support for the x86.
Diffstat (limited to 'src/libmp/386/mkfile')
-rw-r--r-- | src/libmp/386/mkfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/libmp/386/mkfile b/src/libmp/386/mkfile new file mode 100644 index 00000000..06a0a988 --- /dev/null +++ b/src/libmp/386/mkfile @@ -0,0 +1,19 @@ +<$PLAN9/src/mkhdr + +LIB=libmp.a +SFILES=\ + mpdigdiv.s\ + mpvecadd.s\ + mpvecdigmuladd.s\ + mpvecdigmulsub.s\ + mpvecsub.s\ + +HFILES=$PLAN9/include/mp.h ../port/dat.h + +OFILES=${SFILES:%.s=%.$O} + +UPDATE=mkfile\ + $HFILES\ + $SFILES\ + +<$PLAN9/src/mksyslib |