X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=4b16e5a5020d1f2f284b0f7c3ac90b5116fca596;hp=5a74634f13e0d41920023deb4d2d779b509f2f3c;hb=646aa4040ea415c39a376991d2d9658eff0fce77;hpb=50acaeeb9b282767ffe9c6a80f120b32ce3bd966 diff --git a/progs/Makefile.in b/progs/Makefile.in index 5a74634f..4b16e5a5 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.93 2014/11/15 00:34:28 tom Exp $ +# $Id: Makefile.in,v 1.97 2016/08/06 13:25:38 tom Exp $ ############################################################################## -# Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,2016 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 @@ -92,7 +92,7 @@ CPP = @CPP@ CFLAGS = @CFLAGS@ INCDIR = $(top_srcdir)/include -CPPFLAGS = -DHAVE_CONFIG_H @CPPFLAGS@ +CPPFLAGS = -DHAVE_CONFIG_H -I../progs @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS) @@ -188,7 +188,7 @@ transform.h : echo "#define __TRANSFORM_H 1" >>$@ echo "#include " >>$@ echo "extern bool same_program(const char *, const char *);" >>$@ - -sh -c 'if test -n "$x" ; then echo "#define SUFFIX_IGNORED \"$x\"">>$@; fi' + -$(SHELL) -c 'if test -n "$x" ; then echo "#define SUFFIX_IGNORED \"$x\"">>$@; fi' echo "#define PROG_CAPTOINFO \"$(define_captoinfo)\"" >>$@ echo "#define PROG_INFOTOCAP \"$(define_infotocap)\"" >>$@ echo "#define PROG_RESET \"$(define_reset)\"" >>$@ @@ -261,6 +261,7 @@ tabs$x: $(DEPS_TABS) $(DEPS_TABS) DEPS_TPUT = \ $(MODEL)/tput$o \ + $(MODEL)/reset_cmd$o \ $(MODEL)/tparm_type$o \ $(MODEL)/transform$o @@ -276,13 +277,14 @@ infocmp$x: $(DEPS_INFOCMP) $(DEPS_CURSES) DEPS_TSET = \ $(MODEL)/tset$o \ + $(MODEL)/reset_cmd$o \ $(MODEL)/transform$o tset$x: $(DEPS_TSET) $(DEPS_CURSES) transform.h @ECHO_LD@ $(LINK) $(DEPS_TSET) $(LDFLAGS_TINFO) -o $@ termsort.c: $(srcdir)/MKtermsort.sh - sh $(srcdir)/MKtermsort.sh $(AWK) $(srcdir)/../include/@TERMINFO_CAPS@ >$@ + $(SHELL) $(srcdir)/MKtermsort.sh $(AWK) $(srcdir)/../include/@TERMINFO_CAPS@ >$@ # # Utility productions start here @@ -298,10 +300,10 @@ mostlyclean :: -rm -f core tags TAGS *~ *.bak *.i *.ln *.atac trace clean :: mostlyclean - -sh -c "if test -n '$x' ; then $(MAKE) clean x=''; fi" + -$(SHELL) -c "if test -n '$x' ; then $(MAKE) clean x=''; fi" -rm -f $(AUTO_SRC) -rm -f $(PROGS) - -rm -rf .libs + -rm -rf .libs *.dSYM distclean :: clean -rm -f Makefile