xref: /freebsd/contrib/ncurses/progs/modules (revision 5ca44d1c915a0e0c87f8f347e61f7bfa65d609af)
15ca44d1cSRong-En Fan# $Id: modules,v 1.13 2006/12/24 00:53:21 tom Exp $
20e3d5408SPeter Wemm# Program modules (some are in ncurses lib!)
30e3d5408SPeter Wemm##############################################################################
45ca44d1cSRong-En Fan# Copyright (c) 1998-2005,2006 Free Software Foundation, Inc.                #
50e3d5408SPeter Wemm#                                                                            #
60e3d5408SPeter Wemm# Permission is hereby granted, free of charge, to any person obtaining a    #
70e3d5408SPeter Wemm# copy of this software and associated documentation files (the "Software"), #
80e3d5408SPeter Wemm# to deal in the Software without restriction, including without limitation  #
90e3d5408SPeter Wemm# the rights to use, copy, modify, merge, publish, distribute, distribute    #
100e3d5408SPeter Wemm# with modifications, sublicense, and/or sell copies of the Software, and to #
110e3d5408SPeter Wemm# permit persons to whom the Software is furnished to do so, subject to the  #
120e3d5408SPeter Wemm# following conditions:                                                      #
130e3d5408SPeter Wemm#                                                                            #
140e3d5408SPeter Wemm# The above copyright notice and this permission notice shall be included in #
150e3d5408SPeter Wemm# all copies or substantial portions of the Software.                        #
160e3d5408SPeter Wemm#                                                                            #
170e3d5408SPeter Wemm# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
180e3d5408SPeter Wemm# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
190e3d5408SPeter Wemm# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
200e3d5408SPeter Wemm# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
210e3d5408SPeter Wemm# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
220e3d5408SPeter Wemm# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
230e3d5408SPeter Wemm# DEALINGS IN THE SOFTWARE.                                                  #
240e3d5408SPeter Wemm#                                                                            #
250e3d5408SPeter Wemm# Except as contained in this notice, the name(s) of the above copyright     #
260e3d5408SPeter Wemm# holders shall not be used in advertising or otherwise to promote the sale, #
270e3d5408SPeter Wemm# use or other dealings in this Software without prior written               #
280e3d5408SPeter Wemm# authorization.                                                             #
290e3d5408SPeter Wemm##############################################################################
300e3d5408SPeter Wemm#
315ca44d1cSRong-En Fan# Author: Thomas E. Dickey	1995-on
320e3d5408SPeter Wemm#
330e3d5408SPeter Wemm
340e3d5408SPeter Wemm@ base
354a1a9510SRong-En Fanclear		progs		$(srcdir)	$(HEADER_DEPS)
364a1a9510SRong-En Fantic		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h
374a1a9510SRong-En Fantoe		progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/dump_entry.h
384a1a9510SRong-En Fandump_entry	progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/dump_entry.h ../include/parametrized.h $(INCDIR)/capdefaults.c termsort.c
394a1a9510SRong-En Faninfocmp		progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/dump_entry.h
404a1a9510SRong-En Fantput		progs		$(srcdir)	$(HEADER_DEPS) transform.h termsort.c
414a1a9510SRong-En Fantset		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h
425ca44d1cSRong-En Fan
435ca44d1cSRong-En Fan# vile:makemode
44