FreeCalypso > hg > fc-magnetite
view helpers/Makefile @ 554:28ed4002131a
configs/* except classic and hybrid-gpf: all parts of TCS211 GPF
for which we found exact corresponding sources are now rebuilt
from those sources; only OSL and OSX remain as blobs,
plus CCD for non-hybrid configs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Nov 2018 00:12:20 +0000 |
parents | a490b0466fed |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 PROGS= build-date cfg-hdr-gen makeline mk-flash-script mokosrec2bin srec4ram \ str2ind-ver all: ${PROGS} build-date: build-date.c ${CC} ${CFLAGS} -o $@ $@.c cfg-hdr-gen: cfg-hdr-gen.c ${CC} ${CFLAGS} -o $@ $@.c makeline: makeline.c ${CC} ${CFLAGS} -o $@ $@.c mk-flash-script: mk-flash-script.c ${CC} ${CFLAGS} -o $@ $@.c mokosrec2bin: mokosrec2bin.c ${CC} ${CFLAGS} -o $@ $@.c srec4ram: srec4ram.c ${CC} ${CFLAGS} -o $@ $@.c str2ind-ver: str2ind-ver.c ${CC} ${CFLAGS} -o $@ $@.c clean: rm -f ${PROGS}