URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [automake/] [lib.am] - Rev 1026
Go to most recent revision | Compare with Previous | Blame | View Log
##
## lib.am,v 1.11 2002/07/22 09:17:40 ralf Exp
##
## LD = @LD@
AR = @AR@
RANLIB = @RANLIB@
ARFLAGS = ruv
define make-library
test -d $(ARCH) || mkdir $(ARCH)
$(RM) $@
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef
$(PROJECT_RELEASE)/lib:
@$(mkinstalldirs) $@
TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
.PRECIOUS: $(LIB)
Go to most recent revision | Compare with Previous | Blame | View Log