Formerly GNUmakefile.~98~

This commit is contained in:
Roland McGrath 1993-03-29 19:30:33 +00:00
parent d1a988ce9f
commit 0c1c2ff3d0

View file

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