xref: /dflybsd-src/contrib/ncurses/progs/modules (revision 0cadad7e49c6219b0de0675ef6a6f44683d177d4)
1*32bb5217SDaniel Fojt# $Id: modules,v 1.22 2020/02/02 23:34:34 tom Exp $
25f4613f2SJohn Marino# Program modules (some are in ncurses lib!)
35f4613f2SJohn Marino##############################################################################
4*32bb5217SDaniel Fojt# Copyright 2020 Thomas E. Dickey                                            #
5*32bb5217SDaniel Fojt# Copyright 1998-2014,2016 Free Software Foundation, Inc.                    #
65f4613f2SJohn Marino#                                                                            #
75f4613f2SJohn Marino# Permission is hereby granted, free of charge, to any person obtaining a    #
85f4613f2SJohn Marino# copy of this software and associated documentation files (the "Software"), #
95f4613f2SJohn Marino# to deal in the Software without restriction, including without limitation  #
105f4613f2SJohn Marino# the rights to use, copy, modify, merge, publish, distribute, distribute    #
115f4613f2SJohn Marino# with modifications, sublicense, and/or sell copies of the Software, and to #
125f4613f2SJohn Marino# permit persons to whom the Software is furnished to do so, subject to the  #
135f4613f2SJohn Marino# following conditions:                                                      #
145f4613f2SJohn Marino#                                                                            #
155f4613f2SJohn Marino# The above copyright notice and this permission notice shall be included in #
165f4613f2SJohn Marino# all copies or substantial portions of the Software.                        #
175f4613f2SJohn Marino#                                                                            #
185f4613f2SJohn Marino# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
195f4613f2SJohn Marino# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
205f4613f2SJohn Marino# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
215f4613f2SJohn Marino# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
225f4613f2SJohn Marino# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
235f4613f2SJohn Marino# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
245f4613f2SJohn Marino# DEALINGS IN THE SOFTWARE.                                                  #
255f4613f2SJohn Marino#                                                                            #
265f4613f2SJohn Marino# Except as contained in this notice, the name(s) of the above copyright     #
275f4613f2SJohn Marino# holders shall not be used in advertising or otherwise to promote the sale, #
285f4613f2SJohn Marino# use or other dealings in this Software without prior written               #
295f4613f2SJohn Marino# authorization.                                                             #
305f4613f2SJohn Marino##############################################################################
315f4613f2SJohn Marino#
325f4613f2SJohn Marino# Author: Thomas E. Dickey	1995-on
335f4613f2SJohn Marino#
345f4613f2SJohn Marino
355f4613f2SJohn Marino@ base
36*32bb5217SDaniel Fojtclear		progs		$(srcdir)	$(HEADER_DEPS) tty_settings.h
373468e90cSJohn Marinotic		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h
385f4613f2SJohn Marinotoe		progs		$(srcdir)	$(HEADER_DEPS)             $(INCDIR)/hashed_db.h
39*32bb5217SDaniel Fojtclear_cmd	progs		$(srcdir)	$(HEADER_DEPS) clear_cmd.h
405f4613f2SJohn Marinodump_entry	progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/dump_entry.h ../include/parametrized.h $(INCDIR)/capdefaults.c termsort.c
415f4613f2SJohn Marinoinfocmp		progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/dump_entry.h
42*32bb5217SDaniel Fojtreset_cmd	progs		$(srcdir)	$(HEADER_DEPS) reset_cmd.h tty_settings.h
435f4613f2SJohn Marinotabs		progs		$(srcdir)	$(HEADER_DEPS)
443468e90cSJohn Marinotparm_type	progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/tparm_type.h
45*32bb5217SDaniel Fojttput		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h termsort.c reset_cmd.h tty_settings.h
46*32bb5217SDaniel Fojttset		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h reset_cmd.h  tty_settings.h
475f4613f2SJohn Marinotransform	progs		$(srcdir)	$(HEADER_DEPS) transform.h
48*32bb5217SDaniel Fojttty_settings	progs		$(srcdir)	$(HEADER_DEPS) tty_settings.h
495f4613f2SJohn Marino
505f4613f2SJohn Marino# vile:makemode
51