1262629Sdelphij# $Id: modules,v 1.17 2010/01/23 17:47:23 tom Exp $
250276Speter# Program modules (some are in ncurses lib!)
350276Speter##############################################################################
4262629Sdelphij# Copyright (c) 1998-2009,2010 Free Software Foundation, Inc.                #
550276Speter#                                                                            #
650276Speter# Permission is hereby granted, free of charge, to any person obtaining a    #
750276Speter# copy of this software and associated documentation files (the "Software"), #
850276Speter# to deal in the Software without restriction, including without limitation  #
950276Speter# the rights to use, copy, modify, merge, publish, distribute, distribute    #
1050276Speter# with modifications, sublicense, and/or sell copies of the Software, and to #
1150276Speter# permit persons to whom the Software is furnished to do so, subject to the  #
1250276Speter# following conditions:                                                      #
1350276Speter#                                                                            #
1450276Speter# The above copyright notice and this permission notice shall be included in #
1550276Speter# all copies or substantial portions of the Software.                        #
1650276Speter#                                                                            #
1750276Speter# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
1850276Speter# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
1950276Speter# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
2050276Speter# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
2150276Speter# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
2250276Speter# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
2350276Speter# DEALINGS IN THE SOFTWARE.                                                  #
2450276Speter#                                                                            #
2550276Speter# Except as contained in this notice, the name(s) of the above copyright     #
2650276Speter# holders shall not be used in advertising or otherwise to promote the sale, #
2750276Speter# use or other dealings in this Software without prior written               #
2850276Speter# authorization.                                                             #
2950276Speter##############################################################################
3050276Speter#
31174993Srafan# Author: Thomas E. Dickey	1995-on
3250276Speter#
3350276Speter
3450276Speter@ base
35166124Srafanclear		progs		$(srcdir)	$(HEADER_DEPS)
36166124Srafantic		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h
37262629Sdelphijtoe		progs		$(srcdir)	$(HEADER_DEPS)             $(INCDIR)/hashed_db.h
38166124Srafandump_entry	progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/dump_entry.h ../include/parametrized.h $(INCDIR)/capdefaults.c termsort.c
39166124Srafaninfocmp		progs		$(srcdir)	$(HEADER_DEPS)             $(srcdir)/dump_entry.h
40262629Sdelphijtabs		progs		$(srcdir)	$(HEADER_DEPS)
41262629Sdelphijtput		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h termsort.c
42166124Srafantset		progs		$(srcdir)	$(HEADER_DEPS) transform.h $(srcdir)/dump_entry.h ../include/termcap.h
43262629Sdelphijtransform	progs		$(srcdir)	$(HEADER_DEPS) transform.h
44174993Srafan
45174993Srafan# vile:makemode
46