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

4.104.114.84.95
Last change on this file since a9c795b9 was 11a26b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 09:13:33

2003-08-16 Ralf Corsepius <corsepiu@…>

  • automake/compile.am, automake/force-preinstall.am, automake/host.am, automake/lib.am, automake/local.am, automake/subdirs.am: New (copied from ../../automake).
  • Property mode set to 100644
File size: 286 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:
19        @$(mkinstalldirs) $@
20
21TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
22
23.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.