source: rtems/c/src/make/lib.cfg @ df25c998

4.104.114.84.95
Last change on this file since df25c998 was 1db8d62f, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:21:18

2001-02-03 Ralf Corsepius <corsepiu@…>

  • lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
  • main.cfg: Set PROJECT_RELEASE=$(exec_prefix)/$(RTEMS_BSP).
  • host.cfg.in: Remove RM, make-script.
  • ChangeLog?: Remove bogus 2001-01-22 entry.
  • Property mode set to 100644
File size: 279 bytes
Line 
1#
2#  $Id$
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
10include $(PROJECT_ROOT)/make/leaf.cfg
11
12define make-library
13$(RM) $@
14$(AR) $(ARFLAGS) $@ $(OBJS)
15$(RANLIB) $@
16endef
17
18.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.