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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [make/] [lib.cfg] - Blame information for rev 778

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#  $Id: lib.cfg,v 1.2 2001-09-27 12:02:50 chris Exp $
3
#
4
# make/lib.cfg
5
#
6
#   Make(1) configuration file include'd by all "library" Makefile
7
#   Assumes $(LIB) is set to $(ARCH)/libfoo.a
8
#
9
 
10
include $(RTEMS_ROOT)/make/leaf.cfg
11
 
12
define make-library
13
$(RM) $@
14
$(AR) $(ARFLAGS) $@ $(OBJS)
15
$(RANLIB) $@
16
endef
17
 
18
.PRECIOUS: $(LIB)

powered by: WebSVN 2.1.0

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