FreeCalypso > hg > freecalypso-sw
view gsm-fw/sprintf/Makefile @ 1028:71bbddbcc6a1
fc-shell: tch record implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 31 May 2016 00:43:00 +0000 |
parents | f8eaff87563f |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb AR= arm-elf-ar RANLIB= arm-elf-ranlib OBJS= float.o integer.o sprintf.o strtok.o vspcore.o all: libsprintf.a libsprintf.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs