summaryrefslogtreecommitdiffstats
path: root/automake/lib.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/lib.am')
-rw-r--r--automake/lib.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/automake/lib.am b/automake/lib.am
deleted file mode 100644
index cebdc20377..0000000000
--- a/automake/lib.am
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-## $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)