summaryrefslogtreecommitdiffstats
path: root/c/src/automake/lib.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/automake/lib.am')
-rw-r--r--c/src/automake/lib.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/automake/lib.am b/c/src/automake/lib.am
deleted file mode 100644
index d910a8fbff..0000000000
--- a/c/src/automake/lib.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-## $Id$
-##
-
-## LD = @LD@
-AR = @AR@
-RANLIB = @RANLIB@
-
-ARFLAGS = ruv
-
-define make-library
-@$(mkdir_p) $(ARCH)
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef