# HG changeset patch # User Mychaela Falconia # Date 1495310675 0 # Node ID a46a68500517bea7f6dcc8235eb2a5eb4aebad14 # Parent 5c78f132547c574eb2d73ce3b2e07813a0f8ad0a rvinterf/Makefile: install include files in /opt/freecalypso/include/rvinterf diff -r 5c78f132547c -r a46a68500517 rvinterf/Makefile --- a/rvinterf/Makefile Sat May 20 19:57:49 2017 +0000 +++ b/rvinterf/Makefile Sat May 20 20:04:35 2017 +0000 @@ -2,6 +2,8 @@ LIBDIR= libasync libg23 SUBDIR= ${PROGDIR} ${LIBDIR} +INCLUDE_INSTALL_DIR= /opt/freecalypso/include/rvinterf + all: ${SUBDIR} asyncshell: libasync libg23 @@ -17,5 +19,7 @@ install: FRC for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done + mkdir -p ${INCLUDE_INSTALL_DIR} + install -c -m 644 include/* ${INCLUDE_INSTALL_DIR} FRC: