Lines Matching full:make
5 # This file is part of GNU Make.
7 # GNU Make is free software; you can redistribute it and/or modify it under the
11 # GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
16 # GNU Make; see the file COPYING. If not, write to the Free Software
33 bin_PROGRAMS = make
49 noinst_HEADERS = commands.h dep.h filedef.h job.h make.h rule.h variable.h \
58 man_MANS = make.1
74 README.Amiga Makefile.ami config.ami make.lnk amiga.c amiga.h \
88 cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
101 # Whether or not make needs to be installed setgid.
104 # switch) will not work unless make is installed setgid kmem.
108 # Install make setgid to this group so it can get the load average.
139 @banner=" Regression PASSED: GNU Make $(VERSION) ($(MAKE_HOST)) built with $(CC) "; \
155 # The loadavg function is invoked during "make check" to test getloadavg.
163 # Look for the make test suite, and run it if found and we can find perl.
164 # If we're building outside the tree, we use symlinks to make a local copy of
180 echo "cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS)"; \
181 cd tests && $(PERL) ./run_make_tests.pl -make ../make$(EXEEXT) $(MAKETESTFLAGS); \
186 echo "Can't find the GNU Make test suite ($(srcdir)/tests)."; \