comparison leo-obj/tool/Makefile @ 184:069b79b36228

tiobjd: chararray extraction command implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 04 Aug 2014 21:17:06 +0000
parents fd772de226cb
children
comparison
equal deleted inserted replaced
183:827b8977d3c2 184:069b79b36228
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 chararray.o disasm.o globals.o hints.o \
5 main.o profile.o reloc.o richsym.o symtab.o tables.o thumbdis.o 5 ln.o lowlevel.o main.o profile.o reloc.o richsym.o symtab.o tables.o \
6 thumbdis.o
6 HDRS= coffconst.h filestruct.h globals.h intstruct.h 7 HDRS= coffconst.h filestruct.h globals.h intstruct.h
7 8
8 all: ${PROG} 9 all: ${PROG}
9 10
10 ${PROG}: ${OBJS} 11 ${PROG}: ${OBJS}