# ============================================================== # Copyright (c) 2001 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: gluon_locate_gluon.mk,v 1.1 2001/11/21 10:36:04 trb Exp $ global_config_file = /etc/gluon_conf.mk user_config_file = $(HOME)/.gluon_conf.mk default_gluon_home = /usr/local/gluon/makeinc config_file = $(firstword $(wildcard $(user_config_file)) $(wildcard $(global_config_file))) ifneq ($(strip $(config_file)),) include $(config_file) endif ifeq ($(strip $(GLUON_HOME)),) GLUON_HOME = $(default_gluon_home) endif export MKINC = $(GLUON_HOME)