head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2002.09.04.23.17.18;	author ivang;	state Exp;
branches;
next	;


desc
@@


1.1
log
@rtems-20020807 import
@
text
@#
#  lib.cfg,v 1.4 2001/02/05 18:21:18 joel Exp
#
# make/lib.cfg
#
#   Make(1) configuration file include'd by all "library" Makefile
#   Assumes $(LIB) is set to $(ARCH)/libfoo.a
#

include $(PROJECT_ROOT)/make/leaf.cfg

define make-library
$(RM) $@@
$(AR) $(ARFLAGS) $@@ $(OBJS)
$(RANLIB) $@@
endef

.PRECIOUS: $(LIB)
@
