URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [make/] [lib.cfg] - Rev 1765
Compare with Previous | Blame | View Log
## $Id: lib.cfg,v 1.2 2001-09-27 12:02:50 chris 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.cfgdefine make-library$(RM) $@$(AR) $(ARFLAGS) $@ $(OBJS)$(RANLIB) $@endef.PRECIOUS: $(LIB)
