X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2FMakefile.in;h=a62eb33752c5c5f3d169ecefd7776bef60586a47;hp=e84a3504a69aad9d9d736e845a180226a08b6c1a;hb=1f5d7223f670165669ab049909fc665b6acd2a04;hpb=01433b4eede468929bccc74b22324cb44540e990 diff --git a/misc/Makefile.in b/misc/Makefile.in index e84a3504..a62eb337 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.58 2012/01/22 19:58:06 Sven.Joachim Exp $ +# $Id: Makefile.in,v 1.63 2015/08/05 23:15:41 tom Exp $ ############################################################################## -# Copyright (c) 1998-2011,2012 Free Software Foundation, Inc. # +# Copyright (c) 1998-2014,2015 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"), # @@ -42,7 +42,7 @@ # turn off _all_ suffix rules; we'll generate our own .SUFFIXES : -SHELL = /bin/sh +SHELL = @SHELL@ VPATH = @srcdir@ THIS = Makefile @@ -56,7 +56,11 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ +datarootdir = @datarootdir@ datadir = @datadir@ +includesubdir = @includesubdir@ + +INCLUDEDIR = $(DESTDIR)$(includedir)$(includesubdir) tabsetdir = $(datadir)/tabset ticdir = @TERMINFO@ @@ -77,7 +81,7 @@ depend : sources :: terminfo.tmp -install : install.data install.libs +install : @MISC_INSTALL_DATA@ install.libs install.data : terminfo.tmp \ $(DESTDIR)$(libdir) \ @@ -120,6 +124,7 @@ terminfo.tmp : run_tic.sed $(source) run_tic.sed : WHICH_XTERM=@WHICH_XTERM@ \ + XTERM_KBS=@XTERM_KBS@ \ datadir=${datadir} \ $(SHELL) $(srcdir)/gen_edit.sh >$@ @@ -130,7 +135,7 @@ $(DESTDIR)$(tabsetdir) \ $(DESTDIR)$(PKG_CONFIG_LIBDIR) : mkdir -p $@ -uninstall : uninstall.data uninstall.libs +uninstall : @MISC_UNINSTALL_DATA@ uninstall.libs uninstall.data : -test -d $(DESTDIR)$(tabsetdir) && rm -rf $(DESTDIR)$(tabsetdir)