comparison ticoff/Makefile @ 126:2c6b1319383b

tiobjd: first preparations for adding disasm hints mechanism
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 05 Apr 2014 19:14:43 +0000
parents fb1e47bebe00
children
comparison
equal deleted inserted replaced
125:b8ac21536779 126:2c6b1319383b
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 hints.o lowlevel.o \
5 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
10 ${PROG}: ${OBJS} 10 ${PROG}: ${OBJS}