FreeCalypso > hg > freecalypso-sw
view gsm-fw/sprintf/Makefile @ 903:312778104f54
lcdemu started, compiles and runs w/o actual functionality
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 07 Sep 2015 08:34:37 +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