FreeCalypso > hg > gsm-codec-lib
diff libtwamr/Makefile @ 254:f931e704adc5
libtwamr: bits and parameter packing
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Fri, 05 Apr 2024 07:41:31 +0000 | 
| parents | 54f6bc41ed10 | 
| children | 07f936338de1 | 
line wrap: on
 line diff
--- a/libtwamr/Makefile Fri Apr 05 06:08:15 2024 +0000 +++ b/libtwamr/Makefile Fri Apr 05 07:41:31 2024 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 -OBJS= a_refl.o agc.o autocorr.o az_lsp.o basicop2.o inv_sqrt.o oper_32b.o \ - tls_flags.o +OBJS= a_refl.o agc.o autocorr.o az_lsp.o basicop2.o bitno.o bits2prm.o \ + inv_sqrt.o oper_32b.o prmno.o tls_flags.o LIB= libtwamr.a INSTALL_PREFIX= /usr/local
