FreeCalypso > hg > gsm-codec-lib
comparison Makefile @ 461:a53225b44ea5
further refinement of build system:
follow general free sw standards as much as possible
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 11 May 2024 07:09:59 +0000 |
| parents | 19f1aa01ea10 |
| children | a1599eaf51f9 |
comparison
equal
deleted
inserted
replaced
| 460:cb1d1ea7f2c5 | 461:a53225b44ea5 |
|---|---|
| 24 | 24 |
| 25 install: FRC | 25 install: FRC |
| 26 for i in ${SUBDIR_INST}; do (cd $$i; ${MAKE} ${MFLAGS} \ | 26 for i in ${SUBDIR_INST}; do (cd $$i; ${MAKE} ${MFLAGS} \ |
| 27 DESTDIR=${DESTDIR} install); done | 27 DESTDIR=${DESTDIR} install); done |
| 28 | 28 |
| 29 # The following two subset install targets are only for experts; | |
| 30 # if you are not sure why they are needed, you *don't* need them! | |
| 31 | |
| 32 install-lib: FRC | |
| 33 for i in ${SUBDIR_LIBPROD}; do (cd $$i; ${MAKE} ${MFLAGS} \ | |
| 34 DESTDIR=${DESTDIR} install); done | |
| 35 | |
| 36 install-utils: FRC | |
| 37 for i in ${SUBDIR_UTILS}; do (cd $$i; ${MAKE} ${MFLAGS} \ | |
| 38 DESTDIR=${DESTDIR} install); done | |
| 39 | |
| 29 clean: FRC | 40 clean: FRC |
| 30 rm -f a.out core errs | 41 rm -f a.out core errs |
| 31 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | 42 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done |
| 32 | 43 |
| 33 FRC: | 44 FRC: |
