X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=panel%2FMakefile.in;h=f4717a31c415a4946590862b462d3b2e299291a2;hp=953e55243f47e2fbbde791194f0743609a73fc52;hb=3ef920d65fb2d4046096131d868ae8d4bba79d46;hpb=e33150410925e7858dacebb585a9bd90db683d86 diff --git a/panel/Makefile.in b/panel/Makefile.in index 953e5524..f4717a31 100644 --- a/panel/Makefile.in +++ b/panel/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.70 2018/01/15 19:28:45 tom Exp $ +# $Id: Makefile.in,v 1.72 2020/02/22 16:40:36 tom Exp $ ############################################################################## -# Copyright (c) 1998-2015,2018 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2015,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"), # @@ -93,7 +94,9 @@ CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ -CPPFLAGS = -I${top_srcdir}/ncurses -DHAVE_CONFIG_H @CPPFLAGS@ +INCDIR = $(top_srcdir)/include +BASE_DIR = $(top_srcdir)/ncurses +CPPFLAGS = -I$(BASE_DIR) -DHAVE_CONFIG_H @CPPFLAGS@ CCFLAGS = $(CPPFLAGS) $(CFLAGS) @@ -150,6 +153,20 @@ $(DESTDIR)$(libdir) : cp $(srcdir)/panel.h $@ HEADER_DEPS = \ + ../include/curses.h \ + ../include/ncurses_cfg.h \ + ../include/ncurses_def.h \ + ../include/ncurses_dll.h \ + ../include/term.h \ + ../include/unctrl.h \ + $(BASE_DIR)/curses.priv.h \ + $(BASE_DIR)/new_pair.h \ + $(INCDIR)/nc_alloc.h \ + $(INCDIR)/nc_panel.h \ + $(INCDIR)/nc_string.h \ + $(INCDIR)/nc_termios.h \ + $(INCDIR)/nc_tparm.h \ + $(INCDIR)/term_entry.h \ $(srcdir)/panel.priv.h \ $(srcdir)/panel.h