summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/include/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/include/Makefile.in')
-rw-r--r--contrib/ncurses/include/Makefile.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/contrib/ncurses/include/Makefile.in b/contrib/ncurses/include/Makefile.in
index 29c0d7c..4919091 100644
--- a/contrib/ncurses/include/Makefile.in
+++ b/contrib/ncurses/include/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.23 2000/05/28 01:33:52 tom Exp $
+# $Id: Makefile.in,v 1.26 2000/09/02 17:53:40 tom Exp $
##############################################################################
# Copyright (c) 1998 Free Software Foundation, Inc. #
# #
@@ -42,7 +42,7 @@
SHELL = /bin/sh
THIS = Makefile
-INSTALL_PREFIX = @INSTALL_PREFIX@
+DESTDIR = @DESTDIR@
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -66,6 +66,7 @@ CONFIG_SRC = \
# These files are generated by this makefile
AUTO_SRC = \
hashsize.h \
+ ncurses_def.h \
parametrized.h \
term.h
@@ -82,14 +83,17 @@ term.h: $(srcdir)/Caps MKterm.h.awk
hashsize.h: $(srcdir)/Caps $(srcdir)/MKhashsize.sh
sh $(srcdir)/MKhashsize.sh $(srcdir)/Caps >$@
+ncurses_def.h: $(srcdir)/ncurses_defs $(srcdir)/MKncurses_def.sh
+ AWK=$(AWK) sh $(srcdir)/MKncurses_def.sh $(srcdir)/ncurses_defs >$@
+
parametrized.h: $(srcdir)/Caps $(srcdir)/MKparametrized.sh
AWK=$(AWK) sh $(srcdir)/MKparametrized.sh $(srcdir)/Caps >$@
tags:
ctags *.[ch]
-TAGS:
- etags *.[ch]
+@MAKE_UPPER_TAGS@TAGS:
+@MAKE_UPPER_TAGS@ etags *.[ch]
mostlyclean ::
-rm -f core tags TAGS *~ *.ln *.atac trace
OpenPOWER on IntegriCloud