From 11a26b990805fcfad7bc12c6813f19bddaa88f32 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 09:13:33 +0000 Subject: 2003-08-16 Ralf Corsepius * automake/compile.am, automake/force-preinstall.am, automake/host.am, automake/lib.am, automake/local.am, automake/subdirs.am: New (copied from ../../automake). --- c/src/automake/lib.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 c/src/automake/lib.am (limited to 'c/src/automake/lib.am') diff --git a/c/src/automake/lib.am b/c/src/automake/lib.am new file mode 100644 index 0000000000..cebdc20377 --- /dev/null +++ b/c/src/automake/lib.am @@ -0,0 +1,23 @@ +## +## $Id$ +## + +## LD = @LD@ +AR = @AR@ +RANLIB = @RANLIB@ + +ARFLAGS = ruv + +define make-library +test -d $(ARCH) || mkdir $(ARCH) +$(RM) $@ +$(AR) $(ARFLAGS) $@ $^ +$(RANLIB) $@ +endef + +$(PROJECT_RELEASE)/lib: + @$(mkinstalldirs) $@ + +TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib + +.PRECIOUS: $(LIB) -- cgit v1.2.3