URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [make/] [lib.cfg] - Rev 307
Go to most recent revision | 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.cfg
define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $(OBJS)
$(RANLIB) $@
endef
.PRECIOUS: $(LIB)
Go to most recent revision | Compare with Previous | Blame | View Log