# ============================================================== # 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: common_misc.mk,v 1.2 2001/11/21 02:24:28 trb Exp $ #------------------------------------------------------------------------------------------------------- # This makefile is for small sections of common code that are included by other *.mk # files. Larger # # sections should have their own files, but for small pieces of code, it is more efficient to put them # here (make has to load all the files, each time it recurses into a directory). #-------------------------------------------------------------------------------------------------------