X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=4b16e5a5020d1f2f284b0f7c3ac90b5116fca596;hp=663a5a084af1634306215578b0669ab261d4b5c6;hb=646aa4040ea415c39a376991d2d9658eff0fce77;hpb=02f02dcd4464143580e783ae32c822d8eb8cdcbf diff --git a/progs/Makefile.in b/progs/Makefile.in index 663a5a08..4b16e5a5 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.95 2015/08/05 09:24:06 tom Exp $ +# $Id: Makefile.in,v 1.97 2016/08/06 13:25:38 tom Exp $ ############################################################################## -# Copyright (c) 1998-2014,2015 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"), # @@ -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) @@ -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,6 +277,7 @@ 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