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

4.104.114.84.95
Last change on this file since b4589477 was bffb938, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/98 at 19:30:30

Removed PROJECT_HOME and CONFIG_DIR variables.

  • Property mode set to 100644
File size: 296 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 $(RTEMS_ROOT)/make/leaf.cfg
11
12define make-library
13$(RM) $@
14$(AR) $(ARFLAGS) $@ $(OBJS)
15$(MKLIB) $@
16endef
17
18CLEAN_ADDITIONS +=
19
20.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.