summaryrefslogtreecommitdiffstats
path: root/make/lib.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-12 09:28:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-12 09:28:51 +0000
commit4d19fd5ccc6b0f4b473338ceb4275a0e39f36520 (patch)
treeec062d54170882c5435232c8a09ad480d5700449 /make/lib.cfg
parent2002-11-11 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4d19fd5ccc6b0f4b473338ceb4275a0e39f36520.tar.bz2
2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add compilers/*. * compilers/Makefile.am: Remove. * lib.cfg: Remove. * directory.cfg: Remove. * README: Remove.
Diffstat (limited to 'make/lib.cfg')
-rw-r--r--make/lib.cfg18
1 files changed, 0 insertions, 18 deletions
diff --git a/make/lib.cfg b/make/lib.cfg
deleted file mode 100644
index 47afd3e93e..0000000000
--- a/make/lib.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# $Id$
-#
-# make/lib.cfg
-#
-# Make(1) configuration file include'd by all "library" Makefile
-# Assumes $(LIB) is set to $(ARCH)/libfoo.a
-#
-
-include $(PROJECT_ROOT)/make/leaf.cfg
-
-define make-library
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $(OBJS)
-$(RANLIB) $@
-endef
-
-.PRECIOUS: $(LIB)