Files
rtems/automake/lib.am
T
2000-09-14 13:33:34 +00:00

17 lines
196 B
Plaintext

##
## $Id$
##
define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef
$(PROJECT_RELEASE)/lib:
@$(mkinstalldirs) $@
TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
.PRECIOUS: $(LIB)