2 # This helper is for templates using configure scripts (not generated
3 # by the GNU autotools).
6 : ${configure_script:=./configure}
8 ${configure_script} ${configure_args}
14 ${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}
18 if [ -z "$make_cmd" ] && [ -z "$make_check_target" ]; then
19 if make -q check
2>/dev
/null
; then
23 msg_warn
'No target to "make check".\n'
30 : ${make_check_target:=check}
32 ${make_check_pre} ${make_cmd} ${makejobs} ${make_check_args} ${make_check_target}
37 : ${make_install_target:=install}
39 ${make_cmd} DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}