comparison 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
comparison
equal deleted inserted replaced
446:e2f824ffd08a 447:426c04621b51
51 51
52 ${LIB}: ${OBJS} 52 ${LIB}: ${OBJS}
53 ar rcu $@ ${OBJS} 53 ar rcu $@ ${OBJS}
54 ranlib $@ 54 ranlib $@
55 55
56 #install: 56 install:
57 # mkdir -p ${INSTALL_PREFIX}/include 57 mkdir -p ${INSTALL_PREFIX}/include
58 # install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include 58 install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include
59 # mkdir -p ${INSTALL_PREFIX}/lib 59 mkdir -p ${INSTALL_PREFIX}/lib
60 # install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib 60 install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib
61 61
62 clean: 62 clean:
63 rm -f *.[oa] namespace.h errs 63 rm -f *.[oa] namespace.h errs