From 0c1c2ff3d017b658aaca81920dd4409f7918cac4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 29 Mar 1993 19:30:33 +0000 Subject: Formerly GNUmakefile.~98~ --- GNUmakefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 484b478..6658ff3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -42,6 +42,11 @@ endif # Get most of the information from the Unix-compatible makefile. include compatMakefile +# Remove autoconf magic. +extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o +LOADLIBES := $(filter-out @%@,$(LOADLIBES)) +ALLOCA := $(filter-out @%@,$(ALLOCA)) + # Tell autoconf/autoheader to use m4 files from the master source. ACFLAGS := -m /home/gd/gnu/autoconf configure config.h.in: $(patsubst %,/home/gd/gnu/autoconf/%.m4,\ @@ -49,12 +54,11 @@ configure config.h.in: $(patsubst %,/home/gd/gnu/autoconf/%.m4,\ config.h.in: /home/gd/gnu/autoconf/acconfig.h ifdef customs -extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o -LOADLIBES := $(filter-out @%@,$(LOADLIBES)) -ALLOCA := $(filter-out @%@,$(ALLOCA)) +defines := $(defines) -Ipmake/customs -Ipmake/lib/include +LOADLIBES := $(addprefix pmake/customs/,customslib.o rpc.o xlog.o) \ + pmake/lib/sprite/libsprite.a endif - ifdef ARCH ifndef no_libc -- cgit v1.2.3