X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=3969b2c1985101c69ef28c20753d6b2baeeae49b;hp=27f7689b7124d6bcd31b428bbf3e856c8d0c6e6a;hb=a6ff7e087fd944fd0035075d0bb528e95e498d81;hpb=97893bbc7248f5e4009f32c3afc7ca575172c5f3 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 27f7689b..3969b2c1 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.164 2019/11/16 20:42:40 tom Exp $ +# $Id: Makefile.in,v 1.169 2020/02/22 15:45:23 tom Exp $ ############################################################################## -# Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. # +# Copyright 2018-2019,2020 Thomas E. Dickey # +# Copyright 1998-2017,2018 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"), # @@ -177,16 +178,21 @@ AUTO_SRC = \ keys.list HEADER_DEPS = \ - $(srcdir)/curses.priv.h \ - ../include/ncurses_dll.h \ ../include/ncurses_cfg.h \ + ../include/ncurses_def.h \ + ../include/ncurses_dll.h \ ../include/curses.h \ - $(INCDIR)/nc_panel.h \ ../include/term.h \ - $(INCDIR)/term_entry.h \ - $(INCDIR)/nc_tparm.h \ + ../include/unctrl.h \ $(INCDIR)/nc_alloc.h \ - $(INCDIR)/nc_mingw.h + $(INCDIR)/nc_mingw.h \ + $(INCDIR)/nc_panel.h \ + $(INCDIR)/nc_string.h \ + $(INCDIR)/nc_termios.h \ + $(INCDIR)/nc_tparm.h \ + $(INCDIR)/term_entry.h \ + $(srcdir)/curses.priv.h \ + $(srcdir)/new_pair.h TEST_DEPS = ../lib/@LIB_PREFIX@ncurses@DFT_DEP_SUFFIX@ TEST_ARGS = @LDFLAGS_STATIC@ @TEST_ARGS@ @LDFLAGS_SHARED@ @@ -195,9 +201,10 @@ TEST_LDFLAGS = @LD_MODEL@ $(TEST_ARGS) @LIBS@ @LOCAL_LDFLAGS@ @LDFLAGS@ TEST_PROGS = \ captoinfo$x \ hardscroll$x \ - link_test$x \ hashmap$x \ - lib_mvcur$x + lib_mvcur$x \ + link_test$x \ + report_hashing$x LOCAL_LIBDIR = @top_builddir@/lib @@ -334,6 +341,11 @@ link_test$x : ./link_test.c $(TEST_DEPS) \ ../@DFT_OBJ_SUBDIR@/dump_entry$o: cd ../progs && $(MAKE) ../@DFT_OBJ_SUBDIR@/dump_entry$o +report_hashing$x : \ + $(srcdir)/curses.priv.h \ + $(srcdir)/report_hashing.c $(TEST_DEPS) + @ECHO_LD@ $(CC) -o $@ $(CFLAGS_DEFAULT) report_hashing.c $(TEST_LDFLAGS) + ############################################################################### # The remainder of this file is automatically generated during configuration ###############################################################################