comparison rvinterf/libasync/Makefile @ 335:40b8557b9d04

rvinterf suite: libasync factored out of fc-tmsh
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 22 Apr 2014 06:51:09 +0000
parents
children
comparison
equal deleted inserted replaced
334:73a2b359b3cd 335:40b8557b9d04
1 CC= gcc
2 CFLAGS= -O2 -I../include
3 OBJS= init.o interf.o launchrvif.o rvtrace.o ttymagic.o
4 LIB= libasync.a
5
6 all: ${LIB}
7
8 ${LIB}: ${OBJS}
9 ar rcu $@ ${OBJS}
10 ranlib $@
11
12 clean:
13 rm -f *.[oa] errs