source: rtems/cpukit/automake/lib.am @ f22ebf0

4.104.114.84.95
Last change on this file since f22ebf0 was 9ea3832c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/15/02 at 05:29:18

Copied over from the automake/

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