Rev 930 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log
| Rev 930 | Rev 1548 | ||
|---|---|---|---|
| Line 4... | Line 4... | ||
| 4 | # Tools used: |
4 | # Tools used: |
| 5 | # GNU core utilities, tools/aspp, tools/sjasmplus. |
5 | # GNU core utilities, tools/aspp, tools/sjasmplus. |
| 6 | 6 | ||
| 7 | include ../_sdk/common.mk |
7 | include ../_sdk/common.mk |
| 8 | 8 | ||
| 9 | NAME = nv.com |
9 | NAME1 = nv.com |
| - | 10 | NAME2 = nvfast.com |
|
| 10 | OBJECTS = |
11 | OBJECTS = |
| 11 | SOURCES = nv.asm |
12 | SOURCES = nv.asm |
| 12 | RESOURCES = nv.ext |
13 | RESOURCES = nv.ext |
| 13 | DOCS = |
14 | DOCS = |
| 14 | INSTALLDIR ?= ../../release |
15 | INSTALLDIR ?= ../../release |
| Line 43... | Line 44... | ||
| 43 | ########################## |
44 | ########################## |
| 44 | 45 | ||
| 45 | EXEC_DEPS= |
46 | EXEC_DEPS= |
| 46 | EXEC_BINS= |
47 | EXEC_BINS= |
| 47 | 48 | ||
| 48 | ${eval ${call sjasmplus_odd_rule,${NAME},${SOURCES},,EXEC_DEPS,EXEC_BINS}} |
49 | ${eval ${call sjasmplus_odd_rule,${NAME1},${SOURCES},"-DPRSTDIO=1",EXEC_DEPS,EXEC_BINS}} |
| - | 50 | ||
| - | 51 | ${eval ${call sjasmplus_odd_rule,${NAME2},${SOURCES},"-DPRSTDIO=0",EXEC_DEPS,EXEC_BINS}} |
|
| 49 | 52 | ||
| 50 | executables: ${EXEC_BINS} |
53 | executables: ${EXEC_BINS} |
| 51 | 54 | ||
| 52 | install-executables: executables | ${BIN_INSTALLDIR} |
55 | install-executables: executables | ${BIN_INSTALLDIR} |
| 53 | cp ${EXEC_BINS} $| |
56 | cp ${EXEC_BINS} $| |