# These are external variables, and shouldn't clash with anything else # isodate_MONOLITHIC # SRC="obj/isodate.c" MONOLITHIC_TESTS="src/isodate/build.app src/isodate/build.monolithic" if [ -z "${isodate_MONOLITHIC}" ] then MONOLITHIC_SOURCE="$(find src/isodate/ -name '*.c' | sort)" make_monolithic ${SRC} C || return 1 isodate_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