Lines Matching refs:makefile
4 # This makefile is used only if you run GNU Make.
25 _gl-Makefile := $(wildcard [M]akefile)
26 ifneq ($(_gl-Makefile),)
31 # Allow the user to add to this in the Makefile.
34 include Makefile
85 $(MAKE) $(AM_MAKEFLAGS) Makefile
89 .DEFAULT_GOAL := abort-due-to-no-makefile
101 ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)
102 $(MAKECMDGOALS): abort-due-to-no-makefile
105 abort-due-to-no-makefile:
106 @echo There seems to be no Makefile in this directory. 1>&2