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

4.104.114.84.95
Last change on this file since ba962ea was ba962ea, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 10:37:19

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

  • aclocal/lead-dot.m4: Remove (Use the version in automake-1.8).
  • automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR).
  • aclocal/env-rtemscpu.m4: Reflect new definition of project_lib.
  • Makefile.am: Remove BUILT_SOURCES.
  • Property mode set to 100644
File size: 151 bytes
Line 
1##
2##  $Id$
3##
4
5AR = @AR@
6RANLIB = @RANLIB@
7
8ARFLAGS = ruv
9
10define make-library
11$(RM) $@
12$(AR) $(ARFLAGS) $@ $^
13$(RANLIB) $@
14endef
15
16TMPINSTALL_FILES =
Note: See TracBrowser for help on using the repository browser.