view gsm-fw/sprintf/Makefile @ 749:ec6e503c1fc7

gsm-fw/g23m-gsm/sim/sim.h: initial preen fixed some non-ASCII characters in comments and one whitespace nit
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 Oct 2014 18:33:53 +0000
parents 4d629b6bbcfd
children f8eaff87563f
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 vspcore.o

all:	libsprintf.a

libsprintf.a:	${OBJS}
	${AR} cru $@ ${OBJS}
	${RANLIB} $@

clean:
	rm -f *.[oa] *errs