1*21817992SBaptiste Daroussin# $Id: modules,v 1.25 2021/04/18 17:21:03 tom Exp $ 20e3d5408SPeter Wemm# Program modules (some are in ncurses lib!) 30e3d5408SPeter Wemm############################################################################## 4*21817992SBaptiste Daroussin# Copyright 2020,2021 Thomas E. Dickey # 5e1865124SBaptiste Daroussin# Copyright 1998-2014,2016 Free Software Foundation, Inc. # 60e3d5408SPeter Wemm# # 70e3d5408SPeter Wemm# Permission is hereby granted, free of charge, to any person obtaining a # 80e3d5408SPeter Wemm# copy of this software and associated documentation files (the "Software"), # 90e3d5408SPeter Wemm# to deal in the Software without restriction, including without limitation # 100e3d5408SPeter Wemm# the rights to use, copy, modify, merge, publish, distribute, distribute # 110e3d5408SPeter Wemm# with modifications, sublicense, and/or sell copies of the Software, and to # 120e3d5408SPeter Wemm# permit persons to whom the Software is furnished to do so, subject to the # 130e3d5408SPeter Wemm# following conditions: # 140e3d5408SPeter Wemm# # 150e3d5408SPeter Wemm# The above copyright notice and this permission notice shall be included in # 160e3d5408SPeter Wemm# all copies or substantial portions of the Software. # 170e3d5408SPeter Wemm# # 180e3d5408SPeter Wemm# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # 190e3d5408SPeter Wemm# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # 200e3d5408SPeter Wemm# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # 210e3d5408SPeter Wemm# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # 220e3d5408SPeter Wemm# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # 230e3d5408SPeter Wemm# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # 240e3d5408SPeter Wemm# DEALINGS IN THE SOFTWARE. # 250e3d5408SPeter Wemm# # 260e3d5408SPeter Wemm# Except as contained in this notice, the name(s) of the above copyright # 270e3d5408SPeter Wemm# holders shall not be used in advertising or otherwise to promote the sale, # 280e3d5408SPeter Wemm# use or other dealings in this Software without prior written # 290e3d5408SPeter Wemm# authorization. # 300e3d5408SPeter Wemm############################################################################## 310e3d5408SPeter Wemm# 325ca44d1cSRong-En Fan# Author: Thomas E. Dickey 1995-on 330e3d5408SPeter Wemm# 340e3d5408SPeter Wemm 350e3d5408SPeter Wemm@ base 36aae38d10SBaptiste Daroussinclear progs $(srcdir) $(HEADER_DEPS) tty_settings.h 37aae38d10SBaptiste Daroussintic progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h $(srcdir)/tparm_type.h 3806bfebdeSXin LItoe progs $(srcdir) $(HEADER_DEPS) $(INCDIR)/hashed_db.h 39aae38d10SBaptiste Daroussinclear_cmd progs $(srcdir) $(HEADER_DEPS) clear_cmd.h 40*21817992SBaptiste Daroussindump_entry progs $(srcdir) $(HEADER_DEPS) $(srcdir)/dump_entry.h ../include/parametrized.h $(INCDIR)/capdefaults.c termsort.h 414a1a9510SRong-En Faninfocmp progs $(srcdir) $(HEADER_DEPS) $(srcdir)/dump_entry.h 42aae38d10SBaptiste Daroussinreset_cmd progs $(srcdir) $(HEADER_DEPS) reset_cmd.h tty_settings.h 4306bfebdeSXin LItabs progs $(srcdir) $(HEADER_DEPS) 44aae38d10SBaptiste Daroussintparm_type progs $(srcdir) $(HEADER_DEPS) $(srcdir)/tparm_type.h 45*21817992SBaptiste Daroussintput progs $(srcdir) $(HEADER_DEPS) transform.h $(srcdir)/tparm_type.h reset_cmd.h tty_settings.h 46*21817992SBaptiste Daroussintset progs $(srcdir) $(HEADER_DEPS) transform.h ../include/termcap.h reset_cmd.h tty_settings.h 4706bfebdeSXin LItransform progs $(srcdir) $(HEADER_DEPS) transform.h 48aae38d10SBaptiste Daroussintty_settings progs $(srcdir) $(HEADER_DEPS) tty_settings.h 495ca44d1cSRong-En Fan 505ca44d1cSRong-En Fan# vile:makemode 51