source: rtems/c/src/automake/lib.am @ 731656e9

4.104.114.84.95
Last change on this file since 731656e9 was 0e31ed7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/03 at 12:43:55

2003-12-11 Ralf Corsepius <corsepiu@…>

  • aclocal/env-rtemsbsp.m4: AC_SUBST(project_libdir).
  • automake/lib.am: Remove project_libdir.
  • wrapup/Makefile.am: Reworked.
  • Property mode set to 100644
File size: 339 bytes
Line 
1##
2##  $Id$
3##
4
5## LD = @LD@
6AR = @AR@
7RANLIB = @RANLIB@
8
9ARFLAGS = ruv
10
11define make-library
12test -d $(ARCH) || mkdir $(ARCH)
13$(RM) $@
14$(AR) $(ARFLAGS) $@ $^
15$(RANLIB) $@
16endef
17
18$(PROJECT_RELEASE)/lib/$(dirstamp):
19        @$(mkinstalldirs) $@
20        @: > $(PROJECT_RELEASE)/lib/$(dirstamp)
21
22TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
23
24.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.