Files
rtems/cpukit/automake/lib.am
Ralf Corsepius 532fad2825 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4: Remove LD.
	* automake/lib.am: Remove LD.
	* Makefile.am: Put preinstall-stamp into CLEANFILES.
2002-07-31 14:57:47 +00:00

22 lines
258 B
Plaintext

##
## $Id$
##
AR = @AR@
RANLIB = @RANLIB@
ARFLAGS = ruv
define make-library
$(RM) $@
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef
$(project_libdir)$(MULTISUBDIR):
@$(mkinstalldirs) $@
TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR)
.PRECIOUS: $(LIB)