FreeCalypso > hg > gsm-codec-lib
comparison libgsmefr/Makefile @ 204:0494279ae379
libgsmefr/Makefile: enable library install
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 04 Jan 2023 06:27:05 +0000 |
| parents | c1d53064b410 |
| children | 1c514150c033 |
comparison
equal
deleted
inserted
replaced
| 203:1c108dd5b33f | 204:0494279ae379 |
|---|---|
| 24 ${LIB}: ${OBJS} | 24 ${LIB}: ${OBJS} |
| 25 ar rcu $@ ${OBJS} | 25 ar rcu $@ ${OBJS} |
| 26 ranlib $@ | 26 ranlib $@ |
| 27 | 27 |
| 28 install: | 28 install: |
| 29 # mkdir -p ${INSTALL_PREFIX}/include | 29 mkdir -p ${INSTALL_PREFIX}/include |
| 30 # install -c -m 444 gsm_efr.h ${INSTALL_PREFIX}/include | 30 install -c -m 444 gsm_efr.h ${INSTALL_PREFIX}/include |
| 31 # mkdir -p ${INSTALL_PREFIX}/lib | 31 mkdir -p ${INSTALL_PREFIX}/lib |
| 32 # install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib | 32 install -c -m 444 ${LIB} ${INSTALL_PREFIX}/lib |
| 33 | 33 |
| 34 clean: | 34 clean: |
| 35 rm -f *.[oa] errs | 35 rm -f *.[oa] errs |
