FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/frame_na7_db_fl/Makefile @ 155:15743b40e03a
tiobjd ctypes: print more useful hex byte offsets for struct fields
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Fri, 02 May 2014 23:41:44 +0000 | 
| parents | 1cd11badf287 | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 154:1cd11badf287 | 155:15743b40e03a | 
|---|---|
| 11 | 11 | 
| 12 %.disasm: %.obj | 12 %.disasm: %.obj | 
| 13 ${TOOL} $*.obj disasm -gl > $@ | 13 ${TOOL} $*.obj disasm -gl > $@ | 
| 14 | 14 | 
| 15 %.ctypes: %.obj | 15 %.ctypes: %.obj | 
| 16 ${TOOL} $*.obj ctypes > $@ | 16 ${TOOL} $*.obj ctypes -o > $@ | 
| 17 | 17 | 
| 18 ${TARGETS}: ${TOOL} Makefile | 18 ${TARGETS}: ${TOOL} Makefile | 
| 19 | 19 | 
| 20 clean: | 20 clean: | 
| 21 rm -f *.disasm *.ctypes | 21 rm -f *.disasm *.ctypes | 
