mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-11 07:51:36 +00:00
Formerly GNUmakefile.~98~
This commit is contained in:
parent
d1a988ce9f
commit
0c1c2ff3d0
1 changed files with 8 additions and 4 deletions
12
GNUmakefile
12
GNUmakefile
|
@ -42,6 +42,11 @@ endif
|
||||||
# Get most of the information from the Unix-compatible makefile.
|
# Get most of the information from the Unix-compatible makefile.
|
||||||
include compatMakefile
|
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.
|
# Tell autoconf/autoheader to use m4 files from the master source.
|
||||||
ACFLAGS := -m /home/gd/gnu/autoconf
|
ACFLAGS := -m /home/gd/gnu/autoconf
|
||||||
configure config.h.in: $(patsubst %,/home/gd/gnu/autoconf/%.m4,\
|
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
|
config.h.in: /home/gd/gnu/autoconf/acconfig.h
|
||||||
|
|
||||||
ifdef customs
|
ifdef customs
|
||||||
extras := $(filter-out getloadavg.o @%@,$(extras)) getloadavg.o
|
defines := $(defines) -Ipmake/customs -Ipmake/lib/include
|
||||||
LOADLIBES := $(filter-out @%@,$(LOADLIBES))
|
LOADLIBES := $(addprefix pmake/customs/,customslib.o rpc.o xlog.o) \
|
||||||
ALLOCA := $(filter-out @%@,$(ALLOCA))
|
pmake/lib/sprite/libsprite.a
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
ifdef ARCH
|
ifdef ARCH
|
||||||
|
|
||||||
ifndef no_libc
|
ifndef no_libc
|
||||||
|
|
Loading…
Reference in a new issue