FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/main/Makefile @ 134:c131238c56bf
tiobjd: implemented parsing of the hint input files
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Apr 2014 02:41:35 +0000 |
parents | 1209ef15374f |
children | 038258d5312c |
comparison
equal
deleted
inserted
replaced
133:daeaa5950d10 | 134:c131238c56bf |
---|---|
5 all: ${TARGETS} | 5 all: ${TARGETS} |
6 | 6 |
7 .SUFFIXES: .obj .disasm | 7 .SUFFIXES: .obj .disasm |
8 | 8 |
9 .obj.disasm: | 9 .obj.disasm: |
10 ${TOOL} $< disasm > $@ | 10 ${TOOL} $*.obj disasm > $@ |
11 | |
12 Create_RVtasks.disasm: Create_RVtasks.obj Create_RVtasks.hints | |
13 ${TOOL} $*.obj disasm -h $*.hints > $@ | |
14 | |
15 int.disasm: int.obj int.hints | |
16 ${TOOL} $*.obj disasm -h $*.hints > $@ | |
11 | 17 |
12 ${TARGETS}: ${TOOL} Makefile | 18 ${TARGETS}: ${TOOL} Makefile |
13 | 19 |
14 clean: | 20 clean: |
15 rm -f *.disasm | 21 rm -f *.disasm |