head	1.2;
access;
symbols
	start:1.1.1.1 opencores:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2001.09.27.12.02.50;	author chris;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.10.10.05.28;	author chris;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.07.10.10.05.28;	author chris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Initial checkin with working port to or1k
@
text
@#
#  $Id: lib.cfg,v 1.3 2000/02/08 22:33:22 joel Exp $
#
# make/lib.cfg
#
#   Make(1) configuration file include'd by all "library" Makefile
#   Assumes $(LIB) is set to $(ARCH)/libfoo.a
#

include $(RTEMS_ROOT)/make/leaf.cfg

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

.PRECIOUS: $(LIB)
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial RTEMS import
@
text
@@
