mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
Missed in previous automake conversion patches from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
This commit is contained in:
18
automake/lib.am
Normal file
18
automake/lib.am
Normal 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)
|
||||
Reference in New Issue
Block a user