]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 6.2 - patch 20201017
[ncurses.git] / ncurses / Makefile.in
index 6418dc63e47faf2689d5c2653c1e71ecd02a70f1..cfe1a4ac0365104657561f9a1bada3aff0ff273b 100644 (file)
@@ -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