1262629Sdelphij# $Id: modules,v 1.10 2010/01/23 16:31:16 tom Exp $
250276Speter##############################################################################
3262629Sdelphij# Copyright (c) 1998-2006,2010 Free Software Foundation, Inc.                #
450276Speter#                                                                            #
550276Speter# Permission is hereby granted, free of charge, to any person obtaining a    #
650276Speter# copy of this software and associated documentation files (the "Software"), #
750276Speter# to deal in the Software without restriction, including without limitation  #
850276Speter# the rights to use, copy, modify, merge, publish, distribute, distribute    #
950276Speter# with modifications, sublicense, and/or sell copies of the Software, and to #
1050276Speter# permit persons to whom the Software is furnished to do so, subject to the  #
1150276Speter# following conditions:                                                      #
1250276Speter#                                                                            #
1350276Speter# The above copyright notice and this permission notice shall be included in #
1450276Speter# all copies or substantial portions of the Software.                        #
1550276Speter#                                                                            #
1650276Speter# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
1750276Speter# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
1850276Speter# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
1950276Speter# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
2050276Speter# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
2150276Speter# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
2250276Speter# DEALINGS IN THE SOFTWARE.                                                  #
2350276Speter#                                                                            #
2450276Speter# Except as contained in this notice, the name(s) of the above copyright     #
2550276Speter# holders shall not be used in advertising or otherwise to promote the sale, #
2650276Speter# use or other dealings in this Software without prior written               #
2750276Speter# authorization.                                                             #
2850276Speter##############################################################################
2950276Speter#
30174993Srafan# Author: Thomas E. Dickey	1995-on
3150276Speter#
3250276Speter
3350276Speter@ base
3450276Speter# Library objects
35262629Sdelphijpanel		lib		$(srcdir)	$(HEADER_DEPS)
36262629Sdelphijp_above		lib		$(srcdir)	$(HEADER_DEPS)
37262629Sdelphijp_below		lib		$(srcdir)	$(HEADER_DEPS)
38262629Sdelphijp_bottom	lib		$(srcdir)	$(HEADER_DEPS)
39262629Sdelphijp_delete	lib		$(srcdir)	$(HEADER_DEPS)
40262629Sdelphijp_hide		lib		$(srcdir)	$(HEADER_DEPS)
41262629Sdelphijp_hidden	lib		$(srcdir)	$(HEADER_DEPS)
42262629Sdelphijp_move		lib		$(srcdir)	$(HEADER_DEPS)
43262629Sdelphijp_new		lib		$(srcdir)	$(HEADER_DEPS)
44262629Sdelphijp_replace	lib		$(srcdir)	$(HEADER_DEPS)
45262629Sdelphijp_show		lib		$(srcdir)	$(HEADER_DEPS)
46262629Sdelphijp_top		lib		$(srcdir)	$(HEADER_DEPS)
47262629Sdelphijp_update	lib		$(srcdir)	$(HEADER_DEPS)
48262629Sdelphijp_user		lib		$(srcdir)	$(HEADER_DEPS)
49262629Sdelphijp_win		lib		$(srcdir)	$(HEADER_DEPS)
5050276Speter
51174993Srafan# vile:makemode
52