FreeCalypso > hg > freecalypso-sw
view rvinterf/libasync/Makefile @ 536:93feb6393fe8
gsm-fw/L1/include/l1_trace.h: include path for rvt_gen.h like before
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 02 Aug 2014 01:22:43 +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