FreeCalypso > hg > gsm-codec-lib
comparison libtwamr/Makefile @ 253:54f6bc41ed10
libtwamr: integrate a* modules
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 05 Apr 2024 06:08:15 +0000 |
parents | 57b4053559ff |
children | f931e704adc5 |
comparison
equal
deleted
inserted
replaced
252:57b4053559ff | 253:54f6bc41ed10 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= basicop2.o tls_flags.o | 3 OBJS= a_refl.o agc.o autocorr.o az_lsp.o basicop2.o inv_sqrt.o oper_32b.o \ |
4 HDRS= basic_op.h cnst.h int_defs.h namespace.h tw_amr.h typedef.h | 4 tls_flags.o |
5 LIB= libtwamr.a | 5 LIB= libtwamr.a |
6 | 6 |
7 INSTALL_PREFIX= /usr/local | 7 INSTALL_PREFIX= /usr/local |
8 | 8 |
9 all: ${LIB} | 9 all: ${LIB} |