source: rtems/c/src/automake/lib.am @ aaed235

4.104.114.84.95
Last change on this file since aaed235 was 0724887f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:29:04

2004-01-14 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • automake/lib.am: Remove TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 164 bytes
Line 
1##
2##  $Id$
3##
4
5## LD = @LD@
6AR = @AR@
7RANLIB = @RANLIB@
8
9ARFLAGS = ruv
10
11define make-library
12@$(mkdir_p) $(ARCH)
13$(RM) $@
14$(AR) $(ARFLAGS) $@ $^
15$(RANLIB) $@
16endef
Note: See TracBrowser for help on using the repository browser.