# ============================================================== # Copyright (c) 1996-2002 Tim Barbour. # All Rights Reserved. # This make library may be used and distributed under the terms # of the GNU LGPL, as published by the Free Software Foundation. # See the file COPYING for details. # ============================================================== # $Id: errors.mk,v 1.1 2002/01/27 10:10:11 trb Exp $ error_dir = /dev/null/error module_error_dir = $(error_dir)/module $(module_error_dir)/% : @echo "=*** Error: could not find Gluon module '$(@F)' in $(MKUSRINC) or $(MKINC)"; \ false