forked from Imagelibrary/rtems
* macros/enable-hwapi.m4: Removed. * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am: A small cleanup step towards gnu-canonicalization.
23 lines
262 B
Plaintext
23 lines
262 B
Plaintext
##
|
|
## $Id$
|
|
##
|
|
|
|
if RTEMS_CANONICALIZATION
|
|
else
|
|
AR = @AR@
|
|
RANLIB = @RANLIB@
|
|
endif
|
|
|
|
define make-library
|
|
$(RM) $@
|
|
$(AR) $(ARFLAGS) $@ $^
|
|
$(RANLIB) $@
|
|
endef
|
|
|
|
$(PROJECT_RELEASE)/lib:
|
|
@$(mkinstalldirs) $@
|
|
|
|
TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
|
|
|
|
.PRECIOUS: $(LIB)
|