comparison leo-obj/main/Makefile @ 137:038258d5312c

leo-obj/main: hints for init.obj
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 07 Apr 2014 05:03:38 +0000
parents c131238c56bf
children
comparison
equal deleted inserted replaced
136:81fc8da9a29c 137:038258d5312c
10 ${TOOL} $*.obj disasm > $@ 10 ${TOOL} $*.obj disasm > $@
11 11
12 Create_RVtasks.disasm: Create_RVtasks.obj Create_RVtasks.hints 12 Create_RVtasks.disasm: Create_RVtasks.obj Create_RVtasks.hints
13 ${TOOL} $*.obj disasm -h $*.hints > $@ 13 ${TOOL} $*.obj disasm -h $*.hints > $@
14 14
15 init.disasm: init.obj init.hints
16 ${TOOL} $*.obj disasm -h $*.hints > $@
17
15 int.disasm: int.obj int.hints 18 int.disasm: int.obj int.hints
16 ${TOOL} $*.obj disasm -h $*.hints > $@ 19 ${TOOL} $*.obj disasm -h $*.hints > $@
17 20
18 ${TARGETS}: ${TOOL} Makefile 21 ${TARGETS}: ${TOOL} Makefile
19 22