10e3d5408SPeter Wemm# Program modules (some are in ncurses lib!) 20e3d5408SPeter Wemm############################################################################## 30e3d5408SPeter Wemm# Copyright (c) 1998 Free Software Foundation, Inc. # 40e3d5408SPeter Wemm# # 50e3d5408SPeter Wemm# Permission is hereby granted, free of charge, to any person obtaining a # 60e3d5408SPeter Wemm# copy of this software and associated documentation files (the "Software"), # 70e3d5408SPeter Wemm# to deal in the Software without restriction, including without limitation # 80e3d5408SPeter Wemm# the rights to use, copy, modify, merge, publish, distribute, distribute # 90e3d5408SPeter Wemm# with modifications, sublicense, and/or sell copies of the Software, and to # 100e3d5408SPeter Wemm# permit persons to whom the Software is furnished to do so, subject to the # 110e3d5408SPeter Wemm# following conditions: # 120e3d5408SPeter Wemm# # 130e3d5408SPeter Wemm# The above copyright notice and this permission notice shall be included in # 140e3d5408SPeter Wemm# all copies or substantial portions of the Software. # 150e3d5408SPeter Wemm# # 160e3d5408SPeter Wemm# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # 170e3d5408SPeter Wemm# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # 180e3d5408SPeter Wemm# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # 190e3d5408SPeter Wemm# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # 200e3d5408SPeter Wemm# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # 210e3d5408SPeter Wemm# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # 220e3d5408SPeter Wemm# DEALINGS IN THE SOFTWARE. # 230e3d5408SPeter Wemm# # 240e3d5408SPeter Wemm# Except as contained in this notice, the name(s) of the above copyright # 250e3d5408SPeter Wemm# holders shall not be used in advertising or otherwise to promote the sale, # 260e3d5408SPeter Wemm# use or other dealings in this Software without prior written # 270e3d5408SPeter Wemm# authorization. # 280e3d5408SPeter Wemm############################################################################## 290e3d5408SPeter Wemm# 300e3d5408SPeter Wemm# Author: Thomas E. Dickey <dickey@clark.net> 1995,1997 310e3d5408SPeter Wemm# 320e3d5408SPeter Wemm 330e3d5408SPeter Wemm@ base 340e3d5408SPeter Wemmclear progs $(srcdir) ../include/term.h 350e3d5408SPeter Wemmtic progs $(srcdir) ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h 360e3d5408SPeter Wemmtoe progs $(srcdir) ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h 370e3d5408SPeter Wemmdump_entry progs $(srcdir) ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h ../include/parametrized.h termsort.c 380e3d5408SPeter Wemminfocmp progs $(srcdir) ../include/term.h $(INCDIR)/tic.h $(srcdir)/dump_entry.h 390e3d5408SPeter Wemmtput progs $(srcdir) ../include/term.h 400e3d5408SPeter Wemmtset progs $(srcdir) ../include/term.h 41