lw-build-system/scripts/build.module.c/instantiate
Laurence Withers 0e9f48ff2d Big copyright update
Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
2010-11-25 15:32:52 +00:00

13 lines
290 B
Bash

if [ $# -ne 0 ]
then
print_failure "Not expecting arguments."
exit 1
fi
do_parameter_subst
add_config_option "CC" "${COPT_CC_DEFAULT}"
add_config_option "CFLAGS" "${COPT_CFLAGS_DEFAULT}"
add_config_option "MODULEDIR" "\${LIBDIR}/@TODO@/"
true
# vim: syntax=sh:expandtab:ts=4:sw=4