FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/Makefile @ 43:b9ade9d64e0e
libgsmefr/Makefile: comment out install while in early development
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 25 Nov 2022 02:11:36 +0000 |
parents | 0f1fe48bdb46 |
children | af4b075d0313 |
comparison
equal
deleted
inserted
replaced
42:ba044871c9dd | 43:b9ade9d64e0e |
---|---|
15 ${LIB}: ${OBJS} | 15 ${LIB}: ${OBJS} |
16 ar rcu $@ ${OBJS} | 16 ar rcu $@ ${OBJS} |
17 ranlib $@ | 17 ranlib $@ |
18 | 18 |
19 install: | 19 install: |
20 mkdir -p ${INSTALL_PREFIX}/include | 20 # mkdir -p ${INSTALL_PREFIX}/include |
21 install -c -m 444 gsm_efr.h ${INSTALL_PREFIX}/include | 21 # install -c -m 444 gsm_efr.h ${INSTALL_PREFIX}/include |
22 mkdir -p ${INSTALL_PREFIX}/lib | 22 # mkdir -p ${INSTALL_PREFIX}/lib |
23 install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib | 23 # install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib |
24 | 24 |
25 clean: | 25 clean: |
26 rm -f *.[oa] errs | 26 rm -f *.[oa] errs |