OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [automake/] [lib.am] - Rev 1780

Go to most recent revision | Compare with Previous | Blame | View Log

##
##  lib.am,v 1.3 2002/07/31 14:57:47 ralf Exp
##

AR = @AR@
RANLIB = @RANLIB@

ARFLAGS = ruv

define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef

$(project_libdir)$(MULTISUBDIR):
        @$(mkinstalldirs) $@

TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR)

.PRECIOUS: $(LIB)

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.