FreeCalypso > hg > freecalypso-tools
diff rvinterf/Makefile @ 473:90d7c360a614
main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 05:06:15 +0000 |
parents | 8f3fe2d1fda5 |
children | f2a040324509 |
line wrap: on
line diff
--- a/rvinterf/Makefile Tue Feb 12 00:30:37 2019 +0000 +++ b/rvinterf/Makefile Wed Feb 13 05:06:15 2019 +0000 @@ -4,7 +4,8 @@ LIBDIR= libasync libg23 libinterf SUBDIR= ${PROGDIR} ${LIBDIR} -INCLUDE_INSTALL_DIR= /opt/freecalypso/include/rvinterf +INSTALL_PREFIX= /opt/freecalypso +INCLUDE_INSTALL_DIR= ${INSTALL_PREFIX}/include/rvinterf all: ${SUBDIR} @@ -22,7 +23,8 @@ for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done install: FRC - for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done + for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} \ + INSTALL_PREFIX=${INSTALL_PREFIX} install); done mkdir -p ${INCLUDE_INSTALL_DIR} install -c -m 644 include/* ${INCLUDE_INSTALL_DIR}