X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=cfe1a4ac0365104657561f9a1bada3aff0ff273b;hp=6418dc63e47faf2689d5c2653c1e71ecd02a70f1;hb=5079dc1dbbaa5128ac761358dcf81c8b606983c4;hpb=a7e05fb9806cc1255b6ba4fb29e15d337f35b2ad diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 6418dc63..cfe1a4ac 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.173 2020/08/17 13:38:30 tom Exp $ +# $Id: Makefile.in,v 1.176 2020/09/05 18:58:52 tom Exp $ ############################################################################## # Copyright 2018-2019,2020 Thomas E. Dickey # # Copyright 1998-2017,2018 Free Software Foundation, Inc. # @@ -99,7 +99,7 @@ ETAGS = @ETAGS@ CC = @CC@ CPP = @CPP@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ LIBS = @LIBS@ INCDIR = $(srcdir)/../include @@ -178,7 +178,7 @@ AUTO_SRC = \ init_keytry.h \ keys.list -HEADER_DEPS = \ +HEADER_DEPS = @INTERNALS_HDR@ \ ../include/ncurses_cfg.h \ ../include/ncurses_def.h \ ../include/ncurses_dll.h \ @@ -186,11 +186,11 @@ HEADER_DEPS = \ ../include/term.h \ ../include/unctrl.h \ $(INCDIR)/nc_alloc.h \ - $(INCDIR)/nc_mingw.h \ $(INCDIR)/nc_panel.h \ $(INCDIR)/nc_string.h \ $(INCDIR)/nc_termios.h \ $(INCDIR)/nc_tparm.h \ + $(INCDIR)/nc_win32.h \ $(INCDIR)/term_entry.h \ $(srcdir)/curses.priv.h \ $(srcdir)/new_pair.h