view rvinterf/libasync/Makefile @ 1032:6e7dd5e52650

gsm-fw feature tch-reroute: B_PLAY_UL (uplink substitution) bug fixed
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 01 Jun 2016 01:24:15 +0000
parents 40b8557b9d04
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2 -I../include
OBJS=	init.o interf.o launchrvif.o rvtrace.o ttymagic.o
LIB=	libasync.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs