FreeCalypso > hg > gsm-codec-lib
diff libtwamr/Makefile @ 447:426c04621b51
libtwamr/Makefile: enable install
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 10 May 2024 01:28:39 +0000 |
parents | 6fa27df6903b |
children | 19f1aa01ea10 |
line wrap: on
line diff
--- a/libtwamr/Makefile Fri May 10 00:30:39 2024 +0000 +++ b/libtwamr/Makefile Fri May 10 01:28:39 2024 +0000 @@ -53,11 +53,11 @@ ar rcu $@ ${OBJS} ranlib $@ -#install: -# mkdir -p ${INSTALL_PREFIX}/include -# install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include -# mkdir -p ${INSTALL_PREFIX}/lib -# install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib +install: + mkdir -p ${INSTALL_PREFIX}/include + install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include + mkdir -p ${INSTALL_PREFIX}/lib + install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib clean: rm -f *.[oa] namespace.h errs