]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 5.7 - patch 20100123
[ncurses.git] / ncurses / Makefile.in
index b0bf05d264ba1a1d5c5d6eb359bd48982e1cd158..3c7044089075faa66b01b43951959731feb60060 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.119 2009/08/10 09:06:37 tom Exp $
+# $Id: Makefile.in,v 1.122 2010/01/23 18:44:34 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2009,2010 Free Software Foundation, Inc.                #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -154,6 +154,18 @@ AUTO_SRC = \
        init_keytry.h \
        keys.list
 
+HEADER_DEPS    = \
+       $(srcdir)/curses.priv.h \
+       $(INCDIR)/ncurses_dll.h \
+       $(INCDIR)/ncurses_cfg.h \
+       $(INCDIR)/curses.h \
+       $(INCDIR)/nc_panel.h \
+       $(INCDIR)/term.h \
+       $(INCDIR)/term_entry.h \
+       $(INCDIR)/nc_tparm.h \
+       $(INCDIR)/nc_alloc.h \
+       $(INCDIR)/nc_mingw.h
+
 TEST_DEPS      = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@
 TEST_ARGS      = @LDFLAGS_STATIC@ @TEST_ARGS@ @LDFLAGS_SHARED@ 
 TEST_LDFLAGS   = @LD_MODEL@ $(TEST_ARGS) @LIBS@ @LOCAL_LDFLAGS@ @LDFLAGS@