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.
This commit is contained in:
Ralf Corsepius
2002-11-12 09:28:51 +00:00
parent 2c865572a6
commit 4d19fd5ccc
6 changed files with 15 additions and 584 deletions

View File

@@ -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)