source: rtems/automake/lib.am @ c5fff113

4.104.114.84.95
Last change on this file since c5fff113 was c5fff113, checked in by Joel Sherrill <joel.sherrill@…>, on 12/18/01 at 14:12:25

2001-12-18 Ralf Corsepius <corsepiu@…>

  • automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
  • automake/lib.am: Add MULTISUBDIR.
  • Property mode set to 100644
File size: 281 bytes
RevLine 
[23e3f642]1##
2##  $Id$
3##
4
[8738dfaa]5## LD = @LD@
[509f8351]6AR = @AR@
7RANLIB = @RANLIB@
8
[a34b245]9ARFLAGS = ruv
10
[23e3f642]11define make-library
12$(RM) $@
13$(AR) $(ARFLAGS) $@ $^
14$(RANLIB) $@
15endef
16
[c5fff113]17$(PROJECT_RELEASE)/lib$(MULTISUBDIR):
[23e3f642]18        @$(mkinstalldirs) $@
19
[c5fff113]20TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib$(MULTISUBDIR)
[0ff37e68]21
[23e3f642]22.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.