X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=3c7044089075faa66b01b43951959731feb60060;hp=b0bf05d264ba1a1d5c5d6eb359bd48982e1cd158;hb=c6540b9c89dda1a6a8bd681726831e8924176504;hpb=bbb7fd37298f7d81386a4cf868417b9e084d7d90 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index b0bf05d2..3c704408 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -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@