X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2FMakefile.in;h=2931b987bf1d8de0f13448defd1b95e3be58a850;hp=e6edb9a691e33500c00fea7b122b795ee7e4fddb;hb=0af9283ca273c267ee6036c3b88115d9ba6d55a6;hpb=7f4b9f390624835ceb0849965a7f6ff2dcb39d00 diff --git a/test/Makefile.in b/test/Makefile.in index e6edb9a6..2931b987 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.127 2021/04/18 11:48:06 tom Exp $ +# $Id: Makefile.in,v 1.129 2021/07/03 15:45:33 tom Exp $ ############################################################################## # Copyright 2020,2021 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # @@ -153,6 +153,13 @@ HEADER_DEPS = \ $(incdir)/unctrl.h \ $(INCDIR)/nc_alloc.h +################################################################################ + +@MAKE_PHONY@.PHONY : all +@MAKE_PHONY@.PHONY : check + +all:: + # Verify that each header-file can be compiled without including another. check:: @$(SHELL) -c "for header in *.h;\