view libserial-orig/Makefile @ 249:d0a4c05d98dc

libserial hooked into the top level Makefile
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 21 Sep 2017 21:49:07 +0000
parents cb1ba53a1106
children 8c011177adb9
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	baudtab.o openport.o setbaud.o
LIB=	libserial.a

all:	${LIB}

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

clean:
	rm -f *.[oa] errs