Home | History | Annotate | Download | only in mpn

Lines Matching refs:ASM

3 # A helper script for Makeasm.am .asm.lo rule.
34 # Usage: m4-ccas --m4=M4 CC ... file.asm ...
36 # Process file.asm with the given M4 plus any -D arguments, then
40 # on whitespace. When CC is invoked file.asm is replaced with a
43 # To allow parallel builds, the temp file name is based on the .asm
50 ASM=
62 *.asm)
63 if test -n "$ASM"; then
64 echo "Only one .asm file permitted"
67 BASENAME=`echo "$i" | sed -e 's/\.asm$//' -e 's/^.*[\\/:]//'`
69 ASM=$i
87 if test -z "$ASM"; then
88 echo "No .asm specified"
100 echo "$M4 $DEFS $ASM >$TMP"
101 $M4 $DEFS $ASM >$TMP || exit