URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [lib.cfg] - Rev 1765
Compare with Previous | Blame | View Log
#
# 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)