]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - progs/modules
ncurses 6.2 - patch 20210619
[ncurses.git] / progs / modules
index 54cd2020269ef58194bd814f7ad98b9b5ed3eebd..349061ff55429867e0536a028578cd25ca12e2c9 100644 (file)
@@ -1,6 +1,8 @@
+# $Id: modules,v 1.25 2021/04/18 17:21:03 tom Exp $
 # Program modules (some are in ncurses lib!)
 ##############################################################################
-# Copyright (c) 1998 Free Software Foundation, Inc.                          #
+# Copyright 2020,2021 Thomas E. Dickey                                       #
+# Copyright 1998-2014,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"), #
 # authorization.                                                             #
 ##############################################################################
 #
-# Author: Thomas E. Dickey <dickey@clark.net> 1995,1997
+# Author: Thomas E. Dickey     1995-on
 #
 
 @ base
-clear          progs           $(srcdir)       ../include/term.h 
-tic            progs           $(srcdir)       ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h
-toe            progs           $(srcdir)       ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h
-dump_entry     progs           $(srcdir)       ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h ../include/parametrized.h termsort.c
-infocmp                progs           $(srcdir)       ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h
-tput           progs           $(srcdir)       ../include/term.h
-tset           progs           $(srcdir)       ../include/term.h
+clear          progs           $(srcdir)       $(HEADER_DEPS) tty_settings.h
+tic            progs           $(srcdir)       $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h
+toe            progs           $(srcdir)       $(HEADER_DEPS)             $(INCDIR)/hashed_db.h
+clear_cmd      progs           $(srcdir)       $(HEADER_DEPS) clear_cmd.h
+dump_entry     progs           $(srcdir)       $(HEADER_DEPS)             $(srcdir)/dump_entry.h ../include/parametrized.h $(INCDIR)/capdefaults.c termsort.h
+infocmp                progs           $(srcdir)       $(HEADER_DEPS)             $(srcdir)/dump_entry.h
+reset_cmd      progs           $(srcdir)       $(HEADER_DEPS) reset_cmd.h tty_settings.h
+tabs           progs           $(srcdir)       $(HEADER_DEPS)
+tparm_type     progs           $(srcdir)       $(HEADER_DEPS)             $(srcdir)/tparm_type.h
+tput           progs           $(srcdir)       $(HEADER_DEPS) transform.h $(srcdir)/tparm_type.h reset_cmd.h tty_settings.h
+tset           progs           $(srcdir)       $(HEADER_DEPS) transform.h ../include/termcap.h reset_cmd.h  tty_settings.h
+transform      progs           $(srcdir)       $(HEADER_DEPS) transform.h
+tty_settings   progs           $(srcdir)       $(HEADER_DEPS) tty_settings.h
+
+# vile:makemode