# -*- makefile-gmake -*-
$(info In Makefile.include)

include Makefile.include2

inc1.test:
	echo inc1 >$@

makefile_list:
	echo $(MAKEFILE_LIST) >$@

goal% makecmdgoals:
	echo $(MAKECMDGOALS) >$@
