Rev 1851 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 1851 | Rev 1865 | ||
|---|---|---|---|
| Line 101... | Line 101... | ||
| 101 | # Dependency generation rule for .asm file: |
101 | # Dependency generation rule for .asm file: |
| 102 | # FIXME: No output file specified here (we must check sources manually): |
102 | # FIXME: No output file specified here (we must check sources manually): |
| 103 | ${patsubst %${suffix ${2}},%.d,${2}}: ${2} |
103 | ${patsubst %${suffix ${2}},%.d,${2}}: ${2} |
| 104 | $${RM} $$@ && $${DEPAS} $${DEPAFLAGS} ${addprefix -MT ,${1}} -MT $$@ -MF $$@ $$< |
104 | $${RM} $$@ && $${DEPAS} $${DEPAFLAGS} ${addprefix -MT ,${1}} -MT $$@ -MF $$@ $$< |
| 105 | ${1}: ${2} |
105 | ${1}: ${2} |
| 106 | $${SJASMPLUS} $${SJASMPLUSFLAGS} ${3} $$< |
106 | $${SJASMPLUS} $${SJASMPLUSFLAGS} ${SJASMOPTS} ${3} $$< |
| 107 | ifneq "${4}" "" |
107 | ifneq "${4}" "" |
| 108 | ${4}+=${patsubst %${suffix ${2}},%.d,${2}} |
108 | ${4}+=${patsubst %${suffix ${2}},%.d,${2}} |
| 109 | endif |
109 | endif |
| 110 | ifneq "${5}" "" |
110 | ifneq "${5}" "" |
| 111 | ${5}+=${1} |
111 | ${5}+=${1} |