source: rtems/automake/lib.am @ 509f8351

4.104.114.84.95
Last change on this file since 509f8351 was 509f8351, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/00 at 21:59:16

2000-10-24 Ralf Corsepius <corsepiu@…>

  • macros/enable-hwapi.m4: Removed.
  • aclocal/rtems-top.m4, automake/compile.am, automake/lib.am: A small cleanup step towards gnu-canonicalization.
  • Property mode set to 100644
File size: 262 bytes
Line 
1##
2##  $Id$
3##
4
5if RTEMS_CANONICALIZATION
6else
7AR = @AR@
8RANLIB = @RANLIB@
9endif
10
11define make-library
12$(RM) $@
13$(AR) $(ARFLAGS) $@ $^
14$(RANLIB) $@
15endef
16
17$(PROJECT_RELEASE)/lib:
18        @$(mkinstalldirs) $@
19
20TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
21
22.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.