FreeCalypso > hg > freecalypso-reveng
view leo-obj/tool/Makefile @ 133:daeaa5950d10
tiobjd: Thumb bl w/o reloc: find symbol if there is one
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Apr 2014 01:22:09 +0000 |
parents | 87b82398a08b |
children | fbdb7686a9e9 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= tiobjd OBJS= armdis.o atcommon.o basics.o disasm.o globals.o hints.o lowlevel.o \ main.o profile.o reloc.o symtab.o tables.o thumbdis.o HDRS= coffconst.h filestruct.h globals.h intstruct.h all: ${PROG} ${PROG}: ${OBJS} ${CC} -o $@ ${OBJS} ${OBJS}: ${HDRS} install: install -c -o bin -g bin -m 755 ${PROG} /usr/local/bin clean: rm -f *.o ${PROG} *err