FreeCalypso > hg > freecalypso-reveng
comparison ticoff/Makefile @ 119:fb1e47bebe00
tiobjd: sorted profile output
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 04 Apr 2014 05:11:32 +0000 |
parents | 0f94d17899b3 |
children | 2c6b1319383b |
comparison
equal
deleted
inserted
replaced
118:193926ccd1ec | 119:fb1e47bebe00 |
---|---|
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 lowlevel.o main.o \ | 4 OBJS= armdis.o atcommon.o basics.o disasm.o globals.o lowlevel.o main.o \ |
5 reloc.o symtab.o tables.o thumbdis.o | 5 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 |
10 ${PROG}: ${OBJS} | 10 ${PROG}: ${OBJS} |