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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [make/] [lib.cfg] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
#
2
#  lib.cfg,v 1.4 2001/02/05 18:21:18 joel 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 $(PROJECT_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.