FreeCalypso > hg > freecalypso-reveng
comparison leo-obj/tool/Makefile @ 144:fd772de226cb
tiobjd: started implementing rich symbolic info parsing
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 28 Apr 2014 08:04:39 +0000 |
| parents | fbdb7686a9e9 |
| children | 069b79b36228 |
comparison
equal
deleted
inserted
replaced
| 143:fbdb7686a9e9 | 144:fd772de226cb |
|---|---|
| 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 ln.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 richsym.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 |
| 10 ${PROG}: ${OBJS} | 10 ${PROG}: ${OBJS} |
