source: rtems/automake/lib.am @ bfba54e

4.104.114.84.95
Last change on this file since bfba54e was 8738dfaa, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:26:39

2001-09-27 Ralf Corsepius <corsepiu@…>

  • automake/lib.am: Comment out LD.
  • Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add automake/leaf.am to AUTOMAKE_FILES.
  • Property mode set to 100644
File size: 238 bytes
Line 
1##
2##  $Id$
3##
4
5## LD = @LD@
6AR = @AR@
7RANLIB = @RANLIB@
8
9define make-library
10$(RM) $@
11$(AR) $(ARFLAGS) $@ $^
12$(RANLIB) $@
13endef
14
15$(PROJECT_RELEASE)/lib:
16        @$(mkinstalldirs) $@
17
18TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
19
20.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.