From 693e7b964f9d91d9df97b776718271c94131dcbd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Mar 1995 18:42:51 +0000 Subject: Fri Mar 17 12:58:37 1995 Roland McGrath * sunrpc/Makefile (install-lib): Variable removed. (rpcsvc-objs): Variable removed. (extra-objs): Don't include $(rpcsvc-objs). (extra-libs): New variable, contains librpcsvc. (librpcsvc-routines): New variable. (librpcsvc-inhibit-o): New variable, contains .so. (omit-deps): Set this to $(librpcsvc-routines). ($(objpfx)rpcgen): Don't use $(libc.a). (lib, $(objpfx)librpcsvc.a): Targets removed. * o-iterator.mk, extra-lib.mk: New files. * Makerules (o-iterator): New variable. [extra-libs]: Include extra-lib.mk to generate rules for each word of $(extra-libs). * Makefile (distribute): Add extra-lib.mk, o-iterator.mk. (IMPLICIT_ONE, *_MAX_10_EXP_LOG): Macros removed; no longer needed. * stdio/fpioconst.c, stdio/fpioconst.h: Don't use LDBL_MAX_10_EXP_LOG; LAST_POW10 defines the maximal available exponent. --- o-iterator.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 o-iterator.mk (limited to 'o-iterator.mk') diff --git a/o-iterator.mk b/o-iterator.mk new file mode 100644 index 0000000000..18a6e48ae3 --- /dev/null +++ b/o-iterator.mk @@ -0,0 +1,9 @@ +# This file is included several times in a row, once +# for each element of $(object-suffixes). $(object-suffixes-left) +# is initialized first to $(object-suffixes) so that with each +# inclusion, we advance $o to the next suffix. + +o := $(firstword $(object-suffixes-left)) +object-suffixes-left := $(filter-out $o,$(object-suffixes-left)) + +$(o-iterator-doit) -- cgit 1.4.1