FreeCalypso > hg > freecalypso-reveng
view leo-obj/main/Makefile @ 200:492a6360e64d
leo-obj/frame_na7_db_ir: disassemble frame.obj in order to bring to light
the compiled form of that infamous TraceMask[0] = 0; line
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 06 Jun 2015 18:32:49 +0000 |
parents | 038258d5312c |
children |
line wrap: on
line source
TARGETS=Create_RVtasks.disasm init.disasm int.disasm main.disasm \ mem_load.disasm sys_dummy.disasm TOOL= ../tool/tiobjd all: ${TARGETS} .SUFFIXES: .obj .disasm .obj.disasm: ${TOOL} $*.obj disasm > $@ Create_RVtasks.disasm: Create_RVtasks.obj Create_RVtasks.hints ${TOOL} $*.obj disasm -h $*.hints > $@ init.disasm: init.obj init.hints ${TOOL} $*.obj disasm -h $*.hints > $@ int.disasm: int.obj int.hints ${TOOL} $*.obj disasm -h $*.hints > $@ ${TARGETS}: ${TOOL} Makefile clean: rm -f *.disasm