summaryrefslogblamecommitdiffstats
path: root/automake/lib.am
blob: 85c8c09e95d1ba387d92ab31ea1321b124314c3b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                         
##
##  $Id$
##

include $(RTEMS_ROOT)/make/leaf.cfg

define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef

TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib

$(PROJECT_INCLUDE)/lib:
	@$(mkinstalldirs) $@

.PRECIOUS: $(LIB)