FreeCalypso > hg > freecalypso-reveng
view leo-obj/tool/Makefile @ 158:8ed06e07b19e
start of C123 bootloader re
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 15 May 2014 06:43:14 +0000 |
parents | fd772de226cb |
children | 069b79b36228 |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROG= tiobjd OBJS= armdis.o atcommon.o basics.o disasm.o globals.o hints.o ln.o lowlevel.o\ main.o profile.o reloc.o richsym.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