source: rtems/automake/lib.am @ ccf8925b

4.104.114.84.95
Last change on this file since ccf8925b was 23e3f642, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 14:10:05

Missed in previous automake conversion patches from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 233 bytes
Line 
1##
2##  $Id$
3##
4
5include $(RTEMS_ROOT)/make/leaf.cfg
6
7define make-library
8$(RM) $@
9$(AR) $(ARFLAGS) $@ $^
10$(RANLIB) $@
11endef
12
13TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
14
15$(PROJECT_INCLUDE)/lib:
16        @$(mkinstalldirs) $@
17
18.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.