OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [make/] [lib.cfg] - Diff between revs 30 and 173

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 30 Rev 173
#
#
#  $Id: lib.cfg,v 1.2 2001-09-27 12:02:50 chris Exp $
#  $Id: lib.cfg,v 1.2 2001-09-27 12:02:50 chris Exp $
#
#
# make/lib.cfg
# make/lib.cfg
#
#
#   Make(1) configuration file include'd by all "library" Makefile
#   Make(1) configuration file include'd by all "library" Makefile
#   Assumes $(LIB) is set to $(ARCH)/libfoo.a
#   Assumes $(LIB) is set to $(ARCH)/libfoo.a
#
#
include $(RTEMS_ROOT)/make/leaf.cfg
include $(RTEMS_ROOT)/make/leaf.cfg
define make-library
define make-library
$(RM) $@
$(RM) $@
$(AR) $(ARFLAGS) $@ $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)
$(RANLIB) $@
$(RANLIB) $@
endef
endef
.PRECIOUS: $(LIB)
.PRECIOUS: $(LIB)
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.