Missed in previous automake conversion patches from Ralf Corsepius

<corsepiu@faw.uni-ulm.de>.
This commit is contained in:
Joel Sherrill
1999-11-23 14:10:05 +00:00
parent 9f4868cea9
commit 23e3f642e4
14 changed files with 492 additions and 0 deletions

18
automake/lib.am Normal file
View File

@@ -0,0 +1,18 @@
##
## $Id$
##
include $(RTEMS_ROOT)/make/leaf.cfg
define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef
TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
$(PROJECT_INCLUDE)/lib:
@$(mkinstalldirs) $@
.PRECIOUS: $(LIB)