diff 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
line wrap: on
line diff
--- a/leo-obj/main/Makefile	Mon Apr 07 01:22:09 2014 +0000
+++ b/leo-obj/main/Makefile	Mon Apr 07 02:41:35 2014 +0000
@@ -7,7 +7,13 @@
 .SUFFIXES:	.obj .disasm
 
 .obj.disasm:
-	${TOOL} $< disasm > $@
+	${TOOL} $*.obj disasm > $@
+
+Create_RVtasks.disasm:	Create_RVtasks.obj Create_RVtasks.hints
+	${TOOL} $*.obj disasm -h $*.hints > $@
+
+int.disasm:	int.obj int.hints
+	${TOOL} $*.obj disasm -h $*.hints > $@
 
 ${TARGETS}:	${TOOL} Makefile