FreeCalypso > hg > freecalypso-tools
comparison librftab/Makefile @ 315:9178594bc283
librftab: implemented reading of FIR coefficient tables
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 22 Nov 2017 18:52:47 +0000 |
parents | a0f79bba0ad8 |
children | b73c21a2148f |
comparison
equal
deleted
inserted
replaced
314:a0f79bba0ad8 | 315:9178594bc283 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= readtxramp.o rftablerd.o rftablewr.o | 3 OBJS= readfir.o readtxramp.o rftablerd.o rftablewr.o |
4 LIB= librftab.a | 4 LIB= librftab.a |
5 | 5 |
6 all: ${LIB} | 6 all: ${LIB} |
7 | 7 |
8 ${LIB}: ${OBJS} | 8 ${LIB}: ${OBJS} |