FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/tool/Makefile @ 143:fbdb7686a9e9
tiobjd: raw dump of line number records implemented
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 28 Apr 2014 05:55:40 +0000 |
| parents | 87b82398a08b |
| children | fd772de226cb |
comparison
equal
deleted
inserted
replaced
| 142:ed533d469838 | 143:fbdb7686a9e9 |
|---|---|
| 1 CC= gcc | 1 CC= gcc |
| 2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
| 3 PROG= tiobjd | 3 PROG= tiobjd |
| 4 OBJS= armdis.o atcommon.o basics.o disasm.o globals.o hints.o lowlevel.o \ | 4 OBJS= armdis.o atcommon.o basics.o disasm.o globals.o hints.o ln.o lowlevel.o\ |
| 5 main.o profile.o reloc.o symtab.o tables.o thumbdis.o | 5 main.o profile.o reloc.o symtab.o tables.o thumbdis.o |
| 6 HDRS= coffconst.h filestruct.h globals.h intstruct.h | 6 HDRS= coffconst.h filestruct.h globals.h intstruct.h |
| 7 | 7 |
| 8 all: ${PROG} | 8 all: ${PROG} |
| 9 | 9 |
