URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [automake/] [lib.am] - Rev 1771
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