From bffb93879940c71c58d2c66410e1bd5e5e4dc979 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 20 Jan 1998 19:30:30 +0000 Subject: Removed PROJECT_HOME and CONFIG_DIR variables. --- make/lib.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 make/lib.cfg (limited to 'make/lib.cfg') diff --git a/make/lib.cfg b/make/lib.cfg new file mode 100644 index 0000000000..6d170efed4 --- /dev/null +++ b/make/lib.cfg @@ -0,0 +1,20 @@ +# +# $Id$ +# +# make/lib.cfg +# +# Make(1) configuration file include'd by all "library" Makefile +# Assumes $(LIB) is set to $(ARCH)/libfoo.a +# + +include $(RTEMS_ROOT)/make/leaf.cfg + +define make-library +$(RM) $@ +$(AR) $(ARFLAGS) $@ $(OBJS) +$(MKLIB) $@ +endef + +CLEAN_ADDITIONS += + +.PRECIOUS: $(LIB) -- cgit v1.2.3