X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2FMakefile.in;h=5e528243500f66d9ae6bc64f8d26c4017eb75780;hp=0740f2577edb039fbdf104f78b45eda6190f5105;hb=0de8912c1c0746eb37b733e9e6fdf852aab9506a;hpb=ade723c546e6559187580c695f7f4637eac13125 diff --git a/ncurses/Makefile.in b/ncurses/Makefile.in index 0740f257..5e528243 100644 --- a/ncurses/Makefile.in +++ b/ncurses/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.157 2019/03/02 22:18:27 tom Exp $ +# $Id: Makefile.in,v 1.160 2019/03/09 23:39:14 tom Exp $ ############################################################################## # Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. # # # @@ -164,6 +164,7 @@ TIC_PATH = @TIC_PATH@ AUTO_SRC = \ ./codes.c \ ./comp_captab.c \ + ./comp_userdefs.c \ ./expanded.c \ ./fallback.c \ ./lib_gen.c \ @@ -257,6 +258,12 @@ report_offsets$(BUILD_EXEEXT) : \ $(tinfo)/MKcaptab.awk $(SHELL) -e $(tinfo)/MKcaptab.sh $(AWK) $(USE_BIG_STRINGS) $(tinfo)/MKcaptab.awk $(CAPLIST) > $@ +./comp_userdefs.c: \ + make_hash$(BUILD_EXEEXT) \ + ../include/hashsize.h \ + $(tinfo)/MKuserdefs.sh + $(SHELL) -e $(tinfo)/MKuserdefs.sh $(AWK) $(USE_BIG_STRINGS) $(CAPLIST) > $@ + ./lib_keyname.c: keys.list $(base)/MKkeyname.awk $(AWK) -f $(base)/MKkeyname.awk bigstrings=$(USE_BIG_STRINGS) keys.list > $@