# These are external variables, and shouldn't clash with anything else # setisodate_MONOLITHIC # SRC="obj/setisodate.c" MONOLITHIC_TESTS="src/setisodate/build.app src/setisodate/build.monolithic" if [ -z "${setisodate_MONOLITHIC}" ] then MONOLITHIC_SOURCE="$(find src/setisodate/ -name '*.c' | sort)" make_monolithic ${SRC} C || return 1 setisodate_MONOLITHIC=1 MONOLITHIC_DOC="${MONOLITHIC_DOC} ${SRC}" fi # kate: replace-trailing-space-save true; space-indent true; tab-width 4; # vim: syntax=sh:expandtab:ts=4:sw=4