comparison libtwamr/Makefile @ 310:8ad5d5adb848

libtwamr/Makefile: comment out install while it's in development
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 16 Apr 2024 19:46:20 +0000
parents 8dfb7cbe6b59
children 15c354f75110
comparison
equal deleted inserted replaced
309:947693c879a4 310:8ad5d5adb848
13 13
14 ${LIB}: ${OBJS} 14 ${LIB}: ${OBJS}
15 ar rcu $@ ${OBJS} 15 ar rcu $@ ${OBJS}
16 ranlib $@ 16 ranlib $@
17 17
18 install: 18 #install:
19 mkdir -p ${INSTALL_PREFIX}/include 19 # mkdir -p ${INSTALL_PREFIX}/include
20 install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include 20 # install -c -m 444 tw_amr.h ${INSTALL_PREFIX}/include
21 mkdir -p ${INSTALL_PREFIX}/lib 21 # mkdir -p ${INSTALL_PREFIX}/lib
22 install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib 22 # install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib
23 23
24 clean: 24 clean:
25 rm -f *.[oa] errs 25 rm -f *.[oa] errs