URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [automake/] [lib.am] - Rev 239
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: lib.am,v 1.2 2001-09-27 11:59:11 chris Exp $##include $(RTEMS_ROOT)/make/leaf.cfgdefine make-library$(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
