comparison ticoff/Makefile @ 111:0f94d17899b3

tiobjd: disassembly integrated, no relocs or hints yet
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 03 Apr 2014 05:14:15 +0000
parents c20dc315a9d4
children fb1e47bebe00
comparison
equal deleted inserted replaced
110:e650fdc743fe 111:0f94d17899b3
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROG= tiobjd 3 PROG= tiobjd
4 OBJS= basics.o globals.o lowlevel.o main.o reloc.o symtab.o tables.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 HDRS= coffconst.h filestruct.h globals.h intstruct.h 6 HDRS= coffconst.h filestruct.h globals.h intstruct.h
6 7
7 all: ${PROG} 8 all: ${PROG}
8 9
9 ${PROG}: ${OBJS} 10 ${PROG}: ${OBJS}