X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2FMakefile.in;h=e2a2f8a22866ab49f98974204207e2125b286bd5;hp=4aa5e80aade592ec54792119324c083d65bd7e6e;hb=d4d1d81ab6fc1ad681ff120d925099f947fefcf3;hpb=cf94c7485f7b40ff7870b5bf9a65e7ab87481a76 diff --git a/include/Makefile.in b/include/Makefile.in index 4aa5e80a..e2a2f8a2 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.38 2010/04/03 15:27:33 tom Exp $ +# $Id: Makefile.in,v 1.40 2010/11/27 21:45:27 tom Exp $ ############################################################################## # Copyright (c) 1998,2009,2010 Free Software Foundation, Inc. # # # @@ -40,6 +40,7 @@ .SUFFIXES: SHELL = /bin/sh +VPATH = @srcdir@ THIS = Makefile DESTDIR = @DESTDIR@ @@ -77,6 +78,7 @@ AUTO_SRC = \ hashsize.h \ ncurses_def.h \ parametrized.h \ + config.h \ term.h ################################################################################ @@ -108,6 +110,10 @@ ncurses_def.h: $(srcdir)/ncurses_defs $(srcdir)/MKncurses_def.sh parametrized.h: $(TERMINFO_CAPS) $(srcdir)/MKparametrized.sh AWK=$(AWK) sh $(srcdir)/MKparametrized.sh $(TERMINFO_CAPS) >$@ +# This is required by pthread.h on MinGW +config.h: + touch $@ + tags: $(CTAGS) *.[ch] @@ -121,7 +127,7 @@ clean :: mostlyclean -rm -f $(AUTO_SRC) distclean :: clean - -rm -f Makefile $(CONFIG_SRC) + -rm -f Makefile $(CONFIG_SRC) config.h realclean :: distclean