summaryrefslogtreecommitdiffstats
path: root/automake/lib.am
diff options
context:
space:
mode:
Diffstat (limited to 'automake/lib.am')
-rw-r--r--automake/lib.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/automake/lib.am b/automake/lib.am
deleted file mode 100644
index 8ee5289a07..0000000000
--- a/automake/lib.am
+++ /dev/null
@@ -1,18 +0,0 @@
-##
-## $Id$
-##
-
-include $(RTEMS_ROOT)/make/leaf.cfg
-
-define make-library
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef
-
-$(PROJECT_RELEASE)/lib:
- @$(mkinstalldirs) $@
-
-TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
-
-.PRECIOUS: $(LIB)