source: rtems/automake/lib.am @ c9782f9

4.104.114.84.95
Last change on this file since c9782f9 was ab23133, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/00 at 13:33:34

2000-09-13 Ralf Corsepius <corsepiu@…>

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