Files
rtems/automake/lib.am
Joel Sherrill ab23133886 2000-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/lib.am: Remove leaf.cfg.
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)