source: rtems/make/lib.cfg

Last change on this file was f3f0370f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/19 at 11:09:43

build: Alternative build system based on waf

Update #3818.

  • Property mode set to 100644
File size: 267 bytes
Line 
1# make/lib.cfg
2#
3#   Make(1) configuration file include'd by all "library" Makefile
4#   Assumes $(LIB) is set to $(ARCH)/libfoo.a
5#
6
7include $(PROJECT_ROOT)/make/leaf.cfg
8
9define make-library
10$(RM) $@
11$(AR) $(ARFLAGS) $@ $(OBJS)
12$(RANLIB) $@
13endef
14
15.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.